-- MariaDB dump 10.19 Distrib 10.5.12-MariaDB, for debian-linux-gnu (x86_64) -- -- Host: localhost Database: physio-skalsky_stagewp -- ------------------------------------------------------ -- Server version 10.5.12-MariaDB-0+deb11u1 /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; /*!40103 SET @OLD_TIME_ZONE=@@TIME_ZONE */; /*!40103 SET TIME_ZONE='+00:00' */; /*!40014 SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; -- -- Table structure for table `wp_commentmeta` -- DROP TABLE IF EXISTS `wp_commentmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_commentmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `comment_id` (`comment_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_commentmeta` -- LOCK TABLES `wp_commentmeta` WRITE; /*!40000 ALTER TABLE `wp_commentmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_comments` -- DROP TABLE IF EXISTS `wp_comments`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_comments` ( `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0, `comment_author` tinytext COLLATE utf8mb4_unicode_ci NOT NULL, `comment_author_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_url` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_author_IP` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `comment_content` text COLLATE utf8mb4_unicode_ci NOT NULL, `comment_karma` int(11) NOT NULL DEFAULT 0, `comment_approved` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '1', `comment_agent` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'comment', `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`comment_ID`), KEY `comment_post_ID` (`comment_post_ID`), KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`), KEY `comment_date_gmt` (`comment_date_gmt`), KEY `comment_parent` (`comment_parent`), KEY `comment_author_email` (`comment_author_email`(10)) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_comments` -- LOCK TABLES `wp_comments` WRITE; /*!40000 ALTER TABLE `wp_comments` DISABLE KEYS */; INSERT INTO `wp_comments` VALUES (1,1,'A WordPress Commenter','wapuu@wordpress.example','https://wordpress.org/','','2022-02-09 12:04:24','2022-02-09 12:04:24','Hi, this is a comment.\nTo get started with moderating, editing, and deleting comments, please visit the Comments screen in the dashboard.\nCommenter avatars come from Gravatar.',0,'post-trashed','','comment',0,0); /*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_links` -- DROP TABLE IF EXISTS `wp_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_links` ( `link_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `link_url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_image` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_target` varchar(25) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_description` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_visible` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Y', `link_owner` bigint(20) unsigned NOT NULL DEFAULT 1, `link_rating` int(11) NOT NULL DEFAULT 0, `link_updated` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `link_rel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `link_notes` mediumtext COLLATE utf8mb4_unicode_ci NOT NULL, `link_rss` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`link_id`), KEY `link_visible` (`link_visible`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_links` -- LOCK TABLES `wp_links` WRITE; /*!40000 ALTER TABLE `wp_links` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_links` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_options` -- DROP TABLE IF EXISTS `wp_options`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_options` ( `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `option_name` varchar(191) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `option_value` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `autoload` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'yes', PRIMARY KEY (`option_id`), UNIQUE KEY `option_name` (`option_name`), KEY `autoload` (`autoload`) ) ENGINE=InnoDB AUTO_INCREMENT=3611 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_options` -- LOCK TABLES `wp_options` WRITE; /*!40000 ALTER TABLE `wp_options` DISABLE KEYS */; INSERT INTO `wp_options` VALUES (3,'siteurl','https://stage.physio-skalsky.at/wp','yes'),(4,'home','https://stage.physio-skalsky.at/wp','yes'),(5,'blogname','Physiotherapie und Sporttherapie Skalsky','yes'),(6,'blogdescription','','yes'),(7,'users_can_register','0','yes'),(8,'admin_email','wordpress@festland.ch','yes'),(9,'start_of_week','1','yes'),(10,'use_balanceTags','0','yes'),(11,'use_smilies','1','yes'),(12,'require_name_email','1','yes'),(13,'comments_notify','1','yes'),(14,'posts_per_rss','10','yes'),(15,'rss_use_excerpt','0','yes'),(16,'mailserver_url','mail.example.com','yes'),(17,'mailserver_login','login@example.com','yes'),(18,'mailserver_pass','password','yes'),(19,'mailserver_port','110','yes'),(20,'default_category','1','yes'),(21,'default_comment_status','open','yes'),(22,'default_ping_status','open','yes'),(23,'default_pingback_flag','1','yes'),(24,'posts_per_page','10','yes'),(25,'date_format','F j, Y','yes'),(26,'time_format','g:i a','yes'),(27,'links_updated_date_format','F j, Y g:i a','yes'),(28,'comment_moderation','0','yes'),(29,'moderation_notify','1','yes'),(30,'permalink_structure','/%year%/%monthnum%/%postname%/','yes'),(32,'hack_file','0','yes'),(33,'blog_charset','UTF-8','yes'),(34,'moderation_keys','','no'),(35,'active_plugins','a:11:{i:0;s:31:\"advanced-access-manager/aam.php\";i:1;s:36:\"contact-form-7/wp-contact-form-7.php\";i:2;s:31:\"cookie-notice/cookie-notice.php\";i:3;s:27:\"divi-mobile/divi-mobile.php\";i:4;s:27:\"redirection/redirection.php\";i:5;s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";i:6;s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";i:7;s:23:\"wordfence/wordfence.php\";i:8;s:24:\"wordpress-seo/wp-seo.php\";i:9;s:61:\"wp-contact-form-7-db-handler/wp-contact-form-7-db-handler.php\";i:10;s:39:\"wp-migrate-db-pro/wp-migrate-db-pro.php\";}','yes'),(36,'category_base','','yes'),(37,'ping_sites','http://rpc.pingomatic.com/','yes'),(38,'comment_max_links','2','yes'),(39,'gmt_offset','0','yes'),(40,'default_email_category','1','yes'),(41,'recently_edited','','no'),(42,'template','Divi','yes'),(43,'stylesheet','divi-child','yes'),(44,'comment_registration','0','yes'),(45,'html_type','text/html','yes'),(46,'use_trackback','0','yes'),(47,'default_role','subscriber','yes'),(48,'db_version','51917','yes'),(49,'uploads_use_yearmonth_folders','1','yes'),(50,'upload_path','','yes'),(51,'blog_public','1','yes'),(52,'default_link_category','2','yes'),(53,'show_on_front','page','yes'),(54,'tag_base','','yes'),(55,'show_avatars','1','yes'),(56,'avatar_rating','G','yes'),(57,'upload_url_path','','yes'),(58,'thumbnail_size_w','150','yes'),(59,'thumbnail_size_h','150','yes'),(60,'thumbnail_crop','1','yes'),(61,'medium_size_w','300','yes'),(62,'medium_size_h','300','yes'),(63,'avatar_default','mystery','yes'),(64,'large_size_w','1024','yes'),(65,'large_size_h','1024','yes'),(66,'image_default_link_type','none','yes'),(67,'image_default_size','','yes'),(68,'image_default_align','','yes'),(69,'close_comments_for_old_posts','0','yes'),(70,'close_comments_days_old','14','yes'),(71,'thread_comments','1','yes'),(72,'thread_comments_depth','5','yes'),(73,'page_comments','0','yes'),(74,'comments_per_page','50','yes'),(75,'default_comments_page','newest','yes'),(76,'comment_order','asc','yes'),(77,'sticky_posts','a:0:{}','yes'),(78,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(79,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(80,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(81,'uninstall_plugins','a:4:{s:31:\"advanced-access-manager/aam.php\";a:2:{i:0;s:3:\"AAM\";i:1;s:9:\"uninstall\";}s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:27:\"divi-mobile/divi-mobile.php\";s:17:\"dm_uninstall_hook\";s:27:\"redirection/redirection.php\";a:2:{i:0;s:17:\"Redirection_Admin\";i:1;s:16:\"plugin_uninstall\";}}','no'),(82,'timezone_string','','yes'),(83,'page_for_posts','0','yes'),(84,'page_on_front','8','yes'),(85,'default_post_format','0','yes'),(86,'link_manager_enabled','0','yes'),(87,'finished_splitting_shared_terms','1','yes'),(88,'site_icon','16','yes'),(89,'medium_large_size_w','768','yes'),(90,'medium_large_size_h','0','yes'),(91,'wp_page_for_privacy_policy','3','yes'),(92,'show_comments_cookies_opt_in','1','yes'),(93,'admin_email_lifespan','1659960263','yes'),(94,'disallowed_keys','','no'),(95,'comment_previously_approved','1','yes'),(96,'auto_plugin_theme_update_emails','a:0:{}','no'),(97,'auto_update_core_dev','enabled','yes'),(98,'auto_update_core_minor','enabled','yes'),(99,'auto_update_core_major','enabled','yes'),(100,'wp_force_deactivated_plugins','a:0:{}','yes'),(101,'initial_db_version','51917','yes'),(102,'wp_user_roles','a:7:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:68:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:10:{s:12:\"upload_files\";b:1;s:10:\"edit_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;s:22:\"delete_published_posts\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:5:{s:10:\"edit_posts\";b:1;s:4:\"read\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:12:\"delete_posts\";b:1;}}s:10:\"subscriber\";a:2:{s:4:\"name\";s:10:\"Subscriber\";s:12:\"capabilities\";a:2:{s:4:\"read\";b:1;s:7:\"level_0\";b:1;}}s:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}}','yes'),(103,'fresh_site','0','yes'),(104,'widget_block','a:6:{i:2;a:1:{s:7:\"content\";s:19:\"\";}i:3;a:1:{s:7:\"content\";s:154:\"

Recent Posts

\";}i:4;a:1:{s:7:\"content\";s:227:\"

Recent Comments

\";}i:5;a:1:{s:7:\"content\";s:146:\"

Archives

\";}i:6;a:1:{s:7:\"content\";s:150:\"

Categories

\";}s:12:\"_multiwidget\";i:1;}','yes'),(105,'sidebars_widgets','a:9:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:0:{}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:13:\"array_version\";i:3;}','yes'),(106,'bedrock_autoloader','a:2:{s:7:\"plugins\";a:0:{}s:5:\"count\";i:0;}','no'),(107,'cron','a:15:{i:1646928264;a:1:{s:34:\"wp_privacy_delete_old_export_files\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1646928276;a:1:{s:21:\"wordfence_ls_ntp_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1646928282;a:1:{s:21:\"wordfence_hourly_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1646957064;a:4:{s:18:\"wp_https_detection\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1647000264;a:2:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647000269;a:1:{s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647000282;a:1:{s:20:\"wordfence_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647002014;a:1:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647002044;a:3:{s:19:\"wp_scheduled_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:25:\"delete_expired_transients\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"wp_scheduled_auto_draft_delete\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1647060000;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"b818afcef83d21c4412a514b00fad3ed\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1647060000;}}}}i:1647273600;a:1:{s:31:\"wordfence_email_activity_report\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:0:{}}}}i:1647319200;a:1:{s:30:\"wordfence_start_scheduled_scan\";a:1:{s:32:\"9b20b145ad2b48d24a350f704030dd97\";a:2:{s:8:\"schedule\";b:0;s:4:\"args\";a:1:{i:0;i:1647319200;}}}}i:1647432269;a:1:{s:16:\"wpseo_ryte_fetch\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1647518664;a:1:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}s:7:\"version\";i:2;}','yes'),(108,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(109,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(110,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(111,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(112,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(113,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(114,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(115,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(116,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(117,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(118,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(119,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(121,'theme_mods_twentytwentytwo','a:1:{s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1644408264;s:4:\"data\";a:3:{s:19:\"wp_inactive_widgets\";a:0:{}s:9:\"sidebar-1\";a:3:{i:0;s:7:\"block-2\";i:1;s:7:\"block-3\";i:2;s:7:\"block-4\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}}}}','yes'),(122,'template_root','/themes','yes'),(123,'stylesheet_root','/themes','yes'),(124,'current_theme','Divi Child','yes'),(125,'theme_switched','','yes'),(130,'et_core_version','4.14.7','yes'),(132,'et_divi','a:164:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.14.7\";s:31:\"divi_previous_installed_version\";s:0:\"\";s:29:\"divi_latest_installed_version\";s:6:\"4.14.7\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:22:\"builder_global_presets\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"efeac644-9873-442a-998f-208b22961f40\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"boxen_einzeln_info_black\";s:7:\"created\";i:1646297029001;s:7:\"updated\";i:1646297029002;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"150px||150px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:19:\"product_tour_status\";a:1:{i:1;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:1548;s:33:\"et_fb_pref_modal_dimension_height\";i:529;s:27:\"et_fb_pref_modal_position_x\";i:219;s:27:\"et_fb_pref_modal_position_y\";i:120;s:24:\"et_fb_pref_toolbar_click\";s:4:\"true\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:4:\"true\";s:24:\"et_fb_pref_toolbar_hover\";s:4:\"true\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:12:\"divi_favicon\";s:0:\"\";s:12:\"gutter_width\";i:1;s:16:\"et_global_colors\";a:4:{s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";a:2:{s:5:\"color\";s:7:\"#00a5d7\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";a:2:{s:5:\"color\";s:7:\"#fe5f00\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";a:2:{s:5:\"color\";s:7:\"#f6f0ed\";s:6:\"active\";s:3:\"yes\";}s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";a:2:{s:5:\"color\";s:7:\"#0a0f0d\";s:6:\"active\";s:3:\"yes\";}}s:30:\"builder_global_presets_history\";O:8:\"stdClass\":2:{s:7:\"history\";a:14:{i:0;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646052542008;s:5:\"label\";s:30:\"Preset Name Changed For Button\";}i:1;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646052650506;s:5:\"label\";s:13:\"Edited Button\";}i:2;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646052690882;s:5:\"label\";s:13:\"Edited Button\";}i:3;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":23:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:37:\"helvetica-neue-light||||on|||#000000|\";s:15:\"link_text_color\";s:7:\"#000000\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646061219515;s:5:\"label\";s:11:\"Edited Text\";}i:4;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646061336165;s:5:\"label\";s:11:\"Edited Text\";}i:5;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":11:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646062212738;s:5:\"label\";s:11:\"Edited Text\";}i:6;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646296983397;s:5:\"label\";s:28:\"Preset Name Changed For Text\";}i:7;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":6:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646297006165;s:5:\"label\";s:11:\"Edited Text\";}i:8;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"efeac644-9873-442a-998f-208b22961f40\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"boxen_einzeln_info_black\";s:7:\"created\";i:1646297029001;s:7:\"updated\";i:1646297029002;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646297029171;s:5:\"label\";s:25:\"Preset Created For Column\";}i:9;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"efeac644-9873-442a-998f-208b22961f40\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"boxen_einzeln_info_black\";s:7:\"created\";i:1646297029001;s:7:\"updated\";i:1646297029002;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:7:\"#fe5f00\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646297036866;s:5:\"label\";s:10:\"Edited Row\";}i:10;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":25:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"efeac644-9873-442a-998f-208b22961f40\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"boxen_einzeln_info_black\";s:7:\"created\";i:1646297029001;s:7:\"updated\";i:1646297029002;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:7:\"#fe5f00\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646297071805;s:5:\"label\";s:10:\"Edited Row\";}i:11;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"efeac644-9873-442a-998f-208b22961f40\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"boxen_einzeln_info_black\";s:7:\"created\";i:1646297029001;s:7:\"updated\";i:1646297029002;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"100px||100px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:21:\"custom_padding_tablet\";s:21:\"50px||50px||true|true\";s:20:\"custom_padding_phone\";s:21:\"25px||25px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646300811996;s:5:\"label\";s:11:\"Edited Text\";}i:12;O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":7:{s:10:\"et_pb_text\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":12:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"Text Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"18839983-7da1-480b-bb82-2522993aed96\";O:8:\"stdClass\":5:{s:4:\"name\";s:6:\"footer\";s:7:\"created\";i:1644484632099;s:7:\"updated\";i:1645173163957;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":10:{s:9:\"text_font\";s:28:\"helvetica-neue-light||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"18px\";s:16:\"text_line_height\";s:4:\"26px\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#FFFFFF\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:22:\"rgba(255,255,255,0.65)\";}}s:36:\"a819ee71-6e63-4d14-a3d6-b528005191a0\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h2_bodytext\";s:7:\"created\";i:1645084068952;s:7:\"updated\";i:1645173144799;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:9:\"link_font\";s:42:\"helvetica-neue-light||||on|||#000000|solid\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:15:\"rgba(0,0,0,0.6)\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";}}s:36:\"f02f6d28-c777-440e-9d66-312773b54208\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_white\";s:7:\"created\";i:1645097748167;s:7:\"updated\";i:1645694167089;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:6:\"12.5px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";}}s:36:\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1645110272988;s:7:\"updated\";i:1645110272988;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"23px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";}}s:36:\"2f70e671-f159-45ef-a414-1310354059a2\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110585230;s:7:\"updated\";i:1645110585230;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"38px\";s:16:\"text_line_height\";s:5:\"1.4em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:5:\"1.4em\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"34px\";s:20:\"header_2_line_height\";s:5:\"1.3em\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:26:\"text_font_size_last_edited\";s:10:\"on|desktop\";s:20:\"text_font_size_phone\";s:4:\"25px\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:30:\"header_3_font_size_last_edited\";s:10:\"on|desktop\";s:24:\"header_3_font_size_phone\";s:4:\"16px\";s:20:\"header_3_line_height\";s:5:\"1.2em\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";}}s:36:\"6e600794-ddde-4364-97a7-475e32362930\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"bodytext\";s:7:\"created\";i:1645448254529;s:7:\"updated\";i:1645448254529;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":22:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"34px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:19:\"25px||||false|false\";}}s:36:\"e138347b-34ea-453c-b2a7-6ca81314e502\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"bullet_list_square_bullets\";s:7:\"created\";i:1645692050523;s:7:\"updated\";i:1645692050523;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"22px\";s:16:\"text_line_height\";s:4:\"40px\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:4:\"none\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:14:\"custom_padding\";s:18:\"0px||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";}}s:36:\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\";O:8:\"stdClass\":5:{s:4:\"name\";s:17:\"h3_bodytext_black\";s:7:\"created\";i:1645694156486;s:7:\"updated\";i:1645694156486;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}s:36:\"07a89f6c-2aff-4705-88cb-85380ea4061a\";O:8:\"stdClass\":5:{s:4:\"name\";s:21:\"h3_bullet_lists_black\";s:7:\"created\";i:1645781711573;s:7:\"updated\";i:1645781711573;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":35:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#000000\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#000000\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:4:\"none\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:7:\"ul_type\";s:6:\"square\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:14:\"ul_item_indent\";s:4:\"20px\";}}s:36:\"94715bda-5158-41ee-b5d4-7875c07e9bef\";O:8:\"stdClass\":5:{s:4:\"name\";s:9:\"big_title\";s:7:\"created\";i:1645792955896;s:7:\"updated\";i:1645792955896;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":15:{s:9:\"text_font\";s:27:\"helvetica-neue-bold||||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"60px\";s:16:\"text_line_height\";s:4:\"72px\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:5:\"750ms\";s:25:\"animation_intensity_slide\";s:3:\"15%\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:20:\"text_font_size_phone\";s:4:\"45px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";}}s:36:\"a63101f3-4a89-4ed1-9718-5a06bc780843\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"h3_bodytext_white_without_hover\";s:7:\"created\";i:1646296926441;s:7:\"updated\";i:1646296983397;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":31:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:18:\"header_3_font_size\";s:4:\"24px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:11:\"positioning\";s:8:\"absolute\";s:15:\"vertical_offset\";s:4:\"50px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:5:\"width\";s:3:\"92%\";s:13:\"custom_margin\";s:18:\"||0px||false|false\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_button\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Button Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"buttons_big\";s:7:\"created\";i:1644576496580;s:7:\"updated\";i:1645112306393;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"40px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:28:\"helvetica-neue-light||||||||\";s:14:\"custom_padding\";s:30:\"2.5px|0px|2.5px|0px|true|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:9:\"on|tablet\";s:22:\"button_text_size_phone\";s:4:\"26px\";s:26:\"custom_padding_last_edited\";s:10:\"on|desktop\";s:20:\"custom_padding_phone\";s:26:\"0px|0px|0px|0px|true|false\";}}s:36:\"ac8c5032-7a19-4a29-8987-3a034883d461\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_white\";s:7:\"created\";i:1644824386112;s:7:\"updated\";i:1645112329770;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#FFFFFF\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#FFFFFF\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"ba8255fb-9d40-40ca-940d-003d3350673f\";O:8:\"stdClass\":5:{s:4:\"name\";s:31:\"buttons_small_black_hover_white\";s:7:\"created\";i:1645177483693;s:7:\"updated\";i:1646052542007;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":14:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:7:\"#000000\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";}}s:36:\"e3f940c1-f579-4f62-b236-f56ca741191b\";O:8:\"stdClass\":5:{s:4:\"name\";s:19:\"buttons_small_black\";s:7:\"created\";i:1646052606046;s:7:\"updated\";i:1646052606046;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":21:{s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:14:\"custom_padding\";s:27:\"0px|0px|0px|0px|false|false\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:17:\"background_layout\";s:5:\"light\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:11:\"positioning\";s:8:\"absolute\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:15:\"vertical_offset\";s:4:\"25px\";s:17:\"horizontal_offset\";s:4:\"25px\";s:15:\"animation_style\";s:4:\"fade\";s:19:\"animation_direction\";s:4:\"left\";s:18:\"global_colors_info\";s:67:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"button_text_color\"]}\";}}}s:7:\"default\";s:8:\"_initial\";}s:9:\"et_pb_row\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":5:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"Row Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"617b825d-4e4f-4896-bc00-57976e66f9f6\";O:8:\"stdClass\":5:{s:4:\"name\";s:11:\"h1_leadtext\";s:7:\"created\";i:1644833096715;s:7:\"updated\";i:1645173085840;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"50px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:22:\"|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"|15px||15px|false|true\";}}s:36:\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\";O:8:\"stdClass\":5:{s:4:\"name\";s:8:\"under_h2\";s:7:\"created\";i:1644840785335;s:7:\"updated\";i:1645173112447;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:29:\"25px|50px|0px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:26:\"25px|25px||25px|false|true\";s:20:\"custom_padding_phone\";s:28:\"12.5px|15px||15px|false|true\";s:13:\"custom_margin\";s:15:\"||||false|false\";}}s:36:\"ea99c481-f27d-4721-a401-e8f8528890b2\";O:8:\"stdClass\":5:{s:4:\"name\";s:5:\"boxen\";s:7:\"created\";i:1645082710758;s:7:\"updated\";i:1645111500105;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":8:{s:17:\"use_custom_gutter\";s:2:\"on\";s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:33:\"50px|12.5px|0px|12.5px|false|true\";s:12:\"gutter_width\";s:1:\"1\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:26:\"0px|5px|0px|5px|false|true\";s:21:\"custom_padding_tablet\";s:24:\"25px|0px||0px|false|true\";}}s:36:\"784148df-ffca-4b86-a950-c1106ca23d87\";O:8:\"stdClass\":5:{s:4:\"name\";s:2:\"h2\";s:7:\"created\";i:1645110644666;s:7:\"updated\";i:1645110644666;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":6:{s:5:\"width\";s:4:\"100%\";s:9:\"max_width\";s:6:\"1920px\";s:14:\"custom_padding\";s:30:\"100px|50px|1px|50px|false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:29:\"50px|15px|0px|15px|false|true\";s:21:\"custom_padding_tablet\";s:26:\"75px|25px||25px|false|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_section\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":4:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Section Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"69e6114e-6939-4c6f-9e50-33d29ff9279a\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"desktop_teaser_fullwidth\";s:7:\"created\";i:1644840962976;s:7:\"updated\";i:1645173056575;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:16:\"background_color\";s:7:\"#f6f0ed\";s:6:\"height\";s:5:\"600px\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";s:13:\"custom_margin\";s:20:\"100px||||false|false\";}}s:36:\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\";O:8:\"stdClass\":5:{s:4:\"name\";s:12:\"under_header\";s:7:\"created\";i:1645111037085;s:7:\"updated\";i:1645111037085;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:14:\"custom_padding\";s:24:\"25px||100px||false|false\";s:13:\"custom_margin\";s:18:\"0px||||false|false\";s:19:\"custom_margin_phone\";s:18:\"0px||||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:26:\"custom_padding_last_edited\";s:9:\"on|tablet\";s:21:\"custom_padding_tablet\";s:19:\"||75px||false|false\";s:20:\"custom_padding_phone\";s:23:\"10px||25px||false|false\";}}s:36:\"c92fc9db-2893-4458-963d-ef7d8123240d\";O:8:\"stdClass\":5:{s:4:\"name\";s:4:\"head\";s:7:\"created\";i:1645708266562;s:7:\"updated\";i:1645708266562;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":4:{s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:6:\"height\";s:4:\"75vh\";s:13:\"custom_margin\";s:20:\"0px||0px||true|false\";s:14:\"custom_padding\";s:20:\"0px||0px||true|false\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_column\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":7:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Column Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":3:{s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:18:\"global_colors_info\";s:2:\"{}\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"boxen_einzeln\";s:7:\"created\";i:1645097568413;s:7:\"updated\";i:1645180420295;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":24:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";}}s:36:\"36e45792-cc01-4b04-b768-6090ad83ffc0\";O:8:\"stdClass\":5:{s:4:\"name\";s:26:\"boxen_einzeln_beige_border\";s:7:\"created\";i:1645430072003;s:7:\"updated\";i:1645786045852;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:18:\"global_colors_info\";s:216:\"{\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\",\"border_color_left\"],\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"border_color_all\"],\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";}}s:36:\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_beige_hover_orange\";s:7:\"created\";i:1645694082360;s:7:\"updated\";i:1646044186502;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":28:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:138:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"],\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:10:\"on|desktop\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\";O:8:\"stdClass\":5:{s:4:\"name\";s:7:\"box_2:1\";s:7:\"created\";i:1645698981079;s:7:\"updated\";i:1645698981079;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":26:{s:16:\"background_color\";s:41:\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:55:\" content: \"\";\n display: block;\n padding-bottom: 43%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:18:\"global_colors_info\";s:66:\"{\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:15:\"animation_delay\";s:5:\"500ms\";s:23:\"background_enable_color\";s:2:\"on\";}}s:36:\"e0e817bb-18da-40ba-9602-2223bbc27856\";O:8:\"stdClass\":5:{s:4:\"name\";s:32:\"boxen_einzeln_blau_hover_schwarz\";s:7:\"created\";i:1646043763474;s:7:\"updated\";i:1646043763474;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":27:{s:16:\"background_color\";s:41:\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"global_colors_info\";s:138:\"{\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\":[\"background_color\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color__hover\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:25:\"background__hover_enabled\";s:8:\"on|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";}}s:36:\"efeac644-9873-442a-998f-208b22961f40\";O:8:\"stdClass\":5:{s:4:\"name\";s:24:\"boxen_einzeln_info_black\";s:7:\"created\";i:1646297029001;s:7:\"updated\";i:1646297029002;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":29:{s:16:\"background_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:14:\"custom_padding\";s:30:\"50px|25px|25px|25px|false|true\";s:20:\"custom_padding_phone\";s:22:\"50px||25px||false|true\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:15:\"animation_style\";s:4:\"flip\";s:19:\"animation_direction\";s:5:\"right\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:23:\"background_enable_color\";s:2:\"on\";}}}s:7:\"default\";s:8:\"_initial\";}s:12:\"et_pb_slider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"Slider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"statement_slider\";s:7:\"created\";i:1645177754516;s:7:\"updated\";i:1645177754516;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":16:{s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:9:\"max_width\";s:6:\"1200px\";s:16:\"module_alignment\";s:6:\"center\";s:14:\"custom_padding\";s:23:\"150px||150px||true|true\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";}}}s:7:\"default\";s:8:\"_initial\";}s:13:\"et_pb_divider\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":2:{s:8:\"_initial\";O:8:\"stdClass\":5:{s:4:\"name\";s:16:\"Divider Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"c14ec781-a69a-4590-a227-1a95fd2120d6\";O:8:\"stdClass\":5:{s:4:\"name\";s:13:\"images_square\";s:7:\"created\";i:1645180576385;s:7:\"updated\";i:1645180576385;s:7:\"version\";s:6:\"4.14.7\";s:8:\"settings\";O:8:\"stdClass\":7:{s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1646304275887;s:5:\"label\";s:13:\"Edited Slider\";}i:13;O:8:\"stdClass\":3:{s:8:\"settings\";r:13;s:4:\"time\";i:1646398618113;s:5:\"label\";s:11:\"Edited Text\";}}s:5:\"index\";s:2:\"13\";}s:9:\"divi_logo\";s:0:\"\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#000000|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:1:\"#\";s:16:\"divi_twitter_url\";s:1:\"#\";s:18:\"divi_instagram_url\";s:1:\"#\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:15:\"divi_custom_css\";s:2780:\"/*-----------------------Mobile-Menu-----------------------*/\r\n\r\n/*\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n*/\r\n.nav li ul.sub-menu {\r\n box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n -moz-box-shadow: 0 0 0 rgba(0,0,0,0);\r\n -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n}\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n/*----------text hover on 1 column boxes for headline, text, link and icon ----------*/\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}\r\n\r\n\r\n\r\n/*---------------Accordeon---------------*/\r\n\r\n.et_pb_toggle_open .et_pb_toggle_title:before {\r\n display: block !important;\r\n content: \"\\e04f\";\r\n}\r\n\r\n\r\n\r\n.lwp-toggle-icon.et_pb_toggle .et_pb_toggle_title:before,.lwp-toggle-icon .et_pb_toggle .et_pb_toggle_title:before {\r\n content:\'\\4c\';\r\n}\r\n \r\n/*-----------------------toggle icon-----------------------*/\r\n.lwp-toggle-icon.et_pb_toggle_open .et_pb_toggle_title:before{\r\n content:\'\\4b\'; \r\n}\";s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:30:\"divi_dynamic_icons_child_theme\";s:5:\"false\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:2:\"on\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:3:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:424:\"\r\n\r\n\";s:21:\"divi_integration_body\";s:245:\"\r\n\r\n\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";}','yes'),(133,'theme_mods_divi-child','a:61:{s:18:\"custom_css_post_id\";i:227;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:3:{s:12:\"primary-menu\";i:4;s:14:\"secondary-menu\";i:0;s:11:\"footer-menu\";i:0;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:58:\"divi-mobile-menu_divi_mobile_custom_header_cart_icon_color\";s:7:\"#000000\";s:60:\"divi-mobile-menu_divi_mobile_custom_header_search_icon_color\";s:7:\"#000000\";s:60:\"divi-mobile-menu_divi_mobile_custom_header_search_text_color\";s:7:\"#000000\";s:66:\"divi-mobile-menu_divi_mobile_custom_header_search_icon_close_color\";s:7:\"#000000\";s:61:\"divi-mobile-menu_divi_mobile_custom_header_account_icon_color\";s:7:\"#000000\";s:54:\"divi-mobile-menu_divi_mobile_menu_burger_colour_closed\";s:7:\"#020202\";s:52:\"divi-mobile-menu_divi_mobile_menu_burger_colour_open\";s:7:\"#020202\";s:56:\"divi-mobile-menu_divi_mobile_menu__burger_menu_text_font\";s:545:\"a:17:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-type\";s:18:\"tf-font-sel-family\";s:5:\"color\";s:7:\"#333333\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:6:\"normal\";s:11:\"line-height\";s:5:\"1.5em\";s:14:\"letter-spacing\";s:6:\"normal\";s:14:\"text-transform\";s:4:\"none\";s:12:\"font-variant\";s:6:\"normal\";s:20:\"text-shadow-location\";s:4:\"none\";s:20:\"text-shadow-distance\";s:3:\"0px\";s:16:\"text-shadow-blur\";s:3:\"0px\";s:17:\"text-shadow-color\";s:7:\"#333333\";s:19:\"text-shadow-opacity\";s:1:\"1\";s:4:\"dark\";N;s:4:\"text\";N;}\";s:62:\"divi-mobile-menu_divi_mobile_menu_background_box_shadow_colour\";s:13:\"rgba(0,0,0,0)\";s:43:\"divi-mobile-menu_divi_mobile_menu_text_font\";s:528:\"a:17:{s:11:\"font-family\";s:6:\"Roboto\";s:9:\"font-type\";s:6:\"google\";s:5:\"color\";s:7:\"#333333\";s:9:\"font-size\";s:4:\"18px\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:6:\"normal\";s:11:\"line-height\";s:5:\"1.2em\";s:14:\"letter-spacing\";s:6:\"normal\";s:14:\"text-transform\";s:4:\"none\";s:12:\"font-variant\";s:6:\"normal\";s:20:\"text-shadow-location\";s:4:\"none\";s:20:\"text-shadow-distance\";s:3:\"0px\";s:16:\"text-shadow-blur\";s:3:\"0px\";s:17:\"text-shadow-color\";s:7:\"#333333\";s:19:\"text-shadow-opacity\";s:1:\"1\";s:4:\"dark\";N;s:4:\"text\";N;}\";s:51:\"divi-mobile-menu_divi_mobile_menu_sub_menu_bg_color\";s:19:\"rgba(255,255,255,0)\";s:55:\"divi-mobile-menu_divi_mobile_menu_sub_sub_menu_bg_color\";s:19:\"rgba(255,255,255,0)\";s:47:\"divi-mobile-menu_divi_mobile_sub_menu_text_font\";s:542:\"a:17:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-type\";s:18:\"tf-font-sel-family\";s:5:\"color\";s:7:\"#333333\";s:9:\"font-size\";s:4:\"18px\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:6:\"normal\";s:11:\"line-height\";s:5:\"1.2em\";s:14:\"letter-spacing\";s:6:\"normal\";s:14:\"text-transform\";s:4:\"none\";s:12:\"font-variant\";s:6:\"normal\";s:20:\"text-shadow-location\";s:4:\"none\";s:20:\"text-shadow-distance\";s:3:\"0px\";s:16:\"text-shadow-blur\";s:3:\"0px\";s:17:\"text-shadow-color\";s:7:\"#333333\";s:19:\"text-shadow-opacity\";s:1:\"0\";s:4:\"dark\";N;s:4:\"text\";N;}\";s:44:\"divi-mobile-menu_divi_mobile_menu_icon_color\";s:7:\"#ffffff\";s:50:\"divi-mobile-menu_divi_mobile_menu_icon_color_hover\";s:7:\"#000000\";s:53:\"divi-mobile-menu_divi_mobile_menu_bottom_nav_bg_color\";s:7:\"#ffffff\";s:55:\"divi-mobile-menu_divi_mobile_menu_bottom_nav_icon_color\";s:7:\"#000000\";s:62:\"divi-mobile-menu_divi_mobile_menu_bottom_nav_active_icon_color\";s:7:\"#000000\";s:61:\"divi-mobile-menu_divi_mobile_menu_bottom_nav_icon_color_hover\";s:7:\"#000000\";s:55:\"divi-mobile-menu_divi_mobile_menu_bottom_nav_text_color\";s:7:\"#000000\";s:62:\"divi-mobile-menu_divi_mobile_menu_bottom_nav_active_text_color\";s:7:\"#000000\";s:61:\"divi-mobile-menu_divi_mobile_menu_bottom_nav_text_color_hover\";s:7:\"#000000\";s:45:\"divi-mobile-menu_fullscreen_extra_option_font\";s:545:\"a:17:{s:11:\"font-family\";s:7:\"inherit\";s:9:\"font-type\";s:18:\"tf-font-sel-family\";s:5:\"color\";s:7:\"#333333\";s:9:\"font-size\";s:7:\"inherit\";s:11:\"font-weight\";s:7:\"inherit\";s:10:\"font-style\";s:6:\"normal\";s:11:\"line-height\";s:5:\"1.5em\";s:14:\"letter-spacing\";s:6:\"normal\";s:14:\"text-transform\";s:4:\"none\";s:12:\"font-variant\";s:6:\"normal\";s:20:\"text-shadow-location\";s:4:\"none\";s:20:\"text-shadow-distance\";s:3:\"0px\";s:16:\"text-shadow-blur\";s:3:\"0px\";s:17:\"text-shadow-color\";s:7:\"#333333\";s:19:\"text-shadow-opacity\";s:1:\"1\";s:4:\"dark\";N;s:4:\"text\";N;}\";s:51:\"divi-mobile-menu_fullscreen_extra_option_font_color\";s:7:\"#000000\";s:43:\"divi-mobile-menu_divi_mobile_mobile_preview\";s:9:\"dm-mobile\";s:44:\"divi-mobile-menu_disable_parent_clickthrough\";b:0;s:50:\"divi-mobile-menu_divi_mobile_sub_menu_text_padding\";s:1:\"5\";s:52:\"divi-mobile-menu_divi_mobile_sub_menu_text_font_size\";s:2:\"18\";s:39:\"divi-mobile-menu_sub_menu_enable_border\";b:0;s:51:\"divi-mobile-menu_set_mobile_sub_menu_side_max_width\";s:3:\"300\";s:47:\"divi-mobile-menu_divi_mobile_sub_menu_space_top\";s:1:\"0\";s:48:\"divi-mobile-menu_divi_mobile_sub_menu_icon_close\";s:2:\"32\";s:42:\"divi-mobile-menu_divi_mobile_sub_menu_icon\";s:2:\"33\";s:52:\"divi-mobile-menu_divi_mobile_sub_menu_open_font_size\";s:2:\"30\";s:53:\"divi-mobile-menu_divi_mobile_sub_menu_close_font_size\";s:2:\"30\";s:48:\"divi-mobile-menu_divi_mobile_menu_text_font_size\";s:2:\"18\";s:43:\"divi-mobile-menu_divi_mobile_menu_space_top\";s:2:\"25\";s:63:\"divi-mobile-menu_divi_mobile_menu__burger_menu_background_color\";s:17:\"rgba(29,13,111,0)\";s:42:\"divi-mobile-menu_divi_mobile_custom_header\";b:0;s:51:\"divi-mobile-menu_divi_mobile_custom_header_bg_color\";s:7:\"#ffffff\";s:47:\"divi-mobile-menu_divi_mobile_custom_header_logo\";s:2:\"26\";s:48:\"divi-mobile-menu_divi_mobile_sub_menu_text_color\";s:7:\"#020202\";s:54:\"divi-mobile-menu_divi_mobile_sub_menu_text_color_hover\";s:16:\"rgba(2,2,2,0.65)\";s:57:\"divi-mobile-menu_divi_mobile_sub_menu_icon_activate_color\";s:7:\"#020202\";s:54:\"divi-mobile-menu_divi_mobile_sub_menu_icon_close_color\";s:7:\"#020202\";s:42:\"divi-mobile-menu_divi_mobile_menu_bg_color\";s:7:\"#ffffff\";s:44:\"divi-mobile-menu_divi_mobile_menu_text_color\";s:7:\"#020202\";s:50:\"divi-mobile-menu_divi_mobile_menu_text_color_hover\";s:16:\"rgba(2,2,2,0.65)\";s:51:\"divi-mobile-menu_divi_mobile_active_menu_text_color\";s:7:\"#00a5d7\";s:57:\"divi-mobile-menu_divi_mobile_active_menu_text_color_hover\";s:20:\"rgba(0,165,215,0.65)\";s:41:\"divi-mobile-menu_divi_mobile_header_style\";b:1;s:54:\"divi-mobile-menu_divi_mobile_menu__burger_menu_postion\";s:2:\"15\";s:57:\"divi-mobile-menu_divi_mobile_menu__burger_menu_line_width\";s:2:\"20\";s:58:\"divi-mobile-menu_divi_mobile_menu__burger_menu_line_height\";s:1:\"2\";s:59:\"divi-mobile-menu_divi_mobile_menu__burger_menu_line_spacing\";s:3:\"7.5\";s:52:\"divi-mobile-menu_divi_mobile_sub_menu_open_icon_left\";s:2:\"-5\";s:53:\"divi-mobile-menu_divi_mobile_sub_menu_close_icon_left\";s:1:\"5\";}','yes'),(134,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(135,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(136,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(137,'et_safe_mode_plugins_allowlist','a:8:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:27:\"ari-adminer/ari-adminer.php\";i:5;s:31:\"query-monitor/query-monitor.php\";i:6;s:27:\"woocommerce/woocommerce.php\";i:7;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),(138,'et_support_center_installed','true','yes'),(139,'et_images_temp_folder','/users/physio-skalsky/www/stage-physio-skalsky/releases/20220310-1623-0507a112-release/web/app/uploads/et_temp','yes'),(140,'et_schedule_clean_images_last_time','1646896932','yes'),(141,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','yes'),(142,'_transient_et_builder_show_bfb_welcome_modal','1','yes'),(143,'WPLANG','de_AT','yes'),(144,'wpcf7','a:3:{s:7:\"version\";s:5:\"5.5.4\";s:13:\"bulk_validate\";a:4:{s:9:\"timestamp\";i:1644408265;s:7:\"version\";s:5:\"5.5.4\";s:11:\"count_valid\";i:1;s:13:\"count_invalid\";i:0;}s:9:\"recaptcha\";N;}','yes'),(145,'cookie_notice_options','a:33:{s:6:\"app_id\";s:10:\"festlandag\";s:7:\"app_key\";s:18:\"nyjTv&OXOpUlk$99v)\";s:12:\"message_text\";s:339:\"Wir verwenden Cookies, um unsere Website und Dienstleistungen ganz auf Ihre Bedürfnisse anzupassen. Durch die weitere Nutzung der Website stimmen Sie der Verwendung von Cookies zu. Weitere Informationen hierzu erhalten Sie in unserer Datenschutzerklärung.\";s:11:\"accept_text\";s:10:\"Verstanden\";s:12:\"see_more_opt\";a:5:{s:4:\"text\";s:14:\"Privacy policy\";s:9:\"link_type\";s:4:\"page\";s:2:\"id\";i:0;s:4:\"link\";s:0:\"\";s:4:\"sync\";b:0;}s:11:\"link_target\";s:6:\"_blank\";s:13:\"link_position\";s:6:\"banner\";s:11:\"refuse_text\";s:2:\"No\";s:19:\"revoke_message_text\";s:69:\"You can revoke your consent any time using the Revoke consent button.\";s:11:\"revoke_text\";s:14:\"Revoke consent\";s:18:\"revoke_cookies_opt\";s:9:\"automatic\";s:16:\"refuse_code_head\";s:0:\"\";s:11:\"refuse_code\";s:0:\"\";s:16:\"on_scroll_offset\";i:100;s:4:\"time\";s:5:\"month\";s:13:\"time_rejected\";s:5:\"month\";s:16:\"script_placement\";s:6:\"header\";s:8:\"position\";s:6:\"bottom\";s:11:\"hide_effect\";s:5:\"slide\";s:6:\"colors\";a:4:{s:4:\"text\";s:4:\"#fff\";s:6:\"button\";s:7:\"#00a5d7\";s:3:\"bar\";s:7:\"#0a0f0d\";s:11:\"bar_opacity\";i:100;}s:9:\"css_class\";s:0:\"\";s:12:\"app_blocking\";b:0;s:11:\"hide_banner\";b:0;s:10:\"refuse_opt\";b:0;s:14:\"revoke_cookies\";b:0;s:11:\"redirection\";b:0;s:9:\"on_scroll\";b:0;s:8:\"on_click\";b:0;s:19:\"deactivation_delete\";b:0;s:8:\"see_more\";b:0;s:14:\"update_version\";i:5;s:13:\"update_notice\";b:1;s:9:\"translate\";b:0;}','no'),(146,'dsm_flush_rewrite_rules_flag','1','yes'),(147,'wordfence_ls_version','1.0.9','yes'),(148,'wfls_last_role_change','1644408266','no'),(149,'wordfence_version','7.5.8','yes'),(150,'wordfence_case','1','yes'),(151,'wordfence_installed','1','yes'),(152,'wordfenceActivated','1','yes'),(153,'wf_plugin_act_error','','yes'),(154,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"18.0\";}','yes'),(155,'wpseo','a:56:{s:8:\"tracking\";b:0;s:22:\"license_server_version\";b:0;s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:23:\"home_url_option_changed\";s:29:\"indexables_indexing_completed\";b:1;s:7:\"version\";s:4:\"18.0\";s:16:\"previous_version\";s:0:\"\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:1;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";i:1644408269;s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:30:\"/%year%/%monthnum%/%postname%/\";s:8:\"home_url\";s:31:\"https://stage.physio-skalsky.at\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:7:{s:15:\"layout_category\";s:15:\"layout_category\";s:11:\"layout_pack\";s:11:\"layout_pack\";s:11:\"layout_type\";s:11:\"layout_type\";s:5:\"scope\";s:5:\"scope\";s:12:\"module_width\";s:12:\"module_width\";s:16:\"project_category\";s:16:\"project_category\";s:11:\"project_tag\";s:11:\"project_tag\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:25:\"zapier_integration_active\";b:0;s:19:\"zapier_subscription\";a:0:{}s:14:\"zapier_api_key\";s:0:\"\";s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:36:\"dismiss_configuration_workout_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";i:1644408269;}','yes'),(156,'wpseo_titles','a:188:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:0;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:7:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:13:\"title-project\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-project\";s:0:\"\";s:15:\"noindex-project\";b:0;s:26:\"display-metabox-pt-project\";b:1;s:26:\"post_types-project-maintax\";i:0;s:24:\"schema-page-type-project\";s:7:\"WebPage\";s:27:\"schema-article-type-project\";s:4:\"None\";s:20:\"social-title-project\";s:9:\"%%title%%\";s:26:\"social-description-project\";s:0:\"\";s:24:\"social-image-url-project\";s:0:\"\";s:23:\"social-image-id-project\";i:0;s:23:\"title-ptarchive-project\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-project\";s:0:\"\";s:25:\"bctitle-ptarchive-project\";s:0:\"\";s:25:\"noindex-ptarchive-project\";b:0;s:30:\"social-title-ptarchive-project\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-project\";s:0:\"\";s:34:\"social-image-url-ptarchive-project\";s:0:\"\";s:33:\"social-image-id-ptarchive-project\";i:0;s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:25:\"title-tax-layout_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-layout_category\";s:0:\"\";s:35:\"display-metabox-tax-layout_category\";b:1;s:27:\"noindex-tax-layout_category\";b:0;s:32:\"social-title-tax-layout_category\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-layout_category\";s:0:\"\";s:36:\"social-image-url-tax-layout_category\";s:0:\"\";s:35:\"social-image-id-tax-layout_category\";i:0;s:33:\"taxonomy-layout_category-ptparent\";i:0;s:21:\"title-tax-layout_pack\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-layout_pack\";s:0:\"\";s:31:\"display-metabox-tax-layout_pack\";b:1;s:23:\"noindex-tax-layout_pack\";b:0;s:28:\"social-title-tax-layout_pack\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-layout_pack\";s:0:\"\";s:32:\"social-image-url-tax-layout_pack\";s:0:\"\";s:31:\"social-image-id-tax-layout_pack\";i:0;s:29:\"taxonomy-layout_pack-ptparent\";i:0;s:21:\"title-tax-layout_type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-layout_type\";s:0:\"\";s:31:\"display-metabox-tax-layout_type\";b:1;s:23:\"noindex-tax-layout_type\";b:0;s:28:\"social-title-tax-layout_type\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-layout_type\";s:0:\"\";s:32:\"social-image-url-tax-layout_type\";s:0:\"\";s:31:\"social-image-id-tax-layout_type\";i:0;s:29:\"taxonomy-layout_type-ptparent\";i:0;s:15:\"title-tax-scope\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:18:\"metadesc-tax-scope\";s:0:\"\";s:25:\"display-metabox-tax-scope\";b:1;s:17:\"noindex-tax-scope\";b:0;s:22:\"social-title-tax-scope\";s:23:\"%%term_title%% Archives\";s:28:\"social-description-tax-scope\";s:0:\"\";s:26:\"social-image-url-tax-scope\";s:0:\"\";s:25:\"social-image-id-tax-scope\";i:0;s:23:\"taxonomy-scope-ptparent\";i:0;s:22:\"title-tax-module_width\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:25:\"metadesc-tax-module_width\";s:0:\"\";s:32:\"display-metabox-tax-module_width\";b:1;s:24:\"noindex-tax-module_width\";b:0;s:29:\"social-title-tax-module_width\";s:23:\"%%term_title%% Archives\";s:35:\"social-description-tax-module_width\";s:0:\"\";s:33:\"social-image-url-tax-module_width\";s:0:\"\";s:32:\"social-image-id-tax-module_width\";i:0;s:30:\"taxonomy-module_width-ptparent\";i:0;s:26:\"title-tax-project_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:36:\"display-metabox-tax-project_category\";b:1;s:28:\"noindex-tax-project_category\";b:0;s:33:\"social-title-tax-project_category\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-project_category\";s:0:\"\";s:37:\"social-image-url-tax-project_category\";s:0:\"\";s:36:\"social-image-id-tax-project_category\";i:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:21:\"title-tax-project_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-project_tag\";s:0:\"\";s:31:\"display-metabox-tax-project_tag\";b:1;s:23:\"noindex-tax-project_tag\";b:0;s:28:\"social-title-tax-project_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-project_tag\";s:0:\"\";s:32:\"social-image-url-tax-project_tag\";s:0:\"\";s:31:\"social-image-id-tax-project_tag\";i:0;s:29:\"taxonomy-project_tag-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:17:\"company_logo_meta\";b:0;s:16:\"person_logo_meta\";b:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),(157,'wpseo_social','a:18:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";}','yes'),(161,'wpmdb_settings','a:14:{s:3:\"key\";s:40:\"oRyW5IlbeJJAbelpxIW/n0SFuTk3LTySrZ+rzhAD\";s:10:\"allow_pull\";b:1;s:10:\"allow_push\";b:1;s:8:\"profiles\";a:0:{}s:10:\"verify_ssl\";b:0;s:17:\"whitelist_plugins\";a:0:{}s:11:\"max_request\";i:1048576;s:22:\"delay_between_requests\";i:0;s:18:\"prog_tables_hidden\";b:1;s:21:\"pause_before_finalize\";b:0;s:14:\"allow_tracking\";N;s:18:\"compatibility_mode\";b:1;s:28:\"compatibility_plugin_version\";s:3:\"1.2\";s:7:\"licence\";s:36:\"826edef3-4828-4075-a341-9f0d78f07593\";}','no'),(166,'widget_aam_backend_login','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),(168,'recovery_keys','a:0:{}','yes'),(171,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),(178,'https_detection_errors','a:0:{}','yes'),(179,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:3:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:65:\"https://downloads.wordpress.org/release/de_AT/wordpress-5.9.1.zip\";s:6:\"locale\";s:5:\"de_AT\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:65:\"https://downloads.wordpress.org/release/de_AT/wordpress-5.9.1.zip\";s:10:\"no_content\";s:0:\"\";s:11:\"new_bundled\";s:0:\"\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.1\";s:7:\"version\";s:5:\"5.9.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:0:\"\";}i:1;O:8:\"stdClass\":10:{s:8:\"response\";s:7:\"upgrade\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9.1-partial-0.zip\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:5:\"5.9.1\";s:7:\"version\";s:5:\"5.9.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:3:\"5.9\";}i:2;O:8:\"stdClass\":11:{s:8:\"response\";s:10:\"autoupdate\";s:8:\"download\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.1.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:59:\"https://downloads.wordpress.org/release/wordpress-5.9.1.zip\";s:10:\"no_content\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.1-no-content.zip\";s:11:\"new_bundled\";s:71:\"https://downloads.wordpress.org/release/wordpress-5.9.1-new-bundled.zip\";s:7:\"partial\";s:69:\"https://downloads.wordpress.org/release/wordpress-5.9.1-partial-0.zip\";s:8:\"rollback\";s:70:\"https://downloads.wordpress.org/release/wordpress-5.9.1-rollback-0.zip\";}s:7:\"current\";s:5:\"5.9.1\";s:7:\"version\";s:5:\"5.9.1\";s:11:\"php_version\";s:6:\"5.6.20\";s:13:\"mysql_version\";s:3:\"5.0\";s:11:\"new_bundled\";s:3:\"5.9\";s:15:\"partial_version\";s:3:\"5.9\";s:9:\"new_files\";s:0:\"\";}}s:12:\"last_checked\";i:1646924642;s:15:\"version_checked\";s:3:\"5.9\";s:12:\"translations\";a:0:{}}','no'),(186,'et_account_status','active','no'),(192,'wpseo_ryte','a:2:{s:6:\"status\";i:0;s:10:\"last_fetch\";i:1646924651;}','yes'),(193,'rocket_cache_dir_size_check','1','yes'),(196,'dsm_general','a:6:{s:25:\"dsm_use_scheduled_content\";s:3:\"off\";s:21:\"dsm_use_supreme_popup\";s:2:\"on\";s:22:\"dsm_use_library_widget\";s:3:\"off\";s:24:\"dsm_use_readmore_content\";s:3:\"off\";s:17:\"dsm_use_shortcode\";s:3:\"off\";s:33:\"dsm_use_builder_responsive_viewer\";s:3:\"off\";}','yes'),(197,'dsm_theme_builder','a:14:{s:30:\"dsm_theme_builder_header_fixed\";s:2:\"on\";s:38:\"dsm_theme_builder_header_fixed_devices\";s:0:\"\";s:34:\"dsm_theme_builder_header_auto_calc\";s:3:\"off\";s:40:\"dsm_theme_builder_header_start_threshold\";s:3:\"200\";s:31:\"dsm_theme_builder_header_scroll\";s:3:\"off\";s:55:\"dsm_theme_builder_header_first_section_background_color\";s:0:\"\";s:56:\"dsm_theme_builder_header_second_section_background_color\";s:0:\"\";s:47:\"dsm_theme_builder_header_show_box_shadow_scroll\";s:3:\"off\";s:31:\"dsm_theme_builder_header_shrink\";s:3:\"off\";s:40:\"dsm_theme_builder_header_section_padding\";s:0:\"\";s:36:\"dsm_theme_builder_header_row_padding\";s:0:\"\";s:37:\"dsm_theme_builder_header_menu_padding\";s:0:\"\";s:37:\"dsm_theme_builder_header_shrink_image\";s:2:\"70\";s:36:\"dsm_theme_builder_header_shrink_logo\";s:0:\"\";}','yes'),(198,'dsm_settings_social_media','','yes'),(199,'dsm_settings_misc','a:5:{s:23:\"dsm_uninstall_on_delete\";s:3:\"off\";s:26:\"dsm_allow_mime_json_upload\";s:2:\"on\";s:25:\"dsm_allow_mime_svg_upload\";s:2:\"on\";s:20:\"dsm_plugin_menu_name\";s:0:\"\";s:20:\"dsm_plugin_menu_icon\";s:0:\"\";}','yes'),(200,'wpr_rucss_resources_version','20210429','yes'),(201,'wpr_rucss_used_css_version','20210401','yes'),(202,'_transient_rocket_check_key_errors','a:1:{i:0;s:427:\"License validation failed. You may be using a nulled version of the plugin. Please do the following:If you do not have a WP Rocket account, please purchase a license.\";}','yes'),(203,'wp_rocket_settings','a:76:{s:16:\"secret_cache_key\";s:22:\"6203b49eafab8009243761\";s:12:\"cache_mobile\";i:1;s:23:\"do_caching_mobile_files\";i:0;s:10:\"cache_webp\";i:0;s:17:\"cache_logged_user\";i:0;s:9:\"cache_ssl\";i:1;s:5:\"emoji\";i:1;s:16:\"cache_reject_uri\";a:0:{}s:20:\"cache_reject_cookies\";a:0:{}s:15:\"cache_reject_ua\";a:0:{}s:19:\"cache_query_strings\";a:0:{}s:17:\"cache_purge_pages\";a:0:{}s:19:\"purge_cron_interval\";i:10;s:15:\"purge_cron_unit\";s:15:\"HOUR_IN_SECONDS\";s:11:\"exclude_css\";a:0:{}s:10:\"exclude_js\";a:0:{}s:17:\"exclude_inline_js\";a:0:{}s:12:\"defer_all_js\";i:0;s:9:\"async_css\";i:0;s:12:\"critical_css\";s:0:\"\";s:8:\"lazyload\";i:0;s:16:\"lazyload_iframes\";i:0;s:16:\"lazyload_youtube\";i:0;s:10:\"minify_css\";i:0;s:14:\"minify_css_key\";s:22:\"6203b49eafabb867155184\";s:22:\"minify_concatenate_css\";i:0;s:9:\"minify_js\";i:0;s:13:\"minify_js_key\";s:22:\"6203b49eafabc725120676\";s:21:\"minify_concatenate_js\";i:0;s:19:\"minify_google_fonts\";i:1;s:14:\"manual_preload\";i:1;s:15:\"sitemap_preload\";i:0;s:25:\"sitemap_preload_url_crawl\";s:6:\"500000\";s:8:\"sitemaps\";a:0:{}s:12:\"dns_prefetch\";a:0:{}s:13:\"preload_fonts\";a:0:{}s:18:\"database_revisions\";i:0;s:20:\"database_auto_drafts\";i:0;s:22:\"database_trashed_posts\";i:0;s:22:\"database_spam_comments\";i:0;s:25:\"database_trashed_comments\";i:0;s:23:\"database_all_transients\";i:0;s:24:\"database_optimize_tables\";i:0;s:26:\"schedule_automatic_cleanup\";i:0;s:27:\"automatic_cleanup_frequency\";s:0:\"\";s:3:\"cdn\";i:0;s:10:\"cdn_cnames\";a:0:{}s:8:\"cdn_zone\";a:0:{}s:16:\"cdn_reject_files\";a:0:{}s:13:\"do_cloudflare\";i:0;s:16:\"cloudflare_email\";s:0:\"\";s:18:\"cloudflare_api_key\";s:0:\"\";s:18:\"cloudflare_zone_id\";s:0:\"\";s:18:\"cloudflare_devmode\";i:0;s:27:\"cloudflare_protocol_rewrite\";i:0;s:24:\"cloudflare_auto_settings\";i:0;s:23:\"cloudflare_old_settings\";s:0:\"\";s:17:\"control_heartbeat\";i:1;s:23:\"heartbeat_site_behavior\";s:18:\"reduce_periodicity\";s:24:\"heartbeat_admin_behavior\";s:18:\"reduce_periodicity\";s:25:\"heartbeat_editor_behavior\";s:18:\"reduce_periodicity\";s:18:\"varnish_auto_purge\";i:0;s:17:\"analytics_enabled\";i:0;s:21:\"sucury_waf_cache_sync\";i:0;s:18:\"sucury_waf_api_key\";s:0:\"\";s:16:\"async_css_mobile\";i:1;s:16:\"exclude_defer_js\";a:0:{}s:8:\"delay_js\";i:0;s:19:\"delay_js_exclusions\";a:0:{}s:17:\"remove_unused_css\";i:0;s:26:\"remove_unused_css_safelist\";a:0:{}s:13:\"preload_links\";i:1;s:17:\"yoast_xml_sitemap\";i:0;s:16:\"image_dimensions\";i:0;s:16:\"exclude_lazyload\";a:0:{}s:7:\"version\";s:6:\"3.10.7\";}','yes'),(208,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),(209,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),(210,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),(211,'et_support_center_setup_done','processed','yes'),(214,'category_children','a:0:{}','yes'),(216,'_transient_rocket_preload_complete','5','yes'),(217,'_transient_rocket_preload_complete_time','Feber 9, 2022 @ 12:33 pm','yes'),(221,'wpmdb_saved_profiles','','no'),(222,'wpmdb_recent_migrations','','no'),(227,'wpmdb_schema_version','3.3','no'),(248,'wpseo_sitemap_1_cache_validator','3RTcJ','no'),(249,'wpseo_sitemap_post_cache_validator','3RTcL','no'),(250,'rewrite_rules','a:293:{s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:19:\"sitemap_index\\.xml$\";s:19:\"index.php?sitemap=1\";s:31:\"([^/]+?)-sitemap([0-9]+)?\\.xml$\";s:51:\"index.php?sitemap=$matches[1]&sitemap_n=$matches[2]\";s:24:\"([a-z]+)?-?sitemap\\.xsl$\";s:39:\"index.php?yoast-sitemap-xsl=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:17:\"^wp-sitemap\\.xml$\";s:23:\"index.php?sitemap=index\";s:17:\"^wp-sitemap\\.xsl$\";s:36:\"index.php?sitemap-stylesheet=sitemap\";s:23:\"^wp-sitemap-index\\.xsl$\";s:34:\"index.php?sitemap-stylesheet=index\";s:48:\"^wp-sitemap-([a-z]+?)-([a-z\\d_-]+?)-(\\d+?)\\.xml$\";s:75:\"index.php?sitemap=$matches[1]&sitemap-subtype=$matches[2]&paged=$matches[3]\";s:34:\"^wp-sitemap-([a-z]+?)-(\\d+?)\\.xml$\";s:47:\"index.php?sitemap=$matches[1]&paged=$matches[2]\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:36:\"ys_cfdbh/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"ys_cfdbh/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"ys_cfdbh/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ys_cfdbh/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"ys_cfdbh/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"ys_cfdbh/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:25:\"ys_cfdbh/([^/]+)/embed/?$\";s:41:\"index.php?ys_cfdbh=$matches[1]&embed=true\";s:29:\"ys_cfdbh/([^/]+)/trackback/?$\";s:35:\"index.php?ys_cfdbh=$matches[1]&tb=1\";s:37:\"ys_cfdbh/([^/]+)/page/?([0-9]{1,})/?$\";s:48:\"index.php?ys_cfdbh=$matches[1]&paged=$matches[2]\";s:44:\"ys_cfdbh/([^/]+)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?ys_cfdbh=$matches[1]&cpage=$matches[2]\";s:33:\"ys_cfdbh/([^/]+)(?:/([0-9]+))?/?$\";s:47:\"index.php?ys_cfdbh=$matches[1]&page=$matches[2]\";s:25:\"ys_cfdbh/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:35:\"ys_cfdbh/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:55:\"ys_cfdbh/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"ys_cfdbh/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:50:\"ys_cfdbh/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:31:\"ys_cfdbh/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:38:\"aam_policy/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"aam_policy/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"aam_policy/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"aam_policy/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"aam_policy/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"aam_policy/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"aam_policy/([^/]+)/embed/?$\";s:43:\"index.php?aam_policy=$matches[1]&embed=true\";s:31:\"aam_policy/([^/]+)/trackback/?$\";s:37:\"index.php?aam_policy=$matches[1]&tb=1\";s:39:\"aam_policy/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?aam_policy=$matches[1]&paged=$matches[2]\";s:46:\"aam_policy/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?aam_policy=$matches[1]&cpage=$matches[2]\";s:35:\"aam_policy/([^/]+)(?:/([0-9]+))?/?$\";s:49:\"index.php?aam_policy=$matches[1]&page=$matches[2]\";s:27:\"aam_policy/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"aam_policy/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"aam_policy/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"aam_policy/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"aam_policy/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"aam_policy/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:12:\"robots\\.txt$\";s:18:\"index.php?robots=1\";s:13:\"favicon\\.ico$\";s:19:\"index.php?favicon=1\";s:48:\".*wp-(atom|rdf|rss|rss2|feed|commentsrss2)\\.php$\";s:18:\"index.php?feed=old\";s:20:\".*wp-app\\.php(/.*)?$\";s:19:\"index.php?error=403\";s:18:\".*wp-register.php$\";s:23:\"index.php?register=true\";s:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:38:\"index.php?&page_id=8&cpage=$matches[1]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:40:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/embed/?$\";s:75:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:69:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&tb=1\";s:64:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&feed=$matches[4]\";s:52:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&paged=$matches[4]\";s:59:\"([0-9]{4})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&cpage=$matches[4]\";s:48:\"([0-9]{4})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&name=$matches[3]&page=$matches[4]\";s:36:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:46:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:66:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:61:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:42:\"[0-9]{4}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),(255,'can_compress_scripts','0','no'),(271,'finished_updating_comment_type','1','yes'),(282,'recently_activated','a:1:{s:23:\"wp-rocket/wp-rocket.php\";i:1646925912;}','yes'),(342,'wpseo_sitemap_page_cache_validator','5cwEJ','no'),(353,'et_uploaded_fonts','a:2:{s:19:\"helvetica-neue-bold\";a:4:{s:9:\"font_file\";a:1:{s:3:\"ttf\";s:137:\"/users/physio-skalsky/www/stage-physio-skalsky/releases/20220310-1623-0507a112-release/web/app/uploads/et-fonts/HelveticaNeue-Bold-02.ttf\";}s:8:\"font_url\";a:1:{s:3:\"ttf\";s:78:\"https://stage.physio-skalsky.at/app/uploads/et-fonts/HelveticaNeue-Bold-02.ttf\";}s:6:\"styles\";s:35:\"100,200,300,400,500,600,700,800,900\";s:4:\"type\";s:10:\"sans-serif\";}s:20:\"helvetica-neue-light\";a:4:{s:9:\"font_file\";a:1:{s:3:\"ttf\";s:138:\"/users/physio-skalsky/www/stage-physio-skalsky/releases/20220310-1623-0507a112-release/web/app/uploads/et-fonts/HelveticaNeue-Light-08.ttf\";}s:8:\"font_url\";a:1:{s:3:\"ttf\";s:79:\"https://stage.physio-skalsky.at/app/uploads/et-fonts/HelveticaNeue-Light-08.ttf\";}s:6:\"styles\";s:35:\"100,200,300,400,500,600,700,800,900\";s:4:\"type\";s:10:\"sans-serif\";}}','yes'),(363,'widget_recent-posts','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(364,'widget_recent-comments','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),(698,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:16:\"use_google_fonts\";s:2:\"on\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}','yes'),(699,'et_automatic_updates_options','a:2:{s:8:\"username\";s:0:\"\";s:7:\"api_key\";s:0:\"\";}','no'),(708,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:12:{s:31:\"advanced-access-manager/aam.php\";s:5:\"6.8.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.5.4\";s:31:\"cookie-notice/cookie-notice.php\";s:5:\"2.2.1\";s:27:\"divi-mobile/divi-mobile.php\";s:5:\"1.6.3\";s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";s:5:\"3.8.7\";s:27:\"redirection/redirection.php\";s:5:\"5.2.3\";s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";s:5:\"2.4.1\";s:23:\"wordfence/wordfence.php\";s:5:\"7.5.8\";s:61:\"wp-contact-form-7-db-handler/wp-contact-form-7-db-handler.php\";s:3:\"1.2\";s:39:\"wp-migrate-db-pro/wp-migrate-db-pro.php\";s:5:\"2.2.2\";s:23:\"wp-rocket/wp-rocket.php\";s:6:\"3.10.9\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"18.0\";}s:8:\"response\";a:0:{}s:12:\"last_checked\";i:1646924642;}','no'),(709,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1646924667;s:8:\"response\";a:4:{s:31:\"advanced-access-manager/aam.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:37:\"w.org/plugins/advanced-access-manager\";s:4:\"slug\";s:23:\"advanced-access-manager\";s:6:\"plugin\";s:31:\"advanced-access-manager/aam.php\";s:11:\"new_version\";s:5:\"6.8.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/advanced-access-manager/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/advanced-access-manager.6.8.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/advanced-access-manager/assets/icon-256x256.png?rev=2199546\";s:2:\"1x\";s:76:\"https://ps.w.org/advanced-access-manager/assets/icon-128x128.png?rev=2199546\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/advanced-access-manager/assets/banner-1544x500.png?rev=2197012\";s:2:\"1x\";s:78:\"https://ps.w.org/advanced-access-manager/assets/banner-772x250.png?rev=2197012\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"4.7.0\";s:6:\"tested\";s:5:\"5.9.0\";s:12:\"requires_php\";s:5:\"5.6.0\";}s:36:\"contact-form-7/wp-contact-form-7.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:28:\"w.org/plugins/contact-form-7\";s:4:\"slug\";s:14:\"contact-form-7\";s:6:\"plugin\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:11:\"new_version\";s:5:\"5.5.6\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/contact-form-7/\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/plugin/contact-form-7.5.5.6.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:67:\"https://ps.w.org/contact-form-7/assets/icon-256x256.png?rev=2279696\";s:2:\"1x\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";s:3:\"svg\";s:59:\"https://ps.w.org/contact-form-7/assets/icon.svg?rev=2339255\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/contact-form-7/assets/banner-1544x500.png?rev=860901\";s:2:\"1x\";s:68:\"https://ps.w.org/contact-form-7/assets/banner-772x250.png?rev=880427\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.7\";s:6:\"tested\";s:5:\"5.9.1\";s:12:\"requires_php\";b:0;}s:31:\"cookie-notice/cookie-notice.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/cookie-notice\";s:4:\"slug\";s:13:\"cookie-notice\";s:6:\"plugin\";s:31:\"cookie-notice/cookie-notice.php\";s:11:\"new_version\";s:5:\"2.2.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/cookie-notice/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/plugin/cookie-notice.2.2.3.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-256x256.png?rev=2466385\";s:2:\"1x\";s:66:\"https://ps.w.org/cookie-notice/assets/icon-128x128.png?rev=2466385\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:68:\"https://ps.w.org/cookie-notice/assets/banner-772x250.png?rev=2466385\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.3\";s:6:\"tested\";s:5:\"5.9.1\";s:12:\"requires_php\";s:3:\"5.3\";s:14:\"upgrade_notice\";s:193:\"\";}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":12:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"18.3\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.18.3.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.png?rev=2643727\";s:2:\"1x\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";s:3:\"svg\";s:58:\"https://ps.w.org/wordpress-seo/assets/icon.svg?rev=2363699\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=2643727\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=2643727\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=2643727\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=2643727\";}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:5:\"5.9.1\";s:12:\"requires_php\";s:6:\"5.6.20\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:38:\"w.org/plugins/supreme-modules-for-divi\";s:4:\"slug\";s:24:\"supreme-modules-for-divi\";s:6:\"plugin\";s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";s:11:\"new_version\";s:5:\"2.4.1\";s:3:\"url\";s:55:\"https://wordpress.org/plugins/supreme-modules-for-divi/\";s:7:\"package\";s:73:\"https://downloads.wordpress.org/plugin/supreme-modules-for-divi.2.4.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/supreme-modules-for-divi/assets/icon-256x256.png?rev=2329163\";s:2:\"1x\";s:77:\"https://ps.w.org/supreme-modules-for-divi/assets/icon-128x128.png?rev=2329163\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:80:\"https://ps.w.org/supreme-modules-for-divi/assets/banner-1544x500.png?rev=2281026\";s:2:\"1x\";s:79:\"https://ps.w.org/supreme-modules-for-divi/assets/banner-772x250.png?rev=2281026\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.5\";}s:23:\"wordfence/wordfence.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:23:\"w.org/plugins/wordfence\";s:4:\"slug\";s:9:\"wordfence\";s:6:\"plugin\";s:23:\"wordfence/wordfence.php\";s:11:\"new_version\";s:5:\"7.5.8\";s:3:\"url\";s:40:\"https://wordpress.org/plugins/wordfence/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/wordfence.7.5.8.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:62:\"https://ps.w.org/wordfence/assets/icon-256x256.png?rev=2070855\";s:2:\"1x\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";s:3:\"svg\";s:54:\"https://ps.w.org/wordfence/assets/icon.svg?rev=2070865\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wordfence/assets/banner-1544x500.jpg?rev=2124102\";s:2:\"1x\";s:64:\"https://ps.w.org/wordfence/assets/banner-772x250.jpg?rev=2124102\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.9\";}s:61:\"wp-contact-form-7-db-handler/wp-contact-form-7-db-handler.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:42:\"w.org/plugins/wp-contact-form-7-db-handler\";s:4:\"slug\";s:28:\"wp-contact-form-7-db-handler\";s:6:\"plugin\";s:61:\"wp-contact-form-7-db-handler/wp-contact-form-7-db-handler.php\";s:11:\"new_version\";s:3:\"1.2\";s:3:\"url\";s:59:\"https://wordpress.org/plugins/wp-contact-form-7-db-handler/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/wp-contact-form-7-db-handler.zip\";s:5:\"icons\";a:3:{s:2:\"2x\";s:81:\"https://ps.w.org/wp-contact-form-7-db-handler/assets/icon-256x256.png?rev=2360783\";s:2:\"1x\";s:73:\"https://ps.w.org/wp-contact-form-7-db-handler/assets/icon.svg?rev=2364495\";s:3:\"svg\";s:73:\"https://ps.w.org/wp-contact-form-7-db-handler/assets/icon.svg?rev=2364495\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:83:\"https://ps.w.org/wp-contact-form-7-db-handler/assets/banner-772x250.png?rev=2364495\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}}s:7:\"checked\";a:11:{s:31:\"advanced-access-manager/aam.php\";s:5:\"6.8.0\";s:36:\"contact-form-7/wp-contact-form-7.php\";s:5:\"5.5.4\";s:31:\"cookie-notice/cookie-notice.php\";s:5:\"2.2.1\";s:27:\"divi-mobile/divi-mobile.php\";s:5:\"1.6.3\";s:61:\"supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php\";s:5:\"3.8.7\";s:53:\"supreme-modules-for-divi/supreme-modules-for-divi.php\";s:5:\"2.4.1\";s:23:\"wordfence/wordfence.php\";s:5:\"7.5.8\";s:61:\"wp-contact-form-7-db-handler/wp-contact-form-7-db-handler.php\";s:3:\"1.2\";s:39:\"wp-migrate-db-pro/wp-migrate-db-pro.php\";s:5:\"2.2.2\";s:23:\"wp-rocket/wp-rocket.php\";s:6:\"3.10.7\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"18.0\";}}','no'),(712,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1646924643;s:7:\"checked\";a:2:{s:4:\"Divi\";s:6:\"4.14.7\";s:10:\"divi-child\";s:5:\"1.0.0\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:3:{s:11:\"new_version\";s:6:\"4.14.8\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','no'),(713,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:2:{s:4:\"Divi\";s:6:\"4.14.7\";s:10:\"divi-child\";s:5:\"1.0.0\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:3:{s:11:\"new_version\";s:6:\"4.14.8\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";}}s:12:\"last_checked\";i:1646924643;}','no'),(845,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','yes'),(897,'wpseo_sitemap_category_cache_validator','3oiU3','no'),(905,'cookie_notice_status','','yes'),(2572,'wpseo_sitemap_341_cache_validator','3zt24','no'),(2650,'secret_key','p6m1f?S;J&E0wH<6W$3.r_?9M2Iy{Sb]^pWMore Details →\";s:7:\"version\";s:5:\"2.1.0\";s:12:\"beta_version\";b:0;s:6:\"tested\";s:3:\"5.9\";}s:21:\"wp-migrate-db-pro-cli\";a:7:{s:4:\"type\";s:7:\"feature\";s:4:\"name\";s:3:\"CLI\";s:4:\"desc\";s:414:\"Integrates WP Migrate DB Pro with WP-CLI allowing you to run migrations from the command line: wp migratedb <push|pull> <url> <secret-key> [--find=<strings>] [--replace=<strings>] ... More Details →\";s:8:\"required\";s:5:\"1.4b1\";s:7:\"version\";s:5:\"1.6.0\";s:12:\"beta_version\";b:0;s:6:\"tested\";s:3:\"5.9\";}s:33:\"wp-migrate-db-pro-multisite-tools\";a:7:{s:4:\"type\";s:7:\"feature\";s:4:\"name\";s:15:\"Multisite Tools\";s:4:\"desc\";s:270:\"Export a subsite as an SQL file that can then be imported as a single site install. More Details →\";s:8:\"required\";s:7:\"1.5-dev\";s:7:\"version\";s:5:\"1.4.1\";s:12:\"beta_version\";b:0;s:6:\"tested\";s:3:\"5.9\";}s:36:\"wp-migrate-db-pro-theme-plugin-files\";a:7:{s:4:\"type\";s:7:\"feature\";s:4:\"name\";s:20:\"Theme & Plugin Files\";s:4:\"desc\";s:277:\"Allows you to push and pull your theme and plugin files between two WordPress installs. More Details →\";s:8:\"required\";s:7:\"1.8.2b1\";s:7:\"version\";s:5:\"1.2.0\";s:12:\"beta_version\";b:0;s:6:\"tested\";s:3:\"5.9\";}}','no'),(3184,'wpmdb_usage','a:2:{s:6:\"action\";s:11:\"pull-remote\";s:4:\"time\";i:1646735700;}','no'),(3186,'wpmdb_migration_state','a:3:{s:6:\"action\";s:29:\"wpmdb_fire_migration_complete\";s:3:\"url\";s:40:\"https://physiotherapie-skalsky.ddev.site\";s:3:\"sig\";s:28:\"Ka9zmd6b79XooiU+p9IUGZg0XPI=\";}','no'),(3187,'wpmdb_remote_migration_state','a:5:{s:6:\"action\";s:38:\"wpmdb_verify_connection_to_remote_site\";s:6:\"intent\";s:4:\"pull\";s:7:\"referer\";s:32:\"physiotherapie-skalsky.ddev.site\";s:7:\"version\";s:5:\"2.2.2\";s:3:\"sig\";s:28:\"QYKf9+NnX5u+ytOV2ZTGMebBKF4=\";}','no'),(3192,'divi-engine-menu','mobile-menu-added','yes'),(3207,'wpseo_sitemap_cache_validator_global','3PsbN','no'),(3210,'_transient_health-check-site-status-result','{\"good\":13,\"recommended\":4,\"critical\":2}','yes'),(3212,'wpseo_sitemap_project_cache_validator','3PEjf','no'),(3221,'divi_mobile_license','a:2:{s:3:\"key\";s:31:\"dm-1-12ce1406-b1788bdc-e261736c\";s:10:\"last_check\";i:1646910223;}','yes'),(3242,'_site_transient_timeout_wpmdb_upgrade_data','1646939590','no'),(3243,'_site_transient_wpmdb_upgrade_data','a:5:{s:17:\"wp-migrate-db-pro\";a:4:{s:7:\"version\";s:5:\"2.2.2\";s:6:\"tested\";s:5:\"5.8.3\";s:8:\"icon_url\";s:60:\"https://deliciousbrains.com/assets/images/icons/mdb/icon.svg\";s:12:\"requires_php\";s:3:\"5.6\";}s:29:\"wp-migrate-db-pro-media-files\";a:4:{s:7:\"version\";s:5:\"2.1.0\";s:6:\"tested\";s:3:\"5.8\";s:8:\"icon_url\";s:60:\"https://deliciousbrains.com/assets/images/icons/mdb/icon.svg\";s:12:\"requires_php\";s:3:\"5.6\";}s:21:\"wp-migrate-db-pro-cli\";a:4:{s:7:\"version\";s:5:\"1.6.0\";s:6:\"tested\";s:3:\"5.8\";s:8:\"icon_url\";s:60:\"https://deliciousbrains.com/assets/images/icons/mdb/icon.svg\";s:12:\"requires_php\";s:3:\"5.6\";}s:33:\"wp-migrate-db-pro-multisite-tools\";a:4:{s:7:\"version\";s:5:\"1.4.1\";s:6:\"tested\";s:3:\"5.8\";s:8:\"icon_url\";s:60:\"https://deliciousbrains.com/assets/images/icons/mdb/icon.svg\";s:12:\"requires_php\";s:3:\"5.6\";}s:36:\"wp-migrate-db-pro-theme-plugin-files\";a:4:{s:7:\"version\";s:5:\"1.2.0\";s:6:\"tested\";s:3:\"5.8\";s:8:\"icon_url\";s:60:\"https://deliciousbrains.com/assets/images/icons/mdb/icon.svg\";s:12:\"requires_php\";s:3:\"5.6\";}}','no'),(3252,'_transient_timeout_wpseo_total_unindexed_post_type_archives','1646982793','no'),(3253,'_transient_wpseo_total_unindexed_post_type_archives','0','no'),(3254,'_transient_timeout_wpseo_total_unindexed_general_items','1646982793','no'),(3255,'_transient_wpseo_total_unindexed_general_items','0','no'),(3256,'_transient_timeout_wpseo_unindexed_post_link_count','1646982793','no'),(3257,'_transient_wpseo_unindexed_post_link_count','0','no'),(3258,'_transient_timeout_wpseo_unindexed_term_link_count','1646982793','no'),(3259,'_transient_wpseo_unindexed_term_link_count','0','no'),(3260,'_transient_timeout_et_check_mod_pagespeed','1646983744','no'),(3261,'_transient_et_check_mod_pagespeed','','no'),(3262,'_transient_timeout__et_builder_gf_feature_cache','1646983744','no'),(3263,'_transient__et_builder_gf_feature_cache','1','no'),(3279,'_site_transient_timeout_wpmdb_licence_response_1','1646941317','no'),(3280,'_site_transient_wpmdb_licence_response_1','{\"addons_available\":\"1\",\"addons_available_list\":{\"wp-migrate-db-pro-cli\":3948},\"addon_list\":{\"wp-migrate-db-pro-media-files\":{\"type\":\"feature\",\"name\":\"Media Files\",\"desc\":\"Allows you to push and pull your files in the Media Library between two WordPress installs. It can compare both libraries and only migrate those missing or updated, or it can do a complete copy of one site\\u2019s library to another. More Details →<\\/a>\",\"version\":\"2.1.0\",\"beta_version\":false,\"tested\":\"5.9\"},\"wp-migrate-db-pro-cli\":{\"type\":\"feature\",\"name\":\"CLI\",\"desc\":\"Integrates WP Migrate DB Pro with WP-CLI allowing you to run migrations from the command line: wp migratedb <push|pull> <url> <secret-key><\\/code> [--find=<strings>] [--replace=<strings>] ...<\\/code> More Details →<\\/a>\",\"required\":\"1.4b1\",\"version\":\"1.6.0\",\"beta_version\":false,\"tested\":\"5.9\"},\"wp-migrate-db-pro-multisite-tools\":{\"type\":\"feature\",\"name\":\"Multisite Tools\",\"desc\":\"Export a subsite as an SQL file that can then be imported as a single site install. More Details →<\\/a>\",\"required\":\"1.5-dev\",\"version\":\"1.4.1\",\"beta_version\":false,\"tested\":\"5.9\"},\"wp-migrate-db-pro-theme-plugin-files\":{\"type\":\"feature\",\"name\":\"Theme & Plugin Files\",\"desc\":\"Allows you to push and pull your theme and plugin files between two WordPress installs. More Details →<\\/a>\",\"required\":\"1.8.2b1\",\"version\":\"1.2.0\",\"beta_version\":false,\"tested\":\"5.9\"}},\"form_url\":\"https:\\/\\/api.deliciousbrains.com\\/?wc-api=delicious-brains&request=submit_support_request&licence_key=826edef3-4828-4075-a341-9f0d78f07593&product=wp-migrate-db-pro\",\"license_name\":\"Side Hustle (Legacy)\",\"display_name\":\"Daniel Peterer\",\"user_email\":\"bskalsky@festland.ch\",\"upgrade_url\":\"https:\\/\\/deliciousbrains.com\\/my-account\\/license-upgrade\\/25376\",\"support_contacts\":[\"bskalsky@festland.ch\"],\"support_email\":\"priority-wpmdb@deliciousbrains.com\"}','no'),(3289,'_transient_timeout_et_divi_customizer_option_set','1646984893','no'),(3290,'_transient_et_divi_customizer_option_set','theme','no'),(3487,'_site_transient_timeout_available_translations','1646930534','no'),(3488,'_site_transient_available_translations','a:128:{s:2:\"af\";a:8:{s:8:\"language\";s:2:\"af\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-05-13 15:59:22\";s:12:\"english_name\";s:9:\"Afrikaans\";s:11:\"native_name\";s:9:\"Afrikaans\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/af.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"af\";i:2;s:3:\"afr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Gaan voort\";}}s:2:\"am\";a:8:{s:8:\"language\";s:2:\"am\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 21:35:31\";s:12:\"english_name\";s:7:\"Amharic\";s:11:\"native_name\";s:12:\"አማርኛ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/am.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"am\";i:2;s:3:\"amh\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"ቀጥል\";}}s:2:\"ar\";a:8:{s:8:\"language\";s:2:\"ar\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-13 09:26:26\";s:12:\"english_name\";s:6:\"Arabic\";s:11:\"native_name\";s:14:\"العربية\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/ar.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:2;s:3:\"ara\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:3:\"ary\";a:8:{s:8:\"language\";s:3:\"ary\";s:7:\"version\";s:6:\"4.8.18\";s:7:\"updated\";s:19:\"2017-01-26 15:42:35\";s:12:\"english_name\";s:15:\"Moroccan Arabic\";s:11:\"native_name\";s:31:\"العربية المغربية\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.18/ary.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ar\";i:3;s:3:\"ary\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"المتابعة\";}}s:2:\"as\";a:8:{s:8:\"language\";s:2:\"as\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-09-08 17:57:56\";s:12:\"english_name\";s:8:\"Assamese\";s:11:\"native_name\";s:21:\"অসমীয়া\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.3/as.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"as\";i:2;s:3:\"asm\";i:3;s:3:\"asm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"az\";a:8:{s:8:\"language\";s:2:\"az\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-06 00:09:27\";s:12:\"english_name\";s:11:\"Azerbaijani\";s:11:\"native_name\";s:16:\"Azərbaycan dili\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/az.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:2;s:3:\"aze\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Davam\";}}s:3:\"azb\";a:8:{s:8:\"language\";s:3:\"azb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-12 20:34:31\";s:12:\"english_name\";s:17:\"South Azerbaijani\";s:11:\"native_name\";s:29:\"گؤنئی آذربایجان\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/azb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"az\";i:3;s:3:\"azb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:3:\"bel\";a:8:{s:8:\"language\";s:3:\"bel\";s:7:\"version\";s:6:\"4.9.19\";s:7:\"updated\";s:19:\"2019-10-29 07:54:22\";s:12:\"english_name\";s:10:\"Belarusian\";s:11:\"native_name\";s:29:\"Беларуская мова\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.9.19/bel.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"be\";i:2;s:3:\"bel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Працягнуць\";}}s:5:\"bg_BG\";a:8:{s:8:\"language\";s:5:\"bg_BG\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-12-01 15:31:45\";s:12:\"english_name\";s:9:\"Bulgarian\";s:11:\"native_name\";s:18:\"Български\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.3/bg_BG.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bg\";i:2;s:3:\"bul\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Напред\";}}s:5:\"bn_BD\";a:8:{s:8:\"language\";s:5:\"bn_BD\";s:7:\"version\";s:5:\"5.4.9\";s:7:\"updated\";s:19:\"2020-10-31 08:48:37\";s:12:\"english_name\";s:20:\"Bengali (Bangladesh)\";s:11:\"native_name\";s:15:\"বাংলা\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.9/bn_BD.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"bn\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:23:\"এগিয়ে চল.\";}}s:2:\"bo\";a:8:{s:8:\"language\";s:2:\"bo\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-10-30 03:24:38\";s:12:\"english_name\";s:7:\"Tibetan\";s:11:\"native_name\";s:21:\"བོད་ཡིག\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/bo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bo\";i:2;s:3:\"tib\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:33:\"མུ་མཐུད་དུ།\";}}s:5:\"bs_BA\";a:8:{s:8:\"language\";s:5:\"bs_BA\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-26 00:32:49\";s:12:\"english_name\";s:7:\"Bosnian\";s:11:\"native_name\";s:8:\"Bosanski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/bs_BA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"bs\";i:2;s:3:\"bos\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:2:\"ca\";a:8:{s:8:\"language\";s:2:\"ca\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-23 08:02:22\";s:12:\"english_name\";s:7:\"Catalan\";s:11:\"native_name\";s:7:\"Català\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/ca.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ca\";i:2;s:3:\"cat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:3:\"ceb\";a:8:{s:8:\"language\";s:3:\"ceb\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-02 17:25:51\";s:12:\"english_name\";s:7:\"Cebuano\";s:11:\"native_name\";s:7:\"Cebuano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/ceb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"ceb\";i:3;s:3:\"ceb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Padayun\";}}s:5:\"cs_CZ\";a:8:{s:8:\"language\";s:5:\"cs_CZ\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 07:44:53\";s:12:\"english_name\";s:5:\"Czech\";s:11:\"native_name\";s:9:\"Čeština\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/cs_CZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cs\";i:2;s:3:\"ces\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Pokračovat\";}}s:2:\"cy\";a:8:{s:8:\"language\";s:2:\"cy\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 16:29:19\";s:12:\"english_name\";s:5:\"Welsh\";s:11:\"native_name\";s:7:\"Cymraeg\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/cy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"cy\";i:2;s:3:\"cym\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Parhau\";}}s:5:\"da_DK\";a:8:{s:8:\"language\";s:5:\"da_DK\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-31 16:48:08\";s:12:\"english_name\";s:6:\"Danish\";s:11:\"native_name\";s:5:\"Dansk\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/da_DK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"da\";i:2;s:3:\"dan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsæt\";}}s:12:\"de_DE_formal\";a:8:{s:8:\"language\";s:12:\"de_DE_formal\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-17 21:14:01\";s:12:\"english_name\";s:15:\"German (Formal)\";s:11:\"native_name\";s:13:\"Deutsch (Sie)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.9/de_DE_formal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_AT\";a:8:{s:8:\"language\";s:5:\"de_AT\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-23 19:42:08\";s:12:\"english_name\";s:16:\"German (Austria)\";s:11:\"native_name\";s:21:\"Deutsch (Österreich)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/de_AT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_CH\";a:8:{s:8:\"language\";s:5:\"de_CH\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-24 12:26:13\";s:12:\"english_name\";s:20:\"German (Switzerland)\";s:11:\"native_name\";s:17:\"Deutsch (Schweiz)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/de_CH.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:14:\"de_CH_informal\";a:8:{s:8:\"language\";s:14:\"de_CH_informal\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-24 12:22:31\";s:12:\"english_name\";s:30:\"German (Switzerland, Informal)\";s:11:\"native_name\";s:21:\"Deutsch (Schweiz, Du)\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/translation/core/5.9/de_CH_informal.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:5:\"de_DE\";a:8:{s:8:\"language\";s:5:\"de_DE\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-17 21:11:00\";s:12:\"english_name\";s:6:\"German\";s:11:\"native_name\";s:7:\"Deutsch\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/de_DE.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"de\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Weiter\";}}s:3:\"dsb\";a:8:{s:8:\"language\";s:3:\"dsb\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 15:26:10\";s:12:\"english_name\";s:13:\"Lower Sorbian\";s:11:\"native_name\";s:16:\"Dolnoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.9/dsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"dsb\";i:3;s:3:\"dsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Dalej\";}}s:3:\"dzo\";a:8:{s:8:\"language\";s:3:\"dzo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-06-29 08:59:03\";s:12:\"english_name\";s:8:\"Dzongkha\";s:11:\"native_name\";s:18:\"རྫོང་ཁ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/dzo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"dz\";i:2;s:3:\"dzo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"el\";a:8:{s:8:\"language\";s:2:\"el\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-21 16:41:01\";s:12:\"english_name\";s:5:\"Greek\";s:11:\"native_name\";s:16:\"Ελληνικά\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/el.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"el\";i:2;s:3:\"ell\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Συνέχεια\";}}s:5:\"en_GB\";a:8:{s:8:\"language\";s:5:\"en_GB\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 08:36:22\";s:12:\"english_name\";s:12:\"English (UK)\";s:11:\"native_name\";s:12:\"English (UK)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/en_GB.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_ZA\";a:8:{s:8:\"language\";s:5:\"en_ZA\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2021-12-24 12:36:39\";s:12:\"english_name\";s:22:\"English (South Africa)\";s:11:\"native_name\";s:22:\"English (South Africa)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/en_ZA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_AU\";a:8:{s:8:\"language\";s:5:\"en_AU\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-18 05:55:29\";s:12:\"english_name\";s:19:\"English (Australia)\";s:11:\"native_name\";s:19:\"English (Australia)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/en_AU.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_NZ\";a:8:{s:8:\"language\";s:5:\"en_NZ\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-18 22:20:21\";s:12:\"english_name\";s:21:\"English (New Zealand)\";s:11:\"native_name\";s:21:\"English (New Zealand)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/en_NZ.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"en_CA\";a:8:{s:8:\"language\";s:5:\"en_CA\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-11 01:23:43\";s:12:\"english_name\";s:16:\"English (Canada)\";s:11:\"native_name\";s:16:\"English (Canada)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/en_CA.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"en\";i:2;s:3:\"eng\";i:3;s:3:\"eng\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"eo\";a:8:{s:8:\"language\";s:2:\"eo\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-24 13:28:57\";s:12:\"english_name\";s:9:\"Esperanto\";s:11:\"native_name\";s:9:\"Esperanto\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/eo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eo\";i:2;s:3:\"epo\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Daŭrigi\";}}s:5:\"es_EC\";a:8:{s:8:\"language\";s:5:\"es_EC\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 05:01:53\";s:12:\"english_name\";s:17:\"Spanish (Ecuador)\";s:11:\"native_name\";s:19:\"Español de Ecuador\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/es_EC.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_MX\";a:8:{s:8:\"language\";s:5:\"es_MX\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-18 14:17:30\";s:12:\"english_name\";s:16:\"Spanish (Mexico)\";s:11:\"native_name\";s:19:\"Español de México\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/es_MX.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_AR\";a:8:{s:8:\"language\";s:5:\"es_AR\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-12 15:14:43\";s:12:\"english_name\";s:19:\"Spanish (Argentina)\";s:11:\"native_name\";s:21:\"Español de Argentina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/es_AR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_VE\";a:8:{s:8:\"language\";s:5:\"es_VE\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 05:01:05\";s:12:\"english_name\";s:19:\"Spanish (Venezuela)\";s:11:\"native_name\";s:21:\"Español de Venezuela\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/es_VE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CR\";a:8:{s:8:\"language\";s:5:\"es_CR\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-07-30 00:35:05\";s:12:\"english_name\";s:20:\"Spanish (Costa Rica)\";s:11:\"native_name\";s:22:\"Español de Costa Rica\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.3/es_CR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PE\";a:8:{s:8:\"language\";s:5:\"es_PE\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-10-04 20:53:18\";s:12:\"english_name\";s:14:\"Spanish (Peru)\";s:11:\"native_name\";s:17:\"Español de Perú\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.3/es_PE.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_DO\";a:8:{s:8:\"language\";s:5:\"es_DO\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-10-08 14:32:50\";s:12:\"english_name\";s:28:\"Spanish (Dominican Republic)\";s:11:\"native_name\";s:33:\"Español de República Dominicana\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.3/es_DO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_UY\";a:8:{s:8:\"language\";s:5:\"es_UY\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-31 18:33:26\";s:12:\"english_name\";s:17:\"Spanish (Uruguay)\";s:11:\"native_name\";s:19:\"Español de Uruguay\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_UY.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CL\";a:8:{s:8:\"language\";s:5:\"es_CL\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-06-14 16:02:22\";s:12:\"english_name\";s:15:\"Spanish (Chile)\";s:11:\"native_name\";s:17:\"Español de Chile\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/es_CL.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_PR\";a:8:{s:8:\"language\";s:5:\"es_PR\";s:7:\"version\";s:5:\"5.4.9\";s:7:\"updated\";s:19:\"2020-04-29 15:36:59\";s:12:\"english_name\";s:21:\"Spanish (Puerto Rico)\";s:11:\"native_name\";s:23:\"Español de Puerto Rico\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.9/es_PR.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_ES\";a:8:{s:8:\"language\";s:5:\"es_ES\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-22 09:13:24\";s:12:\"english_name\";s:15:\"Spanish (Spain)\";s:11:\"native_name\";s:8:\"Español\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/es_ES.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_GT\";a:8:{s:8:\"language\";s:5:\"es_GT\";s:7:\"version\";s:6:\"5.2.14\";s:7:\"updated\";s:19:\"2019-03-02 06:35:01\";s:12:\"english_name\";s:19:\"Spanish (Guatemala)\";s:11:\"native_name\";s:21:\"Español de Guatemala\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/5.2.14/es_GT.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"es_CO\";a:8:{s:8:\"language\";s:5:\"es_CO\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 05:01:34\";s:12:\"english_name\";s:18:\"Spanish (Colombia)\";s:11:\"native_name\";s:20:\"Español de Colombia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/es_CO.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"es\";i:2;s:3:\"spa\";i:3;s:3:\"spa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"et\";a:8:{s:8:\"language\";s:2:\"et\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2020-08-12 08:38:59\";s:12:\"english_name\";s:8:\"Estonian\";s:11:\"native_name\";s:5:\"Eesti\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8-beta/et.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"et\";i:2;s:3:\"est\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Jätka\";}}s:2:\"eu\";a:8:{s:8:\"language\";s:2:\"eu\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2022-02-21 10:56:22\";s:12:\"english_name\";s:6:\"Basque\";s:11:\"native_name\";s:7:\"Euskara\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.3/eu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"eu\";i:2;s:3:\"eus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Jarraitu\";}}s:5:\"fa_IR\";a:8:{s:8:\"language\";s:5:\"fa_IR\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-20 15:30:05\";s:12:\"english_name\";s:7:\"Persian\";s:11:\"native_name\";s:10:\"فارسی\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/fa_IR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"fa_AF\";a:8:{s:8:\"language\";s:5:\"fa_AF\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-11-20 16:34:11\";s:12:\"english_name\";s:21:\"Persian (Afghanistan)\";s:11:\"native_name\";s:31:\"(فارسی (افغانستان\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.3/fa_AF.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fa\";i:2;s:3:\"fas\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:2:\"fi\";a:8:{s:8:\"language\";s:2:\"fi\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-22 11:12:02\";s:12:\"english_name\";s:7:\"Finnish\";s:11:\"native_name\";s:5:\"Suomi\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/fi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fi\";i:2;s:3:\"fin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Jatka\";}}s:5:\"fr_FR\";a:8:{s:8:\"language\";s:5:\"fr_FR\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-20 07:35:01\";s:12:\"english_name\";s:15:\"French (France)\";s:11:\"native_name\";s:9:\"Français\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/fr_FR.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"fr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_CA\";a:8:{s:8:\"language\";s:5:\"fr_CA\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-21 16:52:21\";s:12:\"english_name\";s:15:\"French (Canada)\";s:11:\"native_name\";s:19:\"Français du Canada\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/fr_CA.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:5:\"fr_BE\";a:8:{s:8:\"language\";s:5:\"fr_BE\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-22 13:54:46\";s:12:\"english_name\";s:16:\"French (Belgium)\";s:11:\"native_name\";s:21:\"Français de Belgique\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/fr_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"fr\";i:2;s:3:\"fra\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuer\";}}s:3:\"fur\";a:8:{s:8:\"language\";s:3:\"fur\";s:7:\"version\";s:6:\"4.8.18\";s:7:\"updated\";s:19:\"2018-01-29 17:32:35\";s:12:\"english_name\";s:8:\"Friulian\";s:11:\"native_name\";s:8:\"Friulian\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.18/fur.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"fur\";i:3;s:3:\"fur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:2:\"gd\";a:8:{s:8:\"language\";s:2:\"gd\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-08-23 17:41:37\";s:12:\"english_name\";s:15:\"Scottish Gaelic\";s:11:\"native_name\";s:9:\"Gàidhlig\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/gd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"gd\";i:2;s:3:\"gla\";i:3;s:3:\"gla\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"Lean air adhart\";}}s:5:\"gl_ES\";a:8:{s:8:\"language\";s:5:\"gl_ES\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 10:40:42\";s:12:\"english_name\";s:8:\"Galician\";s:11:\"native_name\";s:6:\"Galego\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/gl_ES.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gl\";i:2;s:3:\"glg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:2:\"gu\";a:8:{s:8:\"language\";s:2:\"gu\";s:7:\"version\";s:6:\"4.9.19\";s:7:\"updated\";s:19:\"2018-09-14 12:33:48\";s:12:\"english_name\";s:8:\"Gujarati\";s:11:\"native_name\";s:21:\"ગુજરાતી\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.19/gu.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"gu\";i:2;s:3:\"guj\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:31:\"ચાલુ રાખવું\";}}s:3:\"haz\";a:8:{s:8:\"language\";s:3:\"haz\";s:7:\"version\";s:6:\"4.4.26\";s:7:\"updated\";s:19:\"2015-12-05 00:59:09\";s:12:\"english_name\";s:8:\"Hazaragi\";s:11:\"native_name\";s:15:\"هزاره گی\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.4.26/haz.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"haz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"ادامه\";}}s:5:\"he_IL\";a:8:{s:8:\"language\";s:5:\"he_IL\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-14 22:20:29\";s:12:\"english_name\";s:6:\"Hebrew\";s:11:\"native_name\";s:16:\"עִבְרִית\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/he_IL.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"he\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"המשך\";}}s:5:\"hi_IN\";a:8:{s:8:\"language\";s:5:\"hi_IN\";s:7:\"version\";s:5:\"5.4.9\";s:7:\"updated\";s:19:\"2020-11-06 12:34:38\";s:12:\"english_name\";s:5:\"Hindi\";s:11:\"native_name\";s:18:\"हिन्दी\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.9/hi_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hi\";i:2;s:3:\"hin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"जारी रखें\";}}s:2:\"hr\";a:8:{s:8:\"language\";s:2:\"hr\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-19 12:13:00\";s:12:\"english_name\";s:8:\"Croatian\";s:11:\"native_name\";s:8:\"Hrvatski\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/hr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hr\";i:2;s:3:\"hrv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Nastavi\";}}s:3:\"hsb\";a:8:{s:8:\"language\";s:3:\"hsb\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 15:32:05\";s:12:\"english_name\";s:13:\"Upper Sorbian\";s:11:\"native_name\";s:17:\"Hornjoserbšćina\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.9/hsb.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"hsb\";i:3;s:3:\"hsb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:4:\"Dale\";}}s:5:\"hu_HU\";a:8:{s:8:\"language\";s:5:\"hu_HU\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-10 12:33:31\";s:12:\"english_name\";s:9:\"Hungarian\";s:11:\"native_name\";s:6:\"Magyar\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/hu_HU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hu\";i:2;s:3:\"hun\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Folytatás\";}}s:2:\"hy\";a:8:{s:8:\"language\";s:2:\"hy\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-12-03 16:21:10\";s:12:\"english_name\";s:8:\"Armenian\";s:11:\"native_name\";s:14:\"Հայերեն\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/hy.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"hy\";i:2;s:3:\"hye\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Շարունակել\";}}s:5:\"id_ID\";a:8:{s:8:\"language\";s:5:\"id_ID\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-22 09:07:27\";s:12:\"english_name\";s:10:\"Indonesian\";s:11:\"native_name\";s:16:\"Bahasa Indonesia\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/id_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"id\";i:2;s:3:\"ind\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Lanjutkan\";}}s:5:\"is_IS\";a:8:{s:8:\"language\";s:5:\"is_IS\";s:7:\"version\";s:6:\"4.9.19\";s:7:\"updated\";s:19:\"2018-12-11 10:40:02\";s:12:\"english_name\";s:9:\"Icelandic\";s:11:\"native_name\";s:9:\"Íslenska\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.19/is_IS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"is\";i:2;s:3:\"isl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Áfram\";}}s:5:\"it_IT\";a:8:{s:8:\"language\";s:5:\"it_IT\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-17 21:11:54\";s:12:\"english_name\";s:7:\"Italian\";s:11:\"native_name\";s:8:\"Italiano\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/it_IT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"it\";i:2;s:3:\"ita\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continua\";}}s:2:\"ja\";a:8:{s:8:\"language\";s:2:\"ja\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 13:43:33\";s:12:\"english_name\";s:8:\"Japanese\";s:11:\"native_name\";s:9:\"日本語\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/ja.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"ja\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"次へ\";}}s:5:\"jv_ID\";a:8:{s:8:\"language\";s:5:\"jv_ID\";s:7:\"version\";s:6:\"4.9.19\";s:7:\"updated\";s:19:\"2019-02-16 23:58:56\";s:12:\"english_name\";s:8:\"Javanese\";s:11:\"native_name\";s:9:\"Basa Jawa\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.19/jv_ID.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"jv\";i:2;s:3:\"jav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Nerusaké\";}}s:5:\"ka_GE\";a:8:{s:8:\"language\";s:5:\"ka_GE\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-24 08:56:29\";s:12:\"english_name\";s:8:\"Georgian\";s:11:\"native_name\";s:21:\"ქართული\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/ka_GE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ka\";i:2;s:3:\"kat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"გაგრძელება\";}}s:3:\"kab\";a:8:{s:8:\"language\";s:3:\"kab\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-12 10:34:12\";s:12:\"english_name\";s:6:\"Kabyle\";s:11:\"native_name\";s:9:\"Taqbaylit\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.9/kab.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"kab\";i:3;s:3:\"kab\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Kemmel\";}}s:2:\"kk\";a:8:{s:8:\"language\";s:2:\"kk\";s:7:\"version\";s:6:\"4.9.19\";s:7:\"updated\";s:19:\"2018-07-10 11:35:44\";s:12:\"english_name\";s:6:\"Kazakh\";s:11:\"native_name\";s:19:\"Қазақ тілі\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.19/kk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kk\";i:2;s:3:\"kaz\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Жалғастыру\";}}s:2:\"km\";a:8:{s:8:\"language\";s:2:\"km\";s:7:\"version\";s:6:\"5.2.14\";s:7:\"updated\";s:19:\"2019-06-10 16:18:28\";s:12:\"english_name\";s:5:\"Khmer\";s:11:\"native_name\";s:27:\"ភាសាខ្មែរ\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.2.14/km.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"km\";i:2;s:3:\"khm\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"បន្ត\";}}s:2:\"kn\";a:8:{s:8:\"language\";s:2:\"kn\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-26 16:57:20\";s:12:\"english_name\";s:7:\"Kannada\";s:11:\"native_name\";s:15:\"ಕನ್ನಡ\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/kn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"kn\";i:2;s:3:\"kan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"ಮುಂದುವರಿಸು\";}}s:5:\"ko_KR\";a:8:{s:8:\"language\";s:5:\"ko_KR\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-26 09:01:56\";s:12:\"english_name\";s:6:\"Korean\";s:11:\"native_name\";s:9:\"한국어\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/ko_KR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ko\";i:2;s:3:\"kor\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"계속\";}}s:3:\"ckb\";a:8:{s:8:\"language\";s:3:\"ckb\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-12-07 16:32:30\";s:12:\"english_name\";s:16:\"Kurdish (Sorani)\";s:11:\"native_name\";s:13:\"كوردی‎\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.8.3/ckb.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ku\";i:3;s:3:\"ckb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"به‌رده‌وام به‌\";}}s:2:\"lo\";a:8:{s:8:\"language\";s:2:\"lo\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 09:59:23\";s:12:\"english_name\";s:3:\"Lao\";s:11:\"native_name\";s:21:\"ພາສາລາວ\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/lo.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lo\";i:2;s:3:\"lao\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"ຕໍ່​ໄປ\";}}s:5:\"lt_LT\";a:8:{s:8:\"language\";s:5:\"lt_LT\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-23 12:35:40\";s:12:\"english_name\";s:10:\"Lithuanian\";s:11:\"native_name\";s:15:\"Lietuvių kalba\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/lt_LT.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lt\";i:2;s:3:\"lit\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Tęsti\";}}s:2:\"lv\";a:8:{s:8:\"language\";s:2:\"lv\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-13 16:36:31\";s:12:\"english_name\";s:7:\"Latvian\";s:11:\"native_name\";s:16:\"Latviešu valoda\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/lv.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"lv\";i:2;s:3:\"lav\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Turpināt\";}}s:5:\"mk_MK\";a:8:{s:8:\"language\";s:5:\"mk_MK\";s:7:\"version\";s:5:\"5.4.9\";s:7:\"updated\";s:19:\"2020-07-01 09:16:57\";s:12:\"english_name\";s:10:\"Macedonian\";s:11:\"native_name\";s:31:\"Македонски јазик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.4.9/mk_MK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mk\";i:2;s:3:\"mkd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:16:\"Продолжи\";}}s:5:\"ml_IN\";a:8:{s:8:\"language\";s:5:\"ml_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:43:32\";s:12:\"english_name\";s:9:\"Malayalam\";s:11:\"native_name\";s:18:\"മലയാളം\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ml_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ml\";i:2;s:3:\"mal\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"തുടരുക\";}}s:2:\"mn\";a:8:{s:8:\"language\";s:2:\"mn\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-12 07:29:35\";s:12:\"english_name\";s:9:\"Mongolian\";s:11:\"native_name\";s:12:\"Монгол\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/mn.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mn\";i:2;s:3:\"mon\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"Үргэлжлүүлэх\";}}s:2:\"mr\";a:8:{s:8:\"language\";s:2:\"mr\";s:7:\"version\";s:6:\"4.9.19\";s:7:\"updated\";s:19:\"2019-11-22 15:32:08\";s:12:\"english_name\";s:7:\"Marathi\";s:11:\"native_name\";s:15:\"मराठी\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.9.19/mr.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"mr\";i:2;s:3:\"mar\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"सुरु ठेवा\";}}s:5:\"ms_MY\";a:8:{s:8:\"language\";s:5:\"ms_MY\";s:7:\"version\";s:5:\"5.5.8\";s:7:\"updated\";s:19:\"2022-02-21 09:15:56\";s:12:\"english_name\";s:5:\"Malay\";s:11:\"native_name\";s:13:\"Bahasa Melayu\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.5.8/ms_MY.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ms\";i:2;s:3:\"msa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Teruskan\";}}s:5:\"my_MM\";a:8:{s:8:\"language\";s:5:\"my_MM\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2017-12-26 11:57:10\";s:12:\"english_name\";s:17:\"Myanmar (Burmese)\";s:11:\"native_name\";s:15:\"ဗမာစာ\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/my_MM.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"my\";i:2;s:3:\"mya\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:54:\"ဆက်လက်လုပ်ဆောင်ပါ။\";}}s:5:\"nb_NO\";a:8:{s:8:\"language\";s:5:\"nb_NO\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-25 07:32:23\";s:12:\"english_name\";s:19:\"Norwegian (Bokmål)\";s:11:\"native_name\";s:13:\"Norsk bokmål\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/nb_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nb\";i:2;s:3:\"nob\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Fortsett\";}}s:5:\"ne_NP\";a:8:{s:8:\"language\";s:5:\"ne_NP\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-22 14:59:53\";s:12:\"english_name\";s:6:\"Nepali\";s:11:\"native_name\";s:18:\"नेपाली\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/ne_NP.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ne\";i:2;s:3:\"nep\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:43:\"जारी राख्नुहोस्\";}}s:5:\"nl_NL\";a:8:{s:8:\"language\";s:5:\"nl_NL\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-21 13:16:58\";s:12:\"english_name\";s:5:\"Dutch\";s:11:\"native_name\";s:10:\"Nederlands\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/nl_NL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:12:\"nl_NL_formal\";a:8:{s:8:\"language\";s:12:\"nl_NL_formal\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-25 09:29:37\";s:12:\"english_name\";s:14:\"Dutch (Formal)\";s:11:\"native_name\";s:20:\"Nederlands (Formeel)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.9/nl_NL_formal.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nl_BE\";a:8:{s:8:\"language\";s:5:\"nl_BE\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 14:37:14\";s:12:\"english_name\";s:15:\"Dutch (Belgium)\";s:11:\"native_name\";s:20:\"Nederlands (België)\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/nl_BE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nl\";i:2;s:3:\"nld\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Doorgaan\";}}s:5:\"nn_NO\";a:8:{s:8:\"language\";s:5:\"nn_NO\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-03-18 10:59:16\";s:12:\"english_name\";s:19:\"Norwegian (Nynorsk)\";s:11:\"native_name\";s:13:\"Norsk nynorsk\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/nn_NO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"nn\";i:2;s:3:\"nno\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Hald fram\";}}s:3:\"oci\";a:8:{s:8:\"language\";s:3:\"oci\";s:7:\"version\";s:6:\"4.8.18\";s:7:\"updated\";s:19:\"2017-08-25 10:03:08\";s:12:\"english_name\";s:7:\"Occitan\";s:11:\"native_name\";s:7:\"Occitan\";s:7:\"package\";s:63:\"https://downloads.wordpress.org/translation/core/4.8.18/oci.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"oc\";i:2;s:3:\"oci\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Contunhar\";}}s:5:\"pa_IN\";a:8:{s:8:\"language\";s:5:\"pa_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-16 05:19:43\";s:12:\"english_name\";s:7:\"Punjabi\";s:11:\"native_name\";s:18:\"ਪੰਜਾਬੀ\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/pa_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pa\";i:2;s:3:\"pan\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:25:\"ਜਾਰੀ ਰੱਖੋ\";}}s:5:\"pl_PL\";a:8:{s:8:\"language\";s:5:\"pl_PL\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-22 07:36:05\";s:12:\"english_name\";s:6:\"Polish\";s:11:\"native_name\";s:6:\"Polski\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/pl_PL.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pl\";i:2;s:3:\"pol\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Kontynuuj\";}}s:2:\"ps\";a:8:{s:8:\"language\";s:2:\"ps\";s:7:\"version\";s:6:\"4.3.27\";s:7:\"updated\";s:19:\"2015-12-02 21:41:29\";s:12:\"english_name\";s:6:\"Pashto\";s:11:\"native_name\";s:8:\"پښتو\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.3.27/ps.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ps\";i:2;s:3:\"pus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"دوام ورکړه\";}}s:5:\"pt_PT\";a:8:{s:8:\"language\";s:5:\"pt_PT\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-21 15:57:46\";s:12:\"english_name\";s:21:\"Portuguese (Portugal)\";s:11:\"native_name\";s:10:\"Português\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/pt_PT.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_BR\";a:8:{s:8:\"language\";s:5:\"pt_BR\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-25 17:29:54\";s:12:\"english_name\";s:19:\"Portuguese (Brazil)\";s:11:\"native_name\";s:20:\"Português do Brasil\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/pt_BR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"pt\";i:2;s:3:\"por\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:5:\"pt_AO\";a:8:{s:8:\"language\";s:5:\"pt_AO\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-11-27 16:28:47\";s:12:\"english_name\";s:19:\"Portuguese (Angola)\";s:11:\"native_name\";s:20:\"Português de Angola\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.3/pt_AO.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:10:\"pt_PT_ao90\";a:8:{s:8:\"language\";s:10:\"pt_PT_ao90\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-09-09 21:40:55\";s:12:\"english_name\";s:27:\"Portuguese (Portugal, AO90)\";s:11:\"native_name\";s:17:\"Português (AO90)\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/translation/core/5.8.3/pt_PT_ao90.zip\";s:3:\"iso\";a:1:{i:1;s:2:\"pt\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuar\";}}s:3:\"rhg\";a:8:{s:8:\"language\";s:3:\"rhg\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-16 13:03:18\";s:12:\"english_name\";s:8:\"Rohingya\";s:11:\"native_name\";s:8:\"Ruáinga\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/rhg.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"rhg\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ro_RO\";a:8:{s:8:\"language\";s:5:\"ro_RO\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-21 12:28:45\";s:12:\"english_name\";s:8:\"Romanian\";s:11:\"native_name\";s:8:\"Română\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/ro_RO.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ro\";i:2;s:3:\"ron\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Continuă\";}}s:5:\"ru_RU\";a:8:{s:8:\"language\";s:5:\"ru_RU\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-17 21:26:10\";s:12:\"english_name\";s:7:\"Russian\";s:11:\"native_name\";s:14:\"Русский\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/ru_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ru\";i:2;s:3:\"rus\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продолжить\";}}s:3:\"sah\";a:8:{s:8:\"language\";s:3:\"sah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-21 02:06:41\";s:12:\"english_name\";s:5:\"Sakha\";s:11:\"native_name\";s:14:\"Сахалыы\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/sah.zip\";s:3:\"iso\";a:2:{i:2;s:3:\"sah\";i:3;s:3:\"sah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Салҕаа\";}}s:3:\"snd\";a:8:{s:8:\"language\";s:3:\"snd\";s:7:\"version\";s:5:\"5.4.9\";s:7:\"updated\";s:19:\"2020-07-07 01:53:37\";s:12:\"english_name\";s:6:\"Sindhi\";s:11:\"native_name\";s:8:\"سنڌي\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.4.9/snd.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"sd\";i:2;s:3:\"snd\";i:3;s:3:\"snd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"اڳتي هلو\";}}s:5:\"si_LK\";a:8:{s:8:\"language\";s:5:\"si_LK\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-12 06:00:52\";s:12:\"english_name\";s:7:\"Sinhala\";s:11:\"native_name\";s:15:\"සිංහල\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/si_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"si\";i:2;s:3:\"sin\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:44:\"දිගටම කරගෙන යන්න\";}}s:5:\"sk_SK\";a:8:{s:8:\"language\";s:5:\"sk_SK\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 12:15:44\";s:12:\"english_name\";s:6:\"Slovak\";s:11:\"native_name\";s:11:\"Slovenčina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/sk_SK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sk\";i:2;s:3:\"slk\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Pokračovať\";}}s:3:\"skr\";a:8:{s:8:\"language\";s:3:\"skr\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-24 13:37:43\";s:12:\"english_name\";s:7:\"Saraiki\";s:11:\"native_name\";s:14:\"سرائیکی\";s:7:\"package\";s:60:\"https://downloads.wordpress.org/translation/core/5.9/skr.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"skr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"جاری رکھو\";}}s:5:\"sl_SI\";a:8:{s:8:\"language\";s:5:\"sl_SI\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-01 10:20:40\";s:12:\"english_name\";s:9:\"Slovenian\";s:11:\"native_name\";s:13:\"Slovenščina\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/sl_SI.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sl\";i:2;s:3:\"slv\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Nadaljuj\";}}s:2:\"sq\";a:8:{s:8:\"language\";s:2:\"sq\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 10:26:09\";s:12:\"english_name\";s:8:\"Albanian\";s:11:\"native_name\";s:5:\"Shqip\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/translation/core/5.9/sq.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sq\";i:2;s:3:\"sqi\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"Vazhdo\";}}s:5:\"sr_RS\";a:8:{s:8:\"language\";s:5:\"sr_RS\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-08-01 21:21:06\";s:12:\"english_name\";s:7:\"Serbian\";s:11:\"native_name\";s:23:\"Српски језик\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/5.8.3/sr_RS.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sr\";i:2;s:3:\"srp\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:14:\"Настави\";}}s:5:\"sv_SE\";a:8:{s:8:\"language\";s:5:\"sv_SE\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-21 19:23:12\";s:12:\"english_name\";s:7:\"Swedish\";s:11:\"native_name\";s:7:\"Svenska\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/sv_SE.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sv\";i:2;s:3:\"swe\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:9:\"Fortsätt\";}}s:2:\"sw\";a:8:{s:8:\"language\";s:2:\"sw\";s:7:\"version\";s:6:\"5.3.11\";s:7:\"updated\";s:19:\"2019-10-13 15:35:35\";s:12:\"english_name\";s:7:\"Swahili\";s:11:\"native_name\";s:9:\"Kiswahili\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.3.11/sw.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"sw\";i:2;s:3:\"swa\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:7:\"Endelea\";}}s:3:\"szl\";a:8:{s:8:\"language\";s:3:\"szl\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-09-24 19:58:14\";s:12:\"english_name\";s:8:\"Silesian\";s:11:\"native_name\";s:17:\"Ślōnskŏ gŏdka\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/szl.zip\";s:3:\"iso\";a:1:{i:3;s:3:\"szl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:13:\"Kōntynuować\";}}s:5:\"ta_IN\";a:8:{s:8:\"language\";s:5:\"ta_IN\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-27 03:22:47\";s:12:\"english_name\";s:5:\"Tamil\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/ta_IN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:24:\"தொடரவும்\";}}s:5:\"ta_LK\";a:8:{s:8:\"language\";s:5:\"ta_LK\";s:7:\"version\";s:6:\"4.2.31\";s:7:\"updated\";s:19:\"2015-12-03 01:07:44\";s:12:\"english_name\";s:17:\"Tamil (Sri Lanka)\";s:11:\"native_name\";s:15:\"தமிழ்\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.2.31/ta_LK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ta\";i:2;s:3:\"tam\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:18:\"தொடர்க\";}}s:2:\"te\";a:8:{s:8:\"language\";s:2:\"te\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2017-01-26 15:47:39\";s:12:\"english_name\";s:6:\"Telugu\";s:11:\"native_name\";s:18:\"తెలుగు\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/4.7.2/te.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"te\";i:2;s:3:\"tel\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:30:\"కొనసాగించు\";}}s:2:\"th\";a:8:{s:8:\"language\";s:2:\"th\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-12-28 02:58:38\";s:12:\"english_name\";s:4:\"Thai\";s:11:\"native_name\";s:9:\"ไทย\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.3/th.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"th\";i:2;s:3:\"tha\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:15:\"ต่อไป\";}}s:2:\"tl\";a:8:{s:8:\"language\";s:2:\"tl\";s:7:\"version\";s:6:\"4.8.18\";s:7:\"updated\";s:19:\"2017-09-30 09:04:29\";s:12:\"english_name\";s:7:\"Tagalog\";s:11:\"native_name\";s:7:\"Tagalog\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.8.18/tl.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tl\";i:2;s:3:\"tgl\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:10:\"Magpatuloy\";}}s:5:\"tr_TR\";a:8:{s:8:\"language\";s:5:\"tr_TR\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-01-25 01:31:24\";s:12:\"english_name\";s:7:\"Turkish\";s:11:\"native_name\";s:8:\"Türkçe\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/tr_TR.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tr\";i:2;s:3:\"tur\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:5:\"Devam\";}}s:5:\"tt_RU\";a:8:{s:8:\"language\";s:5:\"tt_RU\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-11-20 20:20:50\";s:12:\"english_name\";s:5:\"Tatar\";s:11:\"native_name\";s:19:\"Татар теле\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/translation/core/4.7.2/tt_RU.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"tt\";i:2;s:3:\"tat\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:17:\"дәвам итү\";}}s:3:\"tah\";a:8:{s:8:\"language\";s:3:\"tah\";s:7:\"version\";s:5:\"4.7.2\";s:7:\"updated\";s:19:\"2016-03-06 18:39:39\";s:12:\"english_name\";s:8:\"Tahitian\";s:11:\"native_name\";s:10:\"Reo Tahiti\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/4.7.2/tah.zip\";s:3:\"iso\";a:3:{i:1;s:2:\"ty\";i:2;s:3:\"tah\";i:3;s:3:\"tah\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:8:\"Continue\";}}s:5:\"ug_CN\";a:8:{s:8:\"language\";s:5:\"ug_CN\";s:7:\"version\";s:6:\"4.9.19\";s:7:\"updated\";s:19:\"2021-07-03 18:41:33\";s:12:\"english_name\";s:6:\"Uighur\";s:11:\"native_name\";s:16:\"ئۇيغۇرچە\";s:7:\"package\";s:65:\"https://downloads.wordpress.org/translation/core/4.9.19/ug_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ug\";i:2;s:3:\"uig\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:26:\"داۋاملاشتۇرۇش\";}}s:2:\"uk\";a:8:{s:8:\"language\";s:2:\"uk\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2022-03-06 15:05:20\";s:12:\"english_name\";s:9:\"Ukrainian\";s:11:\"native_name\";s:20:\"Українська\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.3/uk.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uk\";i:2;s:3:\"ukr\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:20:\"Продовжити\";}}s:2:\"ur\";a:8:{s:8:\"language\";s:2:\"ur\";s:7:\"version\";s:5:\"5.4.9\";s:7:\"updated\";s:19:\"2020-04-09 11:17:33\";s:12:\"english_name\";s:4:\"Urdu\";s:11:\"native_name\";s:8:\"اردو\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.4.9/ur.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"ur\";i:2;s:3:\"urd\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:19:\"جاری رکھیں\";}}s:5:\"uz_UZ\";a:8:{s:8:\"language\";s:5:\"uz_UZ\";s:7:\"version\";s:8:\"5.8-beta\";s:7:\"updated\";s:19:\"2021-02-28 12:02:22\";s:12:\"english_name\";s:5:\"Uzbek\";s:11:\"native_name\";s:11:\"O‘zbekcha\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/translation/core/5.8-beta/uz_UZ.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"uz\";i:2;s:3:\"uzb\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:11:\"Davom etish\";}}s:2:\"vi\";a:8:{s:8:\"language\";s:2:\"vi\";s:7:\"version\";s:5:\"5.8.3\";s:7:\"updated\";s:19:\"2021-11-16 07:16:28\";s:12:\"english_name\";s:10:\"Vietnamese\";s:11:\"native_name\";s:14:\"Tiếng Việt\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/translation/core/5.8.3/vi.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"vi\";i:2;s:3:\"vie\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:12:\"Tiếp tục\";}}s:5:\"zh_HK\";a:8:{s:8:\"language\";s:5:\"zh_HK\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-18 15:24:27\";s:12:\"english_name\";s:19:\"Chinese (Hong Kong)\";s:11:\"native_name\";s:16:\"香港中文版 \";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/zh_HK.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}s:5:\"zh_CN\";a:8:{s:8:\"language\";s:5:\"zh_CN\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-21 08:03:32\";s:12:\"english_name\";s:15:\"Chinese (China)\";s:11:\"native_name\";s:12:\"简体中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/zh_CN.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"继续\";}}s:5:\"zh_TW\";a:8:{s:8:\"language\";s:5:\"zh_TW\";s:7:\"version\";s:3:\"5.9\";s:7:\"updated\";s:19:\"2022-02-22 09:18:42\";s:12:\"english_name\";s:16:\"Chinese (Taiwan)\";s:11:\"native_name\";s:12:\"繁體中文\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/translation/core/5.9/zh_TW.zip\";s:3:\"iso\";a:2:{i:1;s:2:\"zh\";i:2;s:3:\"zho\";}s:7:\"strings\";a:1:{s:8:\"continue\";s:6:\"繼續\";}}}','no'),(3497,'_transient_timeout_wpseo-statistics-totals','1647006142','no'),(3498,'_transient_wpseo-statistics-totals','a:1:{i:1;a:2:{s:6:\"scores\";a:0:{}s:8:\"division\";b:0;}}','no'),(3499,'_site_transient_timeout_community-events-5bf869dec4ec58f1873acd48a634f9a4','1646962943','no'),(3500,'_site_transient_community-events-5bf869dec4ec58f1873acd48a634f9a4','a:4:{s:9:\"sandboxed\";b:0;s:5:\"error\";N;s:8:\"location\";a:1:{s:2:\"ip\";s:12:\"85.195.251.0\";}s:6:\"events\";a:3:{i:0;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Erstes WordPress Dev Meetup\";s:3:\"url\";s:62:\"https://www.meetup.com/WordPress-Schaffhausen/events/284096805\";s:6:\"meetup\";s:22:\"WordPress Schaffhausen\";s:10:\"meetup_url\";s:46:\"https://www.meetup.com/WordPress-Schaffhausen/\";s:4:\"date\";s:19:\"2022-03-15 19:00:00\";s:8:\"end_date\";s:19:\"2022-03-15 21:00:00\";s:20:\"start_unix_timestamp\";i:1647367200;s:18:\"end_unix_timestamp\";i:1647374400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"CH\";s:8:\"latitude\";d:47.71000000000000085265128291212022304534912109375;s:9:\"longitude\";d:8.6199999999999992184029906638897955417633056640625;}}i:1;a:10:{s:4:\"type\";s:6:\"meetup\";s:5:\"title\";s:27:\"Erstes WordPress Dev Meetup\";s:3:\"url\";s:54:\"https://www.meetup.com/WordPress-Bern/events/284096789\";s:6:\"meetup\";s:14:\"WordPress Bern\";s:10:\"meetup_url\";s:38:\"https://www.meetup.com/WordPress-Bern/\";s:4:\"date\";s:19:\"2022-03-15 19:00:00\";s:8:\"end_date\";s:19:\"2022-03-15 21:00:00\";s:20:\"start_unix_timestamp\";i:1647367200;s:18:\"end_unix_timestamp\";i:1647374400;s:8:\"location\";a:4:{s:8:\"location\";s:6:\"Online\";s:7:\"country\";s:2:\"CH\";s:8:\"latitude\";d:46.9500000000000028421709430404007434844970703125;s:9:\"longitude\";d:7.44000000000000039079850466805510222911834716796875;}}i:2;a:10:{s:4:\"type\";s:8:\"wordcamp\";s:5:\"title\";s:16:\"WordCamp Genève\";s:3:\"url\";s:33:\"https://geneve.wordcamp.org/2022/\";s:6:\"meetup\";N;s:10:\"meetup_url\";N;s:4:\"date\";s:19:\"2022-04-09 09:00:00\";s:8:\"end_date\";s:19:\"2022-04-09 09:00:00\";s:20:\"start_unix_timestamp\";i:1649487600;s:18:\"end_unix_timestamp\";i:1649487600;s:8:\"location\";a:4:{s:8:\"location\";s:15:\"Genève, Suisse\";s:7:\"country\";s:2:\"CH\";s:8:\"latitude\";d:46.2206685000000021545929485000669956207275390625;s:9:\"longitude\";d:6.098583500000000157115209731273353099822998046875;}}}}','no'),(3501,'_transient_timeout_feed_f014c832422b67a4cec692b17aa40756','1646962944','no'),(3502,'_transient_feed_f014c832422b67a4cec692b17aa40756','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:3:\"\n\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:3:\"2.0\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:49:\"\n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Releases | WordPress.org Deutsch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:24:\"https://de.wordpress.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:21:\"WordPress auf Deutsch\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 24 Feb 2022 08:31:10 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"de-DE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:9:\"generator\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"https://wordpress.org/?v=6.0-alpha-52835\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 5.9.1 Wartungs-Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://de.wordpress.org/2022/02/wordpress-5-20220310-1623-0507a112-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Tue, 22 Feb 2022 19:31:03 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5185\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:389:\"Am 22. Februar 2022 wurde WordPress 5.9.1 veröffentlicht. Dabei handelt es sich um einen Wartungs-Release, welcher 82 Fehler im Core als auch im Block-Editor schließt. Für eine optimale Nutzung von WordPress 5.9 wird empfohlen, dieses Update einzuspielen. Ihr könnt das Update auf WordPress 5.9.1 über das Backend unter Dashboard › Aktualisierungen anstoßen oder euch die […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"Kevin Kyburz (@swissky)\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:7513:\"

Am 22. Februar 2022 wurde WordPress 5.9.1 veröffentlicht. Dabei handelt es sich um einen Wartungs-Release, welcher 82 Fehler im Core als auch im Block-Editor schließt. Für eine optimale Nutzung von WordPress 5.9 wird empfohlen, dieses Update einzuspielen.

\n

Ihr könnt das Update auf WordPress 5.9.1 über das Backend unter Dashboard › Aktualisierungen anstoßen oder euch die Datei von WordPress.org herunterladen. Wenn eure Website automatische Hintergrundupdates unterstützt, könnte die neue Version bereits installiert sein.

\n

Die nächste Hauptversion wird die Version 6.0 sein. Detaillierte Informationen zu den Änderungen gibt es in der Liste aller Änderungen auf Trac oder auf der 5.9.1-HelpHub-Seite

\n

Danksagungen

\n

Der 5.9.1-Release wurde von Jb Audras und George Mamadashvili geleitet. Ein spezieller Dank geht an @sergeybiryukov, welcher das Ganze überwacht hat. 

\n

Auch ein großes Danke an alle anderen Personen, welche mitgeholfen haben, den WordPress-5.9.1-Release zu ermöglichen:

\n

Albert Juhé Lluveras, Alex Lende, alexstine, André, Anton Vlasenko, Ari Stathopoulos, ArteMa, Ben Dwyer, BlogAid, Carolina Nymark, Channing Ritter, Chris Van Patten, Colin Stewart, Daniel Richards, David Biňovec, David Smith, Dion Hulse, Dominik Schilling, Eddy, Ella van Durpe, Erik, Fabian Kägy, Flinim Asso, gadhiyaravi, George Hotelling, George Mamadashvili, glendaviesnz, Greg Ziółkowski, ianatkins, Ian Belanger, ironprogrammer, itsamoreh, Jb Audras, Jeff Ong, Jeremy Herve, Joe Dolson, Joen A., John Blackbourn, Jonathan Desrosiers, Jorge Costa, Juliette Reinders Folmer, KafleG, Kapil Paul, Kjell Reigstad, linux4me2, Lukman Nakib, manfcarlo, Marius L. J., mgol, nidhidhandhukiya, Nik Tsekouras, Omar Alshaker, Paolo L. Scala, Pascal Birchler, Paul Bearne, Pavlo, Petar Ratković, Peter Wilson, Petter Walbø Johnsgård, Phil Johnston, Piotrek Boniu, ravipatel, Riad Benguella, Robert Anderson, Rolf Siebers, Sergey Biryukov, stacimc, Stephen Bernhardt, Sven Wagener, Team Staatic, Tim Nolte, Tonya Mork, webcommsat AbhaNonStopNewsUK, WebMan Design | Oliver Juhas, wpcharged, wpsoul, Yunus Ertuğrul und Rafi Ahmed.

\n

Danke auch an @estelaris, @pbiron, @ironprogrammer, @bph, @abhanonstopnewsuk und @threadi, welche beim Testen des Release-Paketes geholfen haben.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:28:\"WordPress 5.9 »Joséphine«\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://de.wordpress.org/2022/01/wordpress-5-9/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 26 Jan 2022 19:49:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:9:\"Allgemein\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5161\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:453:\"Am 25. Januar wurde WordPress 5.9 »Joséphine« veröffentlicht, benannt nach der Jazz-Sängerin Joséphine Baker. Die neue Version bringt unter anderem Full-Site-Editing mit, über das Websites im Backend komplett angepasst werden können. Twenty Twenty-Two und Full-Site-Editing WordPress 5.9 bringt mit Twenty Twenty-Two ein sogenanntes Block-Theme als neues Standard-Theme mit. Block-Themes unterscheiden sich stark von bisherigen Themes, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Florian Brinkmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:57596:\"\n
\"Illustration
\n\n\n\n

Am 25. Januar wurde WordPress 5.9 »Joséphine« veröffentlicht, benannt nach der Jazz-Sängerin Joséphine Baker. Die neue Version bringt unter anderem Full-Site-Editing mit, über das Websites im Backend komplett angepasst werden können.

\n\n\n\n\n\n\n\n

Twenty Twenty-Two und Full-Site-Editing

\n\n\n\n

WordPress 5.9 bringt mit Twenty Twenty-Two ein sogenanntes Block-Theme als neues Standard-Theme mit. Block-Themes unterscheiden sich stark von bisherigen Themes, weil die Templates komplett aus Blöcken zusammengesetzt sind.

\n\n\n\n

Ein solches Block-Theme ist die Voraussetzung dafür, den neuen Site-Editor nutzen zu können, mit dem Templates direkt im Backend bearbeitet und auch Templates erstellt werden können.

\n\n\n\n\n\n\n\n

Wenn ein Block-Theme aktiv ist, wird der Customizer aus dem Admin-Menü entfernt, weil Stil-Änderungen über das Stile-Interface im Site-Editor gemacht werden können – wenn Plugins den Customizer benötigen, ist er aber wieder sichtbar. Im Site-Editor kann beispielsweise eine eigene Farbpalette erstellt werden, die entweder für alle oder nur bestimmte Blöcke vorhanden ist.

\n\n\n\n

Um Menüs für die Website im Site-Editor zu erstellen und zu verwalten, gibt es einen neuen Navigations-Block, der die Menüs als Inhaltstyp in der Datenbank speichert.

\n\n\n\n
\"Screenshot
\n\n\n\n

Weitere Verbesserungen und Updates

\n\n\n\n

WordPress 5.9 bringt neue Typografie-Werkzeuge, Optionen für flexible Layouts und ermöglicht mehr Kontrolle über Details wie Abstände, Rahmen und mehr.

\n\n\n\n

Das WordPress-Vorlagen-Verzeichnis ist Heimat einer großen Auswahl von Block-Vorlagen, die ihr einfach direkt auf auf eurer Website nutzen könnt.

\n\n\n\n\n\n\n\n

Die Listenansicht der eingefügten Blöcke wurde überarbeitet, jetzt können Blöcke direkt innerhalb der Liste umsortiert und eingefügt werden, sodass es einfach möglich ist, sie genau da einzufügen, wo man möchte. Bei verschachtelten Blöcken lassen sich die Zweige in der Listenansicht ein- und ausklappen.

\n\n\n\n

Der Galerie-Block wurde überarbeitet und ist jetzt so gebaut, dass er aus mehreren Bild-Blöcken besteht. So können alle Optionen des Bild-Blocks für jedes einzelne Bild in einer Galerie genutzt werden.

\n\n\n\n\n\n\n\n

WordPress 5.9 für Entwicklerinnen und Entwickler

\n\n\n\n

theme.json

\n\n\n\n

Die theme.json wurde um weitere Optionen erweitert und WordPress 5.9 unterstützt theme.json für Child-Themes.

\n\n\n\n

Block-Level-Locking

\n\n\n\n

Blöcke können mit einem Lock versehen werden, sodass sie beispielsweise nicht entfernt werden können, entweder standardmäßig für einen Block über die block.json oder für Blöcke in Block-Vorlagen.

\n\n\n\n

Mehrere Stylesheets pro Block

\n\n\n\n

Es ist jetzt möglich, in der block.json mehrere Stylesheets für einen Block festzulegen und Stylesheets zu laden, die vorher bereits registriert wurden. Außerdem können Themes statt eines großen Stylesheets kleinere Stylesheets bereitstellen, die jeweils nur die Styles für einen Block enthalten und nur geladen werden, wenn der Block vorhanden ist.

\n\n\n\n

Überarbeiteter Galerie-Block

\n\n\n\n

Wie oben erwähnt wurde der Galerie-Block überarbeitet, sodass die Galerie-Bilder über normale Bild-Blöcke dargestellt werden. Wenn ihr ein Plugin oder Theme entwickelt habt, das mit dem Galerie-Block arbeitet, solltet ihr euch den verlinkten Beitrag durchlesen.

\n\n\n\n

Field-Guide für mehr Details

\n\n\n\n

Im WordPress-5.9-Field-Guide gibt es eine Liste aller Beiträge, die detaillierte Informationen zu den Änderungen enthalten, die für Entwicklerinnen und Entwickler interessant sein könnten.

\n\n\n\n

Das Team

\n\n\n\n

Der WordPress-5.9-Release wurde von Matt Mullenweg geleitet, wobei er von dem folgenden Release-Team unterstützt wurde:

\n\n\n\n\n\n\n\n

WordPress 5.9 spiegelt die harte Arbeit von 624 freiwilligen Contributors wider. Es wurde an 370 Trac-Tickets und mehr als 1.900 Pull-Requests auf GitHub gearbeitet.

\n\n\n\n

2linctools, Aaron D. Campbell, Aaron Jorbin, Aaron Robertshaw, abesell132, Abha Thakor, acosmin, Adam – WPMU DEV Support, Adam Bosco, Adam Morgan, Adam Silverstein, Adam Zielinski, Addie, Adil Ali, aduth, Aezaz Shekh, Ahmed Chaion, ajotka, Akash Soni, Akira Tachibana, Alain Schlesser, Alan Jacob Mathew, Alex Concha, Alex Lende, Alexandru Vornicescu, alexeydemidov, Alexis Lloyd, alexstine, AlGala, allilevine, almendron, Amanda Riu, Anand Upadhyay, André, Andrea Fercia, Andrei Draganescu, Andrew Nacin, Andrew Nevins, Andrew Ozz, Andrew Serong, André, Andy Fragen, Andy Peatling, Andy Schmidt, andynick, Angelika Reisiger, Anjana Vasan, Ankit K Gupta, Ankit Panchal, Anne McCarthy, Anthony Burchell, Anthony Eden, Anthony Ledesma, Anton Vlasenko, Antonis Lilis, arena, Ari Stathopoulos, Arthur Chu, Ashfame, Ayesh Karunaratne, baelx, Bartlomiej, Beatriz Fialho, Beau Lebens, Beda, Benachi, benitolopez, Benjamin Denis, Benjamin Gosset, benjamin.anakena, Bernhard Reiter, bgardner, Bijay Yadav, BinaryKitten, Birgir Erlendsson (birgire), bobbingwide, Boone Gorges, Brad Jorsch, Brad Parbs, Bradley Taylor, Brandon Kraft, bravokeyl, Brennan Goewert, Brian Richards, bronsonquick, Bruno Ribaric, Brylie Christopher Oxley, Caleb Burks, calebwoodbridge, carepsules, Carike, Carlos Bravo, Carlos Garcia, Carolina Nymark, cdyerkes, Ceyhun Ozugur, Chad, Chiaki, Chintan hingrajiya, Chip Snyder, Chloe Bringmann, Chouby, Chris Klosowski, Chris Van Patten, chriscct7, Christian Tamayo, Christina Workman, Christopher Churchill, clucasrowlands, Colin Stewart, Collieth Clarke, Collins Agbonghama, Copons, Corey, Cory Hughart, Courtney Robertson, craigfrancis, Crisoforo Gaspar, critterverse, Csaba (LittleBigThings), Dávid Szabó, Daisy Olsen, Damon Cook, Dan Farrow, Dan Soschin, Daniel Bachhuber, Daniel Post, Daniel Richards, Daniel Shaw, danieldudzic, Daniele Scasciafratte, darerodz, Daria, Daschmi, datagutten, datainterlock, Dave Page, David Anderson, David Baumwald, David Biňovec, David Calhoun, David Gwyer, David Herrera, David Kryzaniak, David Mosterd, David Rozando, David Ryan, David Smith, davidwebca, Deb Nath Utpol, Debabrata Karfa, Deepak Lalwani, Denis Yanchevskiy, Denis Žoljom, Dennis Snell, Dhanendran, dhusakovic, DiedeExterkate, Dilip Bheda, Dion Hulse, dlt101, Dominik Schilling, donmhico, Donna Botti, dontgo2sleep, Doug Wollison, dpegasusm, Dr. Ronny Harbich, dratwas, Drew Jaynes, drosmog, dustinrue, ecotechie, ehtis, EkoJR, Ella van Durpe, Emmanuel Hesry, empatogen, Enchiridion, Enej Bajgorić, Enrique Sánchez, erayalakese, Eric Malalel, Erick Hitter, Erik, etoledo, Evan Mullins, Fabian Kägy, Fabian Todt, Faisal Alvi, fedepia, Felipe Elia, Felipe Santos, Felix Arntz, Florian TIAR, FPCSJames, fperdaan, Francesca Marano, Francesco, fullofcaffeine, Gal Baras, Garrett Hyder, Gary Jones, Gary Pendergast, gazchap, generosus, Gennady Kovshenin, George Hotelling, George Mamadashvili, George Stephanis, Gerardo Pacheco, Gilbert Pellegrom, Glen Davies, goldsounds, Govind, Grant M. Kinney, Greg Rickaby, Greg Ziółkowski, Guillaume TURPIN, Héctor Prieto, Hans-Christiaan Braun, haosun, Hareesh, Hasanuzzaman, Hauwa Abashiya, Haz, Henry Wright, herbmiller, Herm Martini, Herre Groen, hilayt24, hirofumi2012, Hitendra Chopda, Hossein Farahani, htmgarcia, Hudson Atwell, Hugh Lashbrooke, hugod, Ian Dunn, ianhayes94, ianmjones, Ignat Georgiev, Igor Benic, ilovecats7, infected, Ipstenu (Mika Epstein), Isaac, Isabel Brison, ismaeld, J.D. Grimes, Jack Reichert, Jake Spurlock, jakub.tyrcha, Jam Viet, James Huff, James Koster, Jan Thiel, janw.oostendorp, Jason Johnston, Jason R. Johnston, Javier Arce, Javier Casares, Jay Upadhyay, Jean-Baptiste Audras, Jean-Philippe, Jeff Bowen, Jeff Ong, Jeffrey Paul, Jenny Dupuy, Jeremy Felt, Jeremy Herve, Jeremy Scott, Jeremy Yip, Jesús Amieiro, Jesper van Engelen, Jessica Lyschik, Jignesh Nakrani, Joe Dolson, Joe McGill, joegasper, Joel James, Joen Asmussen, John Blackbourn, John Espiritu, John Godley, John James Jacoby, john zenith, JohnRDOrazio (CLPTE), Jonathan Bossenger, Jonathan Desrosiers, Jonny Harris, Jono Alderson, Joost de Valk, Jorge Costa, Jos Klever, Joseph Dickson, Josepha Haden, Joy, jsnajdr, Juan Ruitiña, JuanMa Garrido, Juhi Saxena, Juliette Reinders Folmer, Junaid Bhura, Junko Nukaga, Justin Ahinon, Justin DoCanto, Justin Tadlock, K. Adam White, KafleG, Kai Hao, kallookoo, Kalpesh Akabari, kaneva, Kapil Paul, Kelly Choyce-Dwan, Kelly Hoffman, keoshi, Keramot UL Islam, kero, Kerry Liu, Kevin Fodness, keyur5, Kharis Sulistiyono, Kjell Reigstad, Knut Sparhell, Koen Van den Wijngaert, Konstantin Obenland, Konstantinos Xenos, kurudrive, kwisatz, Kyle Nel, KZeni, lalitjalandhar, laurelfulford, Laxman Prajapati, leemon, leogermani, Liam Gladdy, liammitchell, Linkon Miyan, linux4me2, Loïc Antignac, Loran A. Rendel, Lucas Karpiuk, lucasw89, lucatume, Luis Felipe Zaguini, Luke Carbis, Luke Cavanagh, luovalabs, lynk, M Asif Rahman, Madalin Gorbanescu, Madison, Maggie Cabrera, Mai, Malae, malthert, manfcarlo, Manisha Makhija, Manzoor Wani, Marco Ciampini, Marcus Kazmierczak, Marek Hrabe, Marin Atanasov, Marius L. J., Mark-k, Mary Baum, Mateus Machado Luna, Matias Ventura, Matt, Matt Chowning, Matt Mullenweg, Matt Wiebe, mattoakley, Max, MaxD, Maxime Culea, mclaurent, MEDUSOR, Meg Phillips, Meher Bala, Mel Choyce-Dwan, mgol, Micah Wood, Michael Adams (mdawaffe), Michael Beckwith, Michael Burridge, Michael Nelson, Michal Czaplinski, Michel – xiligroup dev, Miguel Fonseca, mikaelmayer, Mike Jolley (a11n), Mike Schroder, Milan Dinić, Milana Cap, Minal Diwan, mirka, mjaschen, mjulian7, mmxxi, moch11, Mohammad Rockeybul Alam, moto hachi, mqudsi, mreishus, mrjoeldean, mtoensing, Muhammad Arslan, Muhammad Faizan Haidar, Mukesh Panchal, Musab Shakeel, Mustaque Ahmed, Nadir Seghir, Nalini Thakor, Namith Jawahar, Naoko Takano, NateWr, Ned Zimmerman, NettSite, Nicholas Garofalo, Nick Diego, Nick Halsey, nickcernis, Nico, Nidhi Jain, Niels Lange, Nik Tsekouras, Nikhil Chavan, nlpro, ockham, Olga Gleckler, Oliver Campion, Omar Alshaker, Omar Reiss, opr18, Outzen Larkin, Ov3rfly, ovann86, ovidiul, Paal Joachim Romdahl, Pablo Honey, page-carbajal, palmiak, Pankaj Mohale, Pascal Birchler, Patrick B, Paul Bearne, Paul Biron, Paul Bunkham, Paul Kevin, Paul Schreiber, Paul Von Schrottky, Paulo Pinto, pbking, Pedro Mendonça, pepe, Peter Wilson, Petter Walbø Johnsgård, Phil Johnston, Philip Jackson, Pierre Gordon, Pieterjan Deneys, Piotrek Boniu, Pooja Derashri, powerbuoy, praem90, Pramod Jodhani, Presskopp, presstoke, procodewp, psealock, psufan, pwtyler, Rachel Baker, Radixweb, Rahul Mehta, ralucastn, Ramon Ahnert, ramonopoly, ravipatel, Rehan Ali, Renatho (a11n), retrofox, Riad Benguella, Rian Rietveld, Rich Tabor, Richard Foley, richards1052, Rick Curran, Rishabh Budhiraja, Riyadh Ahmed, rmartinezduque, Robert Anderson, robertght, robtarr, Rodrigo Arias, Rohan Rawat, Rohan Sharma, Ronak Ganatra, Roxy Kohilakis, Ruslan, rviscomi, Ryan Welcher, S Page, Sébastien SERRE, Sören Wrede, Sabbir Hasan, Sabri Bouchaala, Safirul Alredha, Samir Shah, Samuel Wood (Otto), Sandip Mondal – a11n, Sanket Chodavadiya, Sarah Norris, sarayourfriend, Sathiyamoorthy V, savicmarko1985, Sayedul Sayem, Scott Buscemi, scribu, scruffian, Sean McMillan, Sebastian Pisula, Segayuu, Sergey Biryukov, Sergio Cinos, SergioEstevao, Shaharyar Afzal, shaunandrews, Shazahanul Islam Shohag, shimon246, Shital Marakana, Shiva Poudel, siddharth, Siddharth Thevaril, siliconforks, simonhammes, Siobhan, Siobhan, sirreal, sjlevy, skunkbad, Smit Rathod, snapfractalpop, Sourov Roy, spytzo, ssergei, stacimc, Stefano Minoia, Stefanos Togoulidis, Stephen Bernhardt, Stephen Edgar, Stephen Rider, Steve Dufresne, Steve Henty, stevegs, Storm Rockwell, Sybre Waaijer, Synchro, szaqal21, Taco Verdonschot, Takahashi Fumiki, Tammie Lister, Tara King, Tarei King, Tellyworth, terraling, Terri Ann, Tetsuaki Hamano, theMikeD, Thierry Muller, Thijs Hulshof, Thimal Wickremage, thisiswilliam, Thomas Patrick Levy, timlappe, Timothy Jacobs, titsmaker, tjcafferkey, tmatsuur, TobiasBg, tobifjellner (Tor-Bjorn Fjellner), Tomek, Tomoki Shimomura, Tony G, Tony Tahmouch, Tonya Mork, Toro_Unit (Hiroshi Urabe), Torsten Landsiedel, Tracy, Travis Northcutt, tubys, Tung Du, twstokes, Udit Desai, umesh84, Venkat Raj, versusbassz, verybg, Vicente Canales, Viktor Szépe, Vishit Shah, Vlad T, Vondelphia.com, vortfu, wb1234, WebMan Design | Oliver Juhas, Wes Theron, Weston Ruter, WFMattR, Will Skora, William Earnhardt, williampatton, wojsmol, woodyhayday, wp_kc, wpnomad a11n, wpweaver, Yagnik Sangani, Yui, Yvette Sonneveld, Zebulan Stanphill und zoiec.

\n\n\n\n

Am Tag des Releases war WordPress 5.9 in 71 Sprachen zu mindestens 90 Prozent übersetzt. Freiwillige Übersetzerinnen und Übersetzer arbeiten an weiteren Übersetzungen. Danke an alle, die WordPress in 205 Sprachen möglich machen.

\n\n\n\n

Danke auch an alle Freiwilligen, die in den Support-Foren mitarbeiten. Sie helfen Menschen von überall auf der Welt mit ihren Antworten und lösen Probleme. Der Erfolg von Releases, bis zurück zum ersten in 2003, ist zu einem großen Teil ihnen zu verdanken.

\n\n\n\n

Grafiken: WordPress-5.9-Release-Post.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:35:\"WordPress 5.8.3 Sicherheits-Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://de.wordpress.org/2022/01/wordpress-5-20220310-1623-0507a112-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Fri, 07 Jan 2022 08:16:43 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Sicherheit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5153\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:436:\"Am 6. Januar wurde WordPress 5.8.3 veröffentlicht. Dabei handelt es sich um einen Sicherheits-Release, weshalb ihr eure Websites möglichst schnell aktualisieren solltet. Es wurden für alle Versionszweige seit WordPress 3.7 Updates bereitgestellt. WordPress 5.8.3 ist ein kurzzyklischer Release, die nächste Major-Version wird WordPress 5.9, die sich bereits im Release-Candidate-Zustand befindet. Ihr könnt das Update auf […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Florian Brinkmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:3565:\"\n

Am 6. Januar wurde WordPress 5.8.3 veröffentlicht. Dabei handelt es sich um einen Sicherheits-Release, weshalb ihr eure Websites möglichst schnell aktualisieren solltet. Es wurden für alle Versionszweige seit WordPress 3.7 Updates bereitgestellt.

\n\n\n\n\n\n\n\n

WordPress 5.8.3 ist ein kurzzyklischer Release, die nächste Major-Version wird WordPress 5.9, die sich bereits im Release-Candidate-Zustand befindet.

\n\n\n\n

Ihr könnt das Update auf die neue Version im Backend über DashboardAktualisierungen ausführen. Wenn eure Website automatische Hintergrund-Updates unterstützt, könnte das Update bei euch bereits installiert sein.

\n\n\n\n

Sicherheits-Updates

\n\n\n\n

WordPress 3.7 bis 5.8 sind von drei beziehungsweise vier Sicherheitslücken betroffen, weshalb nicht nur für den 5.8-Zweig ein Update veröffentlicht wurde, sondern auch für alle älteren Zweige bis 3.7. Die folgenden Sicherheitslücken wurden geschlossen:

\n\n\n\n
  • XSS-Lücke durch Post-Slugs. Danke an Karim El Ouerghemmi und Simon Scannell von SonarSource fürs Melden.
  • Object-Injection in einigen Multisite-Installationen. Danke an Simon Scannell von SonarSource fürs Melden.
  • SQL-Injection in WP_Query. Danke an ngocnb und khuyenn von GiaoHangTietKiem JSC für das Arbeiten mit Trend Micro Zero Day Initiative um die Lücke zu melden.
  • SQL-Injection in WP_Meta_Query (nur für die Versionen 4.1–5.8 relevant). Danke an Ben Bidner vom WordPress-Security-Team für das Melden der Lücke.
\n\n\n\n

Danke an alle für das verantwortungsvolle Melden der Sicherheitslücken. Dadurch hat das Security-Team Zeit gehabt, die Probleme zu beheben, bevor die Lücken öffentlich wurden. Danke an das Security-Team für die Fixes in WordPress.

\n\n\n\n

Mehr Informationen zum Release gibt es auf der 5.8.3-HelpHub-Seite.

\n\n\n\n

Danke

\n\n\n\n

Der 5.8.3-Release wurde von @desrosj und @circlecube geleitet.

\n\n\n\n

Zusätzlich zu den Security-Researchern und den Release-Leads, danke an alle, die WordPress 5.8.3 möglich gemacht haben:

\n\n\n\n

Alex Concha, Dion Hulse, Dominik Schilling, ehtis, Evan Mullins, Jake Spurlock, Jb Audras, Jonathan Desrosiers, Ian Dunn, Peter Wilson, Sergey Biryukov, vortfu und zieladam.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:20:\"WordPress 5.9 Beta 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"https://de.wordpress.org/2021/12/wordpress-5-9-beta-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Mon, 20 Dec 2021 09:17:48 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Entwicklung\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5146\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:359:\"Am 14. Dezember wurde WordPress 5.9 Beta 3 veröffentlicht. Da die Software noch in Entwicklung ist, sollte sie nur auf einer Testumgebung installiert werden. Um WordPress 5.9 Beta 3 zu testen, gibt es drei Möglichkeiten: Mit dem Plugin WordPress Beta Tester. Über den direkten Download der Beta-3-Dateien als ZIP. Mit dem WP-CLI mit den folgenden […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Florian Brinkmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:4092:\"\n

Am 14. Dezember wurde WordPress 5.9 Beta 3 veröffentlicht. Da die Software noch in Entwicklung ist, sollte sie nur auf einer Testumgebung installiert werden.

\n\n\n\n

Um WordPress 5.9 Beta 3 zu testen, gibt es drei Möglichkeiten:

\n\n\n\n
  • Mit dem Plugin WordPress Beta Tester.
  • Über den direkten Download der Beta-3-Dateien als ZIP.
  • Mit dem WP-CLI mit den folgenden zwei Kommandos, um eine 5.9 Beta 1 oder 2 auf die dritte Beta zu aktualisieren:
    wp core update --version=5.9-beta2
    wp core update --version=5.9-beta3 --force
\n\n\n\n

Der finale Release ist für den 25. Januar 2022 geplant, und das Core-Team benötigt Hilfe beim Testen, damit das funktioniert.

\n\n\n\n\n\n\n\n

Ein paar Highlights der Beta 3

\n\n\n\n

Seit Beta 2 wurden 14 Bugs behoben, hier sind ein paar Highlights:

\n\n\n\n
  • Editor: Hinzufügen der Full-Site-Editing-Infrastruktur vom Gutenberg-Plugin in den Core (#54335).
  • PDF-Einbindung mit dem `object`-Element erlauben (#54261).
  • Sprachwechsler auf der Login-Seite (#43700).
  • REST-API: Hinzufügen des REST-Endpunkts für Navigations-Bereiche vom Gutenberg-Plugin (#54393).
  • Themes: Beheben eines Bugs mit dem Live-Preview-Button (#54578).
\n\n\n\n

Wie ihr helfen könnt

\n\n\n\n

Das Testen auf Bugs ist ein wichtiger Prozess während der Vorbereitung eines Releases und eine tolle Möglichkeit, zu WordPress beizutragen.

\n\n\n\n

Wenn ihr meint, einen Bug gefunden zu haben, könnt ihr ihn im Alpha-/Beta-Bereich des englischen Support-Forums melden. Wenn ihr euch mit dem Schreiben eines reproduzierbaren Bugreports auskennt, könnt ihr einen im WordPress Trac erstellen. Dort gibt es auch eine Liste mit allen bekannten Problemen.

\n\n\n\n

Auf dem Make/Core-Blog gibt es im Beitrag »Help test WordPress 5.9 Features« hilfreiche Infos zum Testen des Releases.

\n\n\n\n

Infos für Entwicklerinnen und Entwickler

\n\n\n\n

Entwicklungsspezifische Informationen zu Neuerungen in WordPress 5.9 gibt es im Make-WordPress-Core-Blog in Dev-Note-Beiträgen. Bisher wurden mehr als 300 Tickets in WordPress 5.9 geschlossen, inklusive knapp 100 für neue Funktionen und Verbesserungen

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress 5.9 Beta 1 und 2 veröffentlicht\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://de.wordpress.org/2021/12/wordpress-5-9-beta-1-und-2-veroeffentlicht/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Dec 2021 09:25:54 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Entwicklung\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5141\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:414:\"WordPress 5.9 Beta 1 wurde am 30.11.2021 und 5.9 Beta 2 am 7.12.2021 veröffentlicht. Alpha-, Beta- und RC-Versionen sollten nicht auf Live-Websites, sondern nur in Testumgebungen installiert werden. Bis zum Release der finalen WordPress-Version (voraussichtlich 25. Januar 2022) ist noch genügend Zeit für ausgiebige Tests, damit möglichst viele Fehler und Inkompatibilitäten vor dem Release erkannt […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Angelika Reisiger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:9965:\"

WordPress 5.9 Beta 1 wurde am 30.11.2021 und 5.9 Beta 2 am 7.12.2021 veröffentlicht. Alpha-, Beta- und RC-Versionen sollten nicht auf Live-Websites, sondern nur in Testumgebungen installiert werden. Bis zum Release der finalen WordPress-Version (voraussichtlich 25. Januar 2022) ist noch genügend Zeit für ausgiebige Tests, damit möglichst viele Fehler und Inkompatibilitäten vor dem Release erkannt und behoben werden können.

\n

\n

Testen

\n

Zum Testen installiere WordPress 5.9 Beta 2 in einer abgesicherten Testumgebung, entweder mit dem Zip-Archiv oder über das Plugin WordPress Beta Tester. Eine dritte Möglichkeit ist die Verwendung von WP-CLI: wp core update --version=5.9-beta2.

\n

Auf dem Make-WordPress-Core-Blog werden in den nächsten Wochen Beiträge zu größeren Änderungen in der Entwicklung gepostet.

\n

Um alle Funktionen in den Gutenberg-Versionen seit WordPress 5.8 zu sehen, lies dir die Beiträge „What’s New In Gutenberg“ für 10.8, 10.9, 11.0, 11.1, 11.2, 11.3, 11.4, 11.5, 11.6, 11.7, 11.8 und 11.9 durch.

\n

Neben den erwähnten Änderungen, die 580 Verbesserungen und fast 450 Fehlerkorrekturen umfassen, wurden in Beta 1 297 Tickets für WordPress 5.9 behoben, darunter 110 neue Funktionen und Verbesserungen. In Beta 2 wurden 24 Bugs beseitigt. Weitere Fehlerbehebungen sind auf dem Weg.

\n

Full Site Editing

\n

Das Styles-Interface

\n

Kombiniere alle Funktionen, die in 5.8 eingeführt wurden, mit denen, die in 5.9 hinzukommen, und du erhältst Full Site Editing. Die zuvor als Global Styles bezeichnete Styles-Oberfläche ermöglicht dir die unmittelbare Interaktion mit deinen Blöcken und Elementen direkt in der WordPress-Admin-Oberfläche. Von der Typografie bis hin zu Farbpaletten bedeutet diese kohärente Design-Schnittstelle, dass eine Designänderung – selbst eine tiefgreifende – ohne einen Theme-Wechsel erfolgen kann. Es ist dafür kein Code erforderlich.

\n

Datei theme.json

\n

Die in WordPress 5.8 eingeführte Datei theme.json wurde überarbeitet, um Funktionen und Standardstile für deine Website und deren Blöcke zu aktivieren. Mit 5.9 kann theme.json Child-Themes und die Duotone-Methode unterstützen. Die Koordination von Stilebenen mit theme.json verringert das erforderliche CSS für dein Theme.

\n

Weitere von theme.json unterstützte Funktionen sind:

\n
    \n
  • Border: Farbe, Stil und Breite erweitern die Eigenschaften von border-radius, die in 5.8 eingeführt wurden.
  • \n
  • Flex-Layouts: Block-Gap-Support, mit freundlicher Genehmigung von spacing.blockGap.
  • \n
  • Typografie:  font families, font style, font weight, text decoration und text transform.
  • \n
  • Bilder: Duotones.
  • \n
\n

Ein neuer Navigationsblock

\n

Hier sind die Funktionen, die am meisten getestet werden müssen:

\n
    \n
  • Responsive Menüoptionen, die du deaktivieren, immer aktivieren oder nur für kleine Bildschirme verwenden kannst.
  • \n
  • Integrierte Tastaturzugänglichkeit. Für Barrierefreiheit, für Geschwindigkeit oder für beides.
  • \n
  • Füge zusätzliche Blöcke wie Such- und Website-Icon-Blöcke hinzu (und passe sie nach deinen Wünschen an).
  • \n
  • Untermenü-Elemente mit Styling-Optionen.
  • \n
  • Horizontale oder vertikale Ausrichtung.
  • \n
  • Wiederverwendbare themenübergreifende Navigation. Der erstellte Navigationsblock wird als individueller Inhaltstyp gespeichert.
  • \n
\n

Ein weiterentwickelter Block Galerie

\n

Du kannst jetzt jedes einzelne Bild des Blocks Galerie genauso bearbeiten wie eins aus dem Block Bild: Mit Inline-Zuschnitt oder einem Duoton und Änderung der Layouts per Drag-and-drop.

\n

Hinweis: Hast du ein Plugin oder Theme auf der Funktionalität des Blocks Galerie entwickelt? Dann solltest du unbedingt diese Dev-Note lesen, in der beschrieben wird, was du für die notwendige Kompatibilität unternehmen musst.

\n

Fokussierter Template-Teil-Modus

\n

Die Erstellung von Template-Teilen kann ein besonderes Maß an Konzentration erfordern, da du Entscheidungen für die gesamte Website triffst. Daher bietet WordPress 5.9 einen Fokusmodus, der dir nur den Teil zeigt, an dem du gerade arbeitest (und du kannst mit einem Tastendruck zur normalen Ansicht zurückkehren).

\n

Blockvorlagen-Verzeichnis

\n

Das Vorlagenverzeichnis bietet eine Reihe von vorgefertigten Blockvorlagen, von einzelnen Blöcken, die ein Bild und einen Text zeigen, bis hin zu einem kompletten Seitenlayout mit Spalten und Abschnitten. Seit der Veröffentlichung von Version 5.8 ist das Verzeichnis zu einer Sammelstelle für experimentelle Benutzeroberflächen und Vorlagen geworden, die (auch deine) Einsendungen entgegennimmt und sie der Community zur Verfügung stellt.

\n

Neues Standard-Theme: Twenty Twenty-Two

\n

WordPress 5.9 führt Funktionen ein, die die vollständige Bearbeitung von Websites (Full Site Editing) ermöglichen und mit „Twenty Twenty-Two“ auch das erste Standard-Block-Theme.

\n

Durch die Verwendung von minimalem CSS werden die Stile des Themes in der Datei theme.json gespeichert, so dass du sie im Styles-Interface der WordPress-Admin-Oberfläche konfigurieren kannst. Mit einer Auswahl an Farbschemata, Schriftkombinationen, Seitentemplates, vorgefertigten Komponenten und Bildbearbeitungsmöglichkeiten kann das Theme individuell gestaltet werden.

\n

Einige Änderungen aus der Beta 2

\n
    \n
  • Block-Editor: Navigationsbereiche entfernen (#54506)
  • \n
  • Block-Editor: JavaScript-Fehler in der Navigationsblock-Ansicht (#54456)
  • \n
  • Block-Editor: Blockvorlagen-Theme-Fehler in Verbindung mit untergeordneten Themen (#54515)
  • \n
  • Allgemein: Korrektur bestehender Links zum Customizer, wenn der Site-Editor aktiviert ist (#54460)
  • \n
  • Medien: Mediathek zeigt nur das ausgewählte Bild an (#53765)
    \nMedien: Fataler Fehler beim Hochladen von Medien unter PHP 8 (#54385)
    \nREST-API: Globale-Styles-REST-API-Endpunkte von Gutenberg in Core hinzufügen (#54336)
  • \n
\n

Wie du helfen kannst

\n

Verfolge in den kommenden Wochen den Blog Make WordPress Core hinsichtlich 5.9-bezogener Entwicklungs-Notizen, in denen diese und andere Änderungen detaillierter aufgeschlüsselt werden.

\n

Testen, testen, testen

\n

Das Testen auf Fehler ist ein wichtiger Teil des Feinschliffs der Version während der Beta-Phase und eine großartige Möglichkeit, einen Beitrag zum Open-Source-Projekt WordPress zu leisten.

\n

Fehler melden

\n

Wenn du denkst, dass du einen Fehler gefunden hast, kannst du ihn in den Alpha-/Beta-Bereichen der Support-Foren posten. Wenn du dich damit auskennst, einen reproduzierbaren Fehlerbericht zu schreiben, kannst du ihn im WordPress Trac erstellen, wo auch eine Liste der bereits bekannten Fehler zu finden ist.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 5.8.2 Sicherheits- und Wartungs-Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://de.wordpress.org/2021/11/wordpress-5-8-2-sicherheits-und-wartungs-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 11 Nov 2021 10:06:32 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Sicherheit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5137\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:418:\"Am 10. November wurde WordPress 5.8.2 veröffentlicht. Dabei handelt es sich um einen Sicherheits- und Wartungs-Release, der zwei Bugs behebt und eine Sicherheitslücke schließt. Aus diesem Grund wird empfohlen, Websites schnellstmöglich auf die neue Version zu aktualisieren. Alle Versionen ab WordPress 5.2 haben ein Update erhalten. WordPress 5.8.2 ist ein kleiner Wartungs- und Sicherheits-Release, die […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Florian Brinkmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:2715:\"\n

Am 10. November wurde WordPress 5.8.2 veröffentlicht. Dabei handelt es sich um einen Sicherheits- und Wartungs-Release, der zwei Bugs behebt und eine Sicherheitslücke schließt. Aus diesem Grund wird empfohlen, Websites schnellstmöglich auf die neue Version zu aktualisieren. Alle Versionen ab WordPress 5.2 haben ein Update erhalten.

\n\n\n\n\n\n\n\n

WordPress 5.8.2 ist ein kleiner Wartungs- und Sicherheits-Release, die nächste Major-Version wird WordPress 5.9.

\n\n\n\n

Ihr könnt das Update auf WordPress 5.8.2 über das Backend unter DashboardAktualisierungen anstoßen oder euch die Dateien von WordPress.org herunterladen. Wenn eure Website automatische Hintergrundupdates unterstützt, könnte die neue Version bereits installiert sein.

\n\n\n\n

Detaillierte Infos zu den Änderungen gibt es in der Liste aller Änderungen auf Trac oder auf der 5.8.2-HelpHub-Seite.

\n\n\n\n

Danke

\n\n\n\n

Der 5.8.2-Release wurde von Jonathan Desrosiers und Evan Mullins geleitet.

\n\n\n\n

Daneben haben die folgenden Personen dabei mitgeholfen, 5.8.2 zu ermöglichen:

\n\n\n\n

Ari Stathopoulos, Bradley Taylor, davidwebca, Evan Mullins, Greg Ziółkowski, Jonathan Desrosiers, Juliette Reinders Folmer, Mukesh Panchal, Sergey Biryukov, shimon246 und Yui.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:49:\"WordPress 5.8.1 Sicherheits- und Wartungs-Release\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:82:\"https://de.wordpress.org/2021/09/wordpress-5-8-1-sicherheits-und-wartungs-release/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Thu, 09 Sep 2021 08:04:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:10:\"Sicherheit\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5126\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:417:\"Am 9. September wurde WordPress 5.8.1 veröffentlicht. Dabei handelt es sich um einen Sicherheits- und Wartungs-Release, der drei Sicherheitslücken schließt und 60 Bugs behebt. Da es ein Sicherheits-Release ist, solltet ihr eure Websites unverzüglich aktualisieren. Für alle Versionszweige seit WordPress 5.4 gibt es ebenfalls Updates. Bei WordPress 5.8.1 handelt es sich um ein kurz-zyklisches Release, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Florian Brinkmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:8969:\"\n

Am 9. September wurde WordPress 5.8.1 veröffentlicht. Dabei handelt es sich um einen Sicherheits- und Wartungs-Release, der drei Sicherheitslücken schließt und 60 Bugs behebt. Da es ein Sicherheits-Release ist, solltet ihr eure Websites unverzüglich aktualisieren. Für alle Versionszweige seit WordPress 5.4 gibt es ebenfalls Updates.

\n\n\n\n

Bei WordPress 5.8.1 handelt es sich um ein kurz-zyklisches Release, der nächste Major-Release wird WordPress 5.9.

\n\n\n\n

Ihr könnt WordPress 5.8.1 von WordPress.org herunterladen oder das Update einer bestehenden Site über DashboardAktualisierungen ausführen. Wenn eure Website automatische Hintergrund-Updates unterstützt, könnte die neue Version bereits installiert sein.

\n\n\n\n\n\n\n\n

Sicherheits-Updates

\n\n\n\n

Drei Sicherheitslücken betreffen WordPress-Versionen zwischen 5.4 und 5.8. Neben WordPress 5.8.1 wurden auch für die anderen Release-Zweige ab WordPress 5.4 neue Versionen veröffentlicht, die die Sicherheitslücken schließen.

\n\n\n\n

Die folgenden Probleme wurden behoben:

\n\n\n\n
  • Eine »data exposure vulnerability« in der REST-API, vielen Dank an @mdawaffe vom WordPress-Security-Team für das Fixen der Lücke.
  • XSS-Schwachstelle im Block-Editor, vielen Dank an Michał Bentkowski von Securitum für das Melden der Sicherheitslücke.
  • Die Lodash-Bibliothek wurde auf Version 4.17.21 aktualisiert um darin enthaltene Sicherheits-Fixes zu übernehmen.
\n\n\n\n

Zusätzlich möchte das Security-Team den folgenden Personen für das Melden von Sicherheitslücken in der WordPress-5.8-Beta-Phase danken, sodass sie vor dem Release behoben werden konnten:

\n\n\n\n
  • Evan Ricafort hat eine XSS-Lücke im Block-Editor gemeldet.
  • Steve Henty hat ein Privilege-Escalation-Problem im Block-Editor gemeldet.
\n\n\n\n

Danke an alle Meldenden für das vertrauliche Melden der Lücken. Das hat dem Security-Team Zeit gegeben, die Probleme zu beheben, bevor WordPress-Sites angegriffen werden konnten.

\n\n\n\n

Mehr Informationen zu den Änderungen in WordPress 5.8.1 gibt es in der Liste mit allen Änderungen im Trac oder auf der Doku-Seite zu 5.8.1.

\n\n\n\n

Danke

\n\n\n\n

Der 5.8.1-Release wurde von Jonathan Desrosiers und Evan Mullins geleitet.

\n\n\n\n

Zusätzlich zu den Security-Researchern und den beiden genannten Release-Leads haben die folgenden Entwicklerinnen und Entwickler dabei geholfen, WordPress 5.8.1 möglich zu machen:

\n\n\n\n

2linctools, Adam Zielinski, Alain Schlesser, Alex Lende, alexstine, AlGala, André, Andrei Draganescu, Andrew Ozz, Ankit Panchal, Anthony Burchell, Anton Vlasenko, Ari Stathopoulos, Bruno Ribaric, Carolina Nymark, Daisy Olsen, Daniel Richards, Daria, David Anderson, David Biňovec, David Herrera, Dominik Schilling, Ella van Durpe, Enchiridion, Evan Mullins, Gary Jones, George Mamadashvili, Greg Ziółkowski, Héctor Prieto, ianmjones, Jb Audras, Jeff Bowen, Joe Dolson, Joen A., John Blackbourn, Jonathan Desrosiers, JuanMa Garrido, Juliette Reinders Folmer, Kai Hao, Kapil Paul, Kerry Liu, Kevin Fodness, Marcus Kazmierczak, Mark-k, Matt, Michael Adams (mdawaffe), Mike Schroder, moch11, Mukesh Panchal, Nik Tsekouras, Paal Joachim Romdahl, Pascal Birchler, Paul Bearne, Paul Biron, Peter Wilson, Petter Walbø Johnsgård, Radixweb, Rahul Mehta, ramonopoly, ravipatel, Riad Benguella, Robert Anderson, Rodrigo Arias, Sanket Chodavadiya, Sergey Biryukov, Stephen Bernhardt, Stephen Edgar, Steve Henty, terraling, Timothy Jacobs, tmatsuur, TobiasBg, Tonya Mork, Toro_Unit (Hiroshi Urabe), Vlad T, wb1234 und WFMattR.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:57:\"\n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"WordPress 5.8 »Tatum«\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:47:\"https://de.wordpress.org/2021/07/wordpress-5-8/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 21 Jul 2021 08:21:27 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:1:{i:0;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5104\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:430:\"Am 20. Juli wurde WordPress 5.8 »Tatum« veröffentlicht, benannt nach dem Jazz-Pianisten Art Tatum. WordPress 5.8 macht die ersten Schritte hin zum Full-Site-Editing und verändert zum Beispiel die Verwaltung von Widgets. Block-basierter Widget-Editor Mit WordPress 5.8 werden Widgets zu Blöcken, und dementsprechend mussten die Ansichten zur Widget-Bearbeitung unter Design › Widgets sowie im Customizer verändert […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Florian Brinkmann\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:48716:\"\n

Am 20. Juli wurde WordPress 5.8 »Tatum« veröffentlicht, benannt nach dem Jazz-Pianisten Art Tatum. WordPress 5.8 macht die ersten Schritte hin zum Full-Site-Editing und verändert zum Beispiel die Verwaltung von Widgets.

\n\n\n\n\n\n\n\n

Block-basierter Widget-Editor

\n\n\n\n
\"Screenshot
(Grafik: WordPress-5.8-About-Seite)
\n\n\n\n

Mit WordPress 5.8 werden Widgets zu Blöcken, und dementsprechend mussten die Ansichten zur Widget-Bearbeitung unter DesignWidgets sowie im Customizer verändert werden. Durch diese Änderungen ist es möglich, alle vorhandenen Blöcke nicht nur im Inhaltsbereich sondern auch in Widget-Bereichen zu verwenden. Diese Funktion kann unter anderem mit dem Plugin »Classic Widgets« deaktiviert werden. Für alle Devs gibt es mehr Informationen dazu in der Dev-Note zum Block-basierten Widget-Editor.

\n\n\n\n

Beiträge mit neuen Blöcken und Vorlagen darstellen

\n\n\n\n
\"Screenshot
Beim Einfügen des Abfrage-Loop-Blocks werden verschiedene Vorschläge für Vorlagen angezeigt. (Grafik: WordPress-5.8-About-Seite)
\n\n\n\n

Mit dem neuen Abfrage-Loop-Block kann eine Liste von Beiträgen angezeigt werden, wobei nach Inhaltstyp, Kategorien, Schlagwörtern, Autor und Autorin sowie Stichwort gefiltert werden kann. Im Gegensatz zu dem Neueste-Beiträge-Block besteht die Liste der Beiträge dabei aber aus Blöcken, die auch verändert werden können. So ist eine deutlich größere Zahl an Layouts möglich und ein paar Layout-Vorschläge werden beim Einfügen des Blocks angezeigt, damit man nicht von Null starten muss.

\n\n\n\n

Template-Editor

\n\n\n\n

Mit dem neuen Template-Editor können Templates von Beiträgen bearbeitet werden. Dabei wird in eine Ansicht gewechselt, in der der gesamte Inhalt des Templates aus Blöcken zusammengesetzt werden kann. Damit der Editor aktiv ist, muss ein Block-Theme genutzt werden oder ein Theme, das die Funktion explizit aktiviert hat.

\n\n\n\n

Drei Helfer für den Arbeitsablauf

\n\n\n\n

Übersicht der Seitenstruktur

\n\n\n\n

Manchmal braucht man nur eine einfache Landingpage, aber manchmal auch etwas komplexeres. Weil es immer mehr Blöcke gibt und die Möglichkeiten für komplexe Inhaltsstrukturen immer vielfältiger, werden neue Lösungen zur einfachen Navigation in der Block-Struktur benötigt.

\n\n\n\n

Eine einfache Verbesserung ist, die Listenansicht der Block-Struktur geöffnet zu lassen, bis sie explizit geschlossen wird. So kann sie parallel zur Arbeit im Inhalt genutzt werden, ohne sie immer wieder öffnen zu müssen.

\n\n\n\n

Empfohlene Vorlagen für Blöcke

\n\n\n\n
\"Screenshot
Bestehende Blöcke können in Block-Vorlagen umgewandelt werden. (Grafik: WordPress-5.8-About-Seite)
\n\n\n\n

Beginnend mit WordPress 5.8 gibt es die Möglichkeit, basierend auf dem genutzten Block, Vorschläge für Block-Vorlagen zu machen und bereits eingefügte Blöcke in Vorlagen umzuwandeln. In 5.8 kann das mit dem Abfrage-Loop-Block und dem Social-Icons-Block ausprobiert werden.

\n\n\n\n

Bilder einfärben

\n\n\n\n
\"Darstellung
Der Duotone-Filter erlaubt interessante Effekte für Bild- und Cover-Blöcke. (Grafik: WordPress-5.8-About-Seite)
\n\n\n\n

Mit dem neuen Duotone-Filter können Bilder und der Cover-Block eingefärbt werden. Man kann sich den Effekt wie einen Schwarz-Weiß-Filter vorstellen, nur können die beiden Farben frei gewählt werden.

\n\n\n\n

Interessantes für Entwicklerinnen und Entwickler

\n\n\n\n

theme.json

\n\n\n\n

Die neu eingeführten Global-Styles- und Global-Settings-APIs ermöglichen die Konfiguration des Editors über die theme.json-Datei des aktiven Themes. Darüber können beispielsweise die verfügbaren Block-Optionen aktiviert oder deaktiviert sowie die verfügbaren Werte für Optionen festgelegt werden. Das ist sowohl global für alle Blöcke möglich, als auch nur für bestimmte einzelne Blöcke. Daneben können über die Datei bestimmte Standard-Styles wie Text- und Hintergrundfarbe festgelegt werden. Mehr Informationen gibt es in der theme.json-Dev-Note.

\n\n\n\n

Einstellung der IE11-Unterstützung

\n\n\n\n

Der Internet Explorer 11 wird im Backend nicht länger aktiv unterstützt. Wenn ihr diesen Browser noch verwendet, kann es zu Problemen bei der Verwaltung eurer Website kommen, die auch nicht mehr behoben werden. Ihr solltet in diesem Fall dringend auf einen modernen Browser wechseln.

\n\n\n\n

Unterstützung für WebP

\n\n\n\n

WebP ist ein modernes Bildformat, das verlustbehaftete und verlustfreie Komprimierung für Bilder im Web anbietet. WebP-Bilder sind im Mittel um die 30 Prozent kleiner als ihre JPEG- oder PNG-Entsprechung, was zu schnelleren Websites und geringerer Auslastung der Bandbreite führt.

\n\n\n\n

Hinzufügen zusätzlicher Block-Supports-Flags

\n\n\n\n

In WordPress 5.6 und 5.7 wurden die ersten Block-Supports-Flags eingefügt, und WordPress 5.8 liefert wieder ein paar weitere, mit denen ihr eure Blöcke einfach um zusätzliche Optionen erweitern könnt. So wurde beispielsweise die experimentelle Möglichkeit hinzugefügt, den Duotone-Effekt zu unterstützen. Mehr Informationen gibt es in der Block-Supports-Dev-Note.

\n\n\n\n

Lest den Field-Guide für mehr Informationen

\n\n\n\n

Im WordPress-5.8-Field-Guide gibt es Verweise auf alle Beiträge mit detaillierten Informationen zu größeren Änderungen, die Entwicklerinnen und Entwickler betreffen.

\n\n\n\n

Das Team

\n\n\n\n

Der WordPress-5.8-Release wurde von Matt Mullenweg geleitet und von diesem Release-Team unterstützt:

\n\n\n\n\n\n\n\n

Der Release spiegelt die harte Arbeit von 530 Freiwilligen wieder. Die Arbeit fand in über 320 Trac-Tickets und mehr als 1.500 Pull-Requests auf GitHub statt.

\n\n\n\n

5ubliminal, 99w, 9primus, Aaron Jorbin, aaronrobertshaw, abderrahman, Abha Thakor, Abhijit Rakas, achbed, Adam Silverstein, Adam Zielinski, Addie, aduth, Ahmed Chaion, Ahmed Saeed, Ajit Bohra, Alain Schlesser, Alan Jacob Mathew, Albert Juhé Lluveras, Alejandro Perez, Alex Concha, Alex Kirk, Alex Lende, alexstine, allilevine, Amanda Riu, amarinediary, Amogh Harish, Andrea Fercia, Andrei Draganescu, Andrew Ozz, Andrew Serong, Andrey „Rarst“ Savchenko, André Maneiro, Andy Fragen, Andy Peatling, Andy Skelton, Ankit Gade, annalamprou, Anne McCarthy, anotherdave, anotia, Anthony Burchell, Anton Lukin, Anton Vanyukov, Antonis Lilis, apedog, apokalyptik, arena, Argyris Margaritis, Ari Stathopoulos, ariskataoka, arkrs, Armand, ArnaudBan, Arthur Chu, Arun a11n, Aspexi, atjn, Aurooba Ahmed, Austin Matzko, Ayesh Karunaratne, Barry, bartkalisz, Beatriz Fialho, Bego Mario Garde, Benachi, Benoit Chantre, Bernhard Reiter, Bernhard Reiter, Birgir Erlendsson (birgire), Birgit Pauli-Haack, Blobfolio, bmcculley, Bob Linthorst, bobbingwide, Bogdan Preda, bonger, Boone Gorges, Brad Touesnard, Brandon Kraft, Brecht, Brent Swisher, Brett Shumaker, Bruno Ribaric, Burhan Nasir, Cameron Jones, Cameron Voell, Carike, Carl Alexander, carlomanf, carlosgprim, Carolina Nymark, Casey Milne, Cenay Nailor, Ceyhun Ozugur, Chandra M, Chetan Prajapati, Chintan hingrajiya, Chip Snyder, Chloé Bringmann, Chouby, Chris Van Patten, chriscct7, Christopher Churchill, Chuck Reynolds, Clayton Collie, Code Amp, CodePoet, Colin Stewart, Collins Agbonghama, Copons, Corey McKrill, Cory Hughart, Courtney Engle Robertson, crazycoders, critterverse, czapla, Dávid Szabó, Daisy Olsen, damonganto, Dan Farrow, Daniel Llewellyn, Daniel Richards, danieldudzic, Daniele Scasciafratte, Danny, David Aguilera, David Anderson, David Artiss, David Baumwald, David Biňovec, David Calhoun, David Herrera, David Kryzaniak, David Smith, dekervit, devfle, devrekli, dhruvkb, Diane Co, dingdang, Dion Hulse, djbu, Dominik Schilling, donmhico, Donna Peplinskie, Doug Wollison, dpik, dragongate, Dreb Bits, Drew Jaynes, eatsleepcode, Ebonie Butler, Edi Amin, Eileen Violini, Ella van Durpe, Emil E, Emilio Martinez, Emmanuel Hesry, empatogen, Enej Bajgorić, Enrique Sánchez, epiqueras, Erik, etoledom, Fabian Kägy, Fabian Pimminger, Fabian Todt, Felipe Elia, Felix Arntz, felixbaumgaertner, Femy Praseeth, fijisunshine, Florian Brinkmann, Florian TIAR, Francesca Marano, Frank Bueltge, frosso1 (a11n), fullofcaffeine, gab81, Gal Baras, Garrett Hyder, Gary Jones, Gary Pendergast, GeekPress, Gennady Kovshenin, Geoffrey, George Hotelling, George Mamadashvili, George Stephanis, geriux, glendaviesnz, Grant M. Kinney, Greg Ziółkowski, gRegor Morrill, Héctor Prieto, Hannah Malcolm, happiryu, Hareesh, Haz, hedgefield, Helen Hou-Sandí, Herm Martini, Herre Groen, herrvigg, htmgarcia, Ian Dunn, ianmjones, icopydoc, Ipstenu (Mika Epstein), Isabel Brison, Ivaylo Draganov, Ivete Tecedor, J.D. Grimes, Jack Lenox, Jake Spurlock, James Bonham, James Koster, James Nylen, James Richards, James Rosado, jamil95, janak Kaneriya, janw.oostendorp, Jason Johnston, Javier Arce, Jayman Pandya, Jean-Baptiste Audras, Jeff Ong, Jeff Paul, Jeffrey Pearce, Jenny Dupuy, Jeremy Felt, Jeremy Herve, Jeremy Yip, jeremy80, JeroenReumkens, jeryj, jillebehm, Jip Moors, Joe Bailey-Roberts, Joe Dolson, Joe McGill, Joen Asmussen, Johan Jonk Stenström, Johannes Kinast, John Blackbourn, John Godley, John James Jacoby, John Sundberg, Jon Brown, Jon Surrell, Jonathan Desrosiers, Jonny Harris, Jono Alderson, Joost de Valk, Jorge Bernal, Jorge Costa, Josee Wouters, Josepha Haden, JoshuaDoshua, Joy, jsnajdr, Juan Aldasoro, Juliette Reinders Folmer, Julio Potier, Justin Ahinon, k3nsai, kaavyaiyer, kafleg, Kai Hao, Kalpesh Akabari, Kapil Paul, Karolina Vyskocilova, Kelly Choyce-Dwan, Kelly Hoffman, Kerry Liu, Kishan Jasani, Kite, KittMedia, Kjell Reigstad, klevyke, Knut Sparhell, Koen Van den Wijngaert, Konstantin Obenland, Konstantinos Xenos, Kyle Nel, lakrisgubben, Lara Schenck, Larissa Murillo, Laxman Prajapati, LewisCowles, lifeforceinst, linux4me2, Lovro Hrust, Luis Sacristán, Luiz Araújo, Luke Carbis, m0ze, Maedah Batool, Maggie Cabrera, Maja Benke, Marco Ciampini, Marcus Kazmierczak, Marek Hrabe, Marin Atanasov, Marius L. J., Mark Jaquith, Mark Parnell, Marko Heijnen, Marty Helmick, Mary Baum, Mary Job, marylauc, Mathieu Viet, Matias Ventura, Matt Chowning, Matt Mullenweg, Maxime Pertici, mblach, Meet Makadia, Meher Bala, Mel Choyce-Dwan, meloniq, mensmaximus, Michael Babker, Michael Beckwith, Miguel Fonseca, Mikael Korpela, Mike Hansen, Mike Jolley, Mike Martel, Mike Schroder, Mikhail Kobzarev, Milan Dinić, Milana Cap, mkdgs, mmuyskens, mmxxi, Mohamed El Amine DADDOU, Mohammed Faragallah, Monika Rao, Morten Rand-Hendriksen, mrjoeldean, Mukesh Panchal, munyagu, Mustafa Uysal, mweichert, Nadir Seghir, Nalini Thakor, Naoki Ohashi, Naoko Takano, Nazrul Islam Nayan, nderambure, net, nicegamer7, Nicholas Garofalo, Nick Halsey, Nik Tsekouras, ninanmnm, Noah Allen, nvartolomei, oguzkocer, olafklejnstrupjensen, Olga Bulat, Olga Gleckler, Otshelnik-Fm, oxyrealm, Ozh, Paal Joachim Romdahl, palmiak, Panagiotis Angelidis, Paragon Initiative Enterprises, Pascal Birchler, Pascal Knecht, Pat, patricklindsay, Paul Biron, Paul Bunkham, Paul Schreiber, Paul Stonier, Paul Von Schrottky, Paulo Pinto, Pavel I, Paweł, Peter Wilson, Petter Walbø Johnsgård, phena109, Philip Jackson, Pierre SYLVESTRE, Pinar, Piotrek Boniu, Pippin Williamson, Pirate Dunbar, Pramod Jodhani, Presskopp, presstoke, pwallner, pyronaur, Q, Rachel Baker, rafhun, Rajesh Radadiya, Rami Yushuvaev, Ramon Ahnert, ramonopoly, Ravi Vaghela, ravipatel, Refael Iliaguyev, Rene Hermenau, retrofox, reynhartono, Riad Benguella, Rian Rietveld, Rima Prajapati, Rinat, Rnaby, robdxw, Robert Anderson, Robert Chapin, Roger Theriault, rogerlos, roo2, Roy, Russell Aaron, Ryan McCue, Ryan Welcher, Sören Wrede, Saša, Sabrina Zeidan, Sahil Mepani, Samir Shah, Samuel Wood (Otto), Sandip Mondal, Sanne van der Meulen, sarahricker, sarayourfriend, SASAPIYO, satrancali, savicmarko1985, Scott Lesovic, Scott Reilly, scottconnerly, scruffian, Sean Fisher, Sean Hayes, sebbb, Sergey Biryukov, Sergey Yakimov, SergioEstevao, sergiomdgomes, shaunandrews, Shital Marakana, silb3r, Siobhan, SirStuey, snapfractalpop, spikeuk1, spytzo, stacimc, Stanislav Khromov, Stefan Hüsges, stefanjoebstl, Stefano Minoia, Stefanos Togoulidis, Stephen Bernhardt, Stephen Edgar, Steve Dufresne, Steve Grunwell, Steve Henty, Steven Word, Subrata Sarkar, Sumaiya Siddika, Suman, Sumit Singh, Sumit Singh, sushmak, Sybre Waaijer, Synchro, szaqal21, tamlyn, Tammie Lister, Tellyworth, Terri Ann, Tetsuaki Hamano, them.es, Thomas Kräftner, Thomas Patrick Levy, Thomas Vitale, tigertech, Timothy Jacobs, TimoTijhof, Tkama, tmatsuur, tmdk, Tobias Zimpel, TobiasBg, tobifjellner (Tor-Bjorn Fjellner), Tom J Nowell, Toni Viemerö, Tonya Mork, Toro_Unit (Hiroshi Urabe), torres126, Torsten Landsiedel, Toru Miki, Travis Northcutt, trejder, Udit Desai, Ulrich, Utsav tilava, Vicente Canales, Vipul Chandel, Vlad T, wangql, WebDragon, Wendy Chen, Weston Ruter, William Earnhardt, williampatton, Xavi Ivars, Xristopher Anderton, Y_Kolev, Yan Sern, Yui, yuliyan, Yvette Sonneveld, Zack Krida, Zebulan Stanphill, zkancs und 孙锡源.

\n\n\n\n

Zusätzlich zu diesen Contributors vielen Dank den Freiwilligen in den Support-Foren, die Fragen von Leuten aus aller Welt beantworten, egal ob sie WordPress zum ersten Mal benutzen oder seit dem ersten Release 2003 dabei sind. Diese Releases sind wegen ihrer Anstrengung so erfolgreich wie sie sind.

\n\n\n\n

Und ebenfalls vielen Dank allen freiwilligen Übersetzerinnen und Übersetzern, die auf translate.WordPress.org dabei mithelfen WordPress in über 200 Sprachen verfügbar zu machen. 80 Sprachen waren zum finalen WordPress-5.8-Release zu 80 Prozent oder mehr übersetzt, und weitere Sprachen sind auf dem Weg dahin. 

\n\n\n\n

Wenn ihr zu WordPress beitragen möchtet, könnt ihr auf Make-WordPress mehr dazu erfahren.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 3\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://de.wordpress.org/2021/07/wordpress20220310-1623-0507a112-release-candidate-3/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 14 Jul 2021 08:22:01 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Entwicklung\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5094\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:373:\"Die Veröffentlichung der finalen Version WordPress 5.8 rückt näher. Nächste Woche am 20. Juli 2021 ist es dann voraussichtlich so weit. Doch vorab gibt es seit heute (14. Juli) eine weitere Entwicklungsversion: WordPress 5.8 RC 3. Zum Testen installiere WordPress 5.8 RC 3 in einer abgesicherten Testumgebung, entweder mit dem Zip-Archiv oder über das Plugin […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Angelika Reisiger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1261:\"

Die Veröffentlichung der finalen Version WordPress 5.8 rückt näher. Nächste Woche am 20. Juli 2021 ist es dann voraussichtlich so weit. Doch vorab gibt es seit heute (14. Juli) eine weitere Entwicklungsversion: WordPress 5.8 RC 3.

\n

Zum Testen installiere WordPress 5.8 RC 3 in einer abgesicherten Testumgebung, entweder mit dem Zip-Archiv oder über das Plugin WordPress Beta Tester. Eine dritte Möglichkeit ist die Verwendung von WP-CLI: wp core update --version=5.8-RC3.

\n

Weitere Informationen

\n\n

Details zu den Änderungen findest du in den Blog-Beiträgen zu WordPress 5.8 Beta 1 sowie WordPress 5.8 RC 1.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:60:\"\n \n \n \n \n \n \n \n \n\n \n \n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:3:{s:0:\"\";a:6:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:33:\"WordPress 5.8 Release Candidate 2\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:85:\"https://de.wordpress.org/2021/07/wordpress20220310-1623-0507a112-release-candidate-2/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:7:\"pubDate\";a:1:{i:0;a:5:{s:4:\"data\";s:31:\"Wed, 07 Jul 2021 08:42:41 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"category\";a:2:{i:0;a:5:{s:4:\"data\";s:11:\"Entwicklung\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}i:1;a:5:{s:4:\"data\";s:8:\"Releases\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"guid\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"https://de.wordpress.org/?p=5083\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:11:\"isPermaLink\";s:5:\"false\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:388:\"Der zweite Release Candidate (RC) für WordPress 5.8 wurde am 6. Juli 2021 veröffentlicht. Das geplante Veröffentlichungsdatum der finalen Version ist unverändert der 20. Juli. Du hast also noch knapp 2 Wochen Zeit, um deine installierten Plugins oder dein Theme mit der kommenden Version zu testen. Dafür installiere WordPress 5.8 RC 2 in einer abgesicherten Testumgebung, […]\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:32:\"http://purl.org/dc/elements/1.1/\";a:1:{s:7:\"creator\";a:1:{i:0;a:5:{s:4:\"data\";s:17:\"Angelika Reisiger\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:40:\"http://purl.org/rss/1.0/modules/content/\";a:1:{s:7:\"encoded\";a:1:{i:0;a:5:{s:4:\"data\";s:1390:\"

Der zweite Release Candidate (RC) für WordPress 5.8 wurde am 6. Juli 2021 veröffentlicht. Das geplante Veröffentlichungsdatum der finalen Version ist unverändert der 20. Juli. Du hast also noch knapp 2 Wochen Zeit, um deine installierten Plugins oder dein Theme mit der kommenden Version zu testen.

\n

Dafür installiere WordPress 5.8 RC 2 in einer abgesicherten Testumgebung, entweder mit dem Zip-Archiv oder über das Plugin WordPress Beta Tester. Eine dritte Möglichkeit ist die Verwendung von WP-CLI: wp core update --version=5.8-RC2.

\n

Weitere Informationen

\n\n

Details zu den Änderungen und Neuerungen findest du in den Blog-Beiträgen zu WordPress 5.8 Beta 1 sowie WordPress 5.8 RC 1.

\n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}s:27:\"http://www.w3.org/2005/Atom\";a:1:{s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:1:{s:0:\"\";a:3:{s:4:\"href\";s:47:\"https://de.wordpress.org/category/release/feed/\";s:3:\"rel\";s:4:\"self\";s:4:\"type\";s:19:\"application/rss+xml\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}s:44:\"http://purl.org/rss/1.0/modules/syndication/\";a:2:{s:12:\"updatePeriod\";a:1:{i:0;a:5:{s:4:\"data\";s:9:\"\n hourly \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:15:\"updateFrequency\";a:1:{i:0;a:5:{s:4:\"data\";s:4:\"\n 1 \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}s:4:\"type\";i:128;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":10:{s:7:\"\0*\0data\";a:9:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 10 Mar 2022 13:42:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 24 Feb 2022 08:31:10 GMT\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";s:4:\"link\";s:61:\"; rel=\"canonical\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Thu, 10 Mar 2022 13:42:23 GMT\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";s:6:\"x-olaf\";s:3:\"⛄\";s:13:\"last-modified\";s:29:\"Thu, 24 Feb 2022 08:31:10 GMT\";s:12:\"x-robots-tag\";s:14:\"noindex,follow\";s:4:\"link\";s:61:\"; rel=\"canonical\"\";s:15:\"x-frame-options\";s:10:\"SAMEORIGIN\";s:4:\"x-nc\";s:9:\"HIT ord 2\";}s:5:\"build\";s:14:\"20220308104916\";}','no'),(3503,'_transient_timeout_feed_mod_f014c832422b67a4cec692b17aa40756','1646962944','no'),(3504,'_transient_feed_mod_f014c832422b67a4cec692b17aa40756','1646919744','no'),(3505,'_transient_timeout_feed_bf9be1b90efddca1b5bab056c013d127','1646962944','no'),(3506,'_transient_feed_bf9be1b90efddca1b5bab056c013d127','a:4:{s:5:\"child\";a:1:{s:0:\"\";a:1:{s:3:\"rss\";a:1:{i:0;a:6:{s:4:\"data\";s:2:\"\n\n\";s:7:\"attribs\";a:1:{s:0:\"\";a:1:{s:7:\"version\";s:4:\"0.92\";}}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:1:{s:7:\"channel\";a:1:{i:0;a:6:{s:4:\"data\";s:37:\"\n \n \n \n \n \n \n\n \n\n \n \n \n \n \n \n \n \n \n \n\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:7:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:54:\"Deutschsprachiger Channel – WordPress Deutsch Planet\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:23:\"https://de.planetwp.org\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:103:\"Der Planet listet Inhalte ausgewählter Blogs auf, die regelmäßig Beiträge zu WordPress publizieren.\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:13:\"lastBuildDate\";a:1:{i:0;a:5:{s:4:\"data\";s:30:\"Mo, 07 Mrz 2022 11:11:00 +0000\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"docs\";a:1:{i:0;a:5:{s:4:\"data\";s:34:\"http://backend.userland.com/rss092\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:8:\"language\";a:1:{i:0;a:5:{s:4:\"data\";s:5:\"de-DE\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"item\";a:10:{i:0;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress: Block-Vorlagen nutzen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:65:\"https://www.perun.net/2022/03/07/wordpress-block-vorlagen-nutzen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:1;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:50:\"Block-Editor: Standardgröße von Bildern anpassen\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:77:\"https://epiph.yt/blog/2022/block-editor-standardgroesse-von-bildern-anpassen/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:2;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"Als Volunteer auf einem WordCamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:66:\"https://kau-boys.de/4507/wordcamp/als-volunteer-auf-einem-wordcamp\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:3;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:81:\"WordPress News #326 / 300. WP Letter, Adblocker, Script-Loading und WordPress 6.0\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://feed.wpletter.de/link/14399/15093545/326\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:4;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:40:\"Lokale Google Fonts als WordPress-Plugin\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:74:\"https://www.perun.net/2022/02/16/lokale-google-fonts-als-wordpress-plugin/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:5;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:71:\"WordPress News #325 / Sicherheitslücke in Plugin, Tracking in Browsern\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://feed.wpletter.de/link/14399/15079983/325\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:6;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:56:\"Google-Fonts lokal in einer WordPress-Installation laden\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:90:\"https://www.perun.net/2022/02/08/google-fonts-lokal-in-einer-wordpress-installation-laden/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:7;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:72:\"WordPress News #324 / Gutenberg-Performance, Super-List-Block, CMS-Churn\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:48:\"https://feed.wpletter.de/link/14399/15063729/324\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:8;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:42:\"WordPress 5.9 verunsichert User beim Login\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:76:\"https://www.perun.net/2022/02/01/wordpress-5-9-verunsichert-user-beim-login/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}i:9;a:6:{s:4:\"data\";s:13:\"\n \n \n \n \";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";s:5:\"child\";a:1:{s:0:\"\";a:3:{s:5:\"title\";a:1:{i:0;a:5:{s:4:\"data\";s:32:\"WordPress 5.9 – ein Überblick\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:11:\"description\";a:1:{i:0;a:5:{s:4:\"data\";s:0:\"\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}s:4:\"link\";a:1:{i:0;a:5:{s:4:\"data\";s:62:\"https://www.perun.net/2022/01/13/wordpress-5-9-ein-ueberblick/\";s:7:\"attribs\";a:0:{}s:8:\"xml_base\";s:0:\"\";s:17:\"xml_base_explicit\";b:0;s:8:\"xml_lang\";s:0:\"\";}}}}}}}}}}}}}}}}s:4:\"type\";i:8;s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":8:{s:7:\"\0*\0data\";a:7:{s:4:\"date\";s:29:\"Thu, 10 Mar 2022 13:42:24 GMT\";s:6:\"server\";s:6:\"Apache\";s:4:\"link\";s:60:\"; rel=\"https://api.w.org/\"\";s:7:\"upgrade\";s:6:\"h2,h2c\";s:13:\"last-modified\";s:29:\"Mon, 07 Mar 2022 11:11:00 GMT\";s:4:\"etag\";s:34:\"\"e110a34fad439582ec3105ebece056b6\"\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";}s:4:\"date\";s:29:\"Thu, 10 Mar 2022 13:42:24 GMT\";s:6:\"server\";s:6:\"Apache\";s:4:\"link\";s:60:\"; rel=\"https://api.w.org/\"\";s:7:\"upgrade\";s:6:\"h2,h2c\";s:13:\"last-modified\";s:29:\"Mon, 07 Mar 2022 11:11:00 GMT\";s:4:\"etag\";s:34:\"\"e110a34fad439582ec3105ebece056b6\"\";s:12:\"content-type\";s:34:\"application/rss+xml; charset=UTF-8\";}s:5:\"build\";s:14:\"20220308104916\";}','no'),(3507,'_transient_timeout_feed_mod_bf9be1b90efddca1b5bab056c013d127','1646962944','no'),(3508,'_transient_feed_mod_bf9be1b90efddca1b5bab056c013d127','1646919744','no'),(3509,'_transient_timeout_dash_v2_7a95e59929cd01b56eaa941047cd95b8','1646962944','no'),(3510,'_transient_dash_v2_7a95e59929cd01b56eaa941047cd95b8','','no'),(3513,'_et_builder_gf_feature_cache','a:2:{i:0;s:73:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"enable_all_character_sets\":\"false\"}\";i:1;a:1:{s:155:\"https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap\";a:1:{s:12:\"google-fonts\";s:7912:\"/* Original: https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800&subset=latin,latin-ext&display=swap *//* User Agent: Mozilla/5.0 (Unknown; Linux x86_64) AppleWebKit/538.1 (KHTML, like Gecko) Safari/538.1 Daum/4.1 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4exQ.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVc.ttf) format(\'truetype\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVc.ttf) format(\'truetype\');}/* User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:27.0) Gecko/20100101 Firefox/27.0 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4exg.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVQ.woff) format(\'woff\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVQ.woff) format(\'woff\');}/* User Agent: Mozilla/5.0 (Windows NT 6.3; rv:39.0) Gecko/20100101 Firefox/39.0 */@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk5hkWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: italic;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk0ZjWV4ewA.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 300;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsiH0B4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 400;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsjZ0B4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 600;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsgH1x4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 700;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgsg-1x4uaVI.woff2) format(\'woff2\');}@font-face {font-family: \'Open Sans\';font-style: normal;font-weight: 800;font-stretch: normal;font-display: swap;src: url(https://fonts.gstatic.com/s/opensans/v28/memSYaGs126MiZpBA-UvWbX2vVnXBbObj2OVZyOOSr4dVJWUgshZ1x4uaVI.woff2) format(\'woff2\');}\";}}}','yes'),(3516,'_et_builder_da_feature_cache','a:2:{i:0;s:37:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\"}\";i:1;a:2:{s:8:\"notfound\";a:2:{s:29:\"_et_dynamic_cached_attributes\";a:114:{s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}s:29:\"_et_dynamic_cached_shortcodes\";a:10:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_menu\";i:4;s:10:\"et_pb_code\";i:5;s:11:\"et_pb_image\";i:6;s:17:\"dsm_typing_effect\";i:7;s:12:\"et_pb_button\";i:8;s:10:\"et_pb_text\";i:9;s:10:\"et_pb_icon\";}}s:7:\"archive\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_menu\";i:4;s:10:\"et_pb_code\";i:5;s:11:\"et_pb_image\";i:6;s:10:\"et_pb_text\";i:7;s:10:\"et_pb_icon\";}s:29:\"_et_dynamic_cached_attributes\";a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}}}}','yes'),(3527,'_site_transient_timeout_divisupremepro-check_for_plugin_update_b9669b67eac16900aa930755a0bb034b','1646935711','no'),(3528,'_site_transient_divisupremepro-check_for_plugin_update_b9669b67eac16900aa930755a0bb034b','a:6:{s:7:\"headers\";O:42:\"Requests_Utility_CaseInsensitiveDictionary\":9:{s:7:\"\0*\0data\";a:8:{s:12:\"content-type\";s:24:\"text/html; charset=UTF-8\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:14:\"content-length\";s:2:\"82\";s:4:\"date\";s:29:\"Thu, 10 Mar 2022 14:08:31 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:25:\"strict-transport-security\";s:16:\"max-age=15552000\";s:7:\"alt-svc\";s:167:\"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\"\";}s:12:\"content-type\";s:24:\"text/html; charset=UTF-8\";s:16:\"content-encoding\";s:4:\"gzip\";s:4:\"vary\";s:15:\"Accept-Encoding\";s:14:\"content-length\";s:2:\"82\";s:4:\"date\";s:29:\"Thu, 10 Mar 2022 14:08:31 GMT\";s:6:\"server\";s:9:\"LiteSpeed\";s:25:\"strict-transport-security\";s:16:\"max-age=15552000\";s:7:\"alt-svc\";s:167:\"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\"\";}s:4:\"body\";s:73:\"[{\"status\":\"error\",\"status_code\":\"e002\",\"message\":\"Invalid licence key\"}]\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;s:13:\"http_response\";O:25:\"WP_HTTP_Requests_Response\":5:{s:11:\"\0*\0response\";O:17:\"Requests_Response\":10:{s:4:\"body\";s:73:\"[{\"status\":\"error\",\"status_code\":\"e002\",\"message\":\"Invalid licence key\"}]\";s:3:\"raw\";s:497:\"HTTP/1.1 200 OK\r\ncontent-type: text/html; charset=UTF-8\r\ncontent-encoding: gzip\r\nvary: Accept-Encoding\r\ncontent-length: 82\r\ndate: Thu, 10 Mar 2022 14:08:31 GMT\r\nserver: LiteSpeed\r\nstrict-transport-security: max-age=15552000\r\nalt-svc: h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\"\r\nconnection: close\r\n\r\n[{\"status\":\"error\",\"status_code\":\"e002\",\"message\":\"Invalid licence key\"}]\";s:7:\"headers\";O:25:\"Requests_Response_Headers\":1:{s:7:\"\0*\0data\";a:8:{s:12:\"content-type\";a:1:{i:0;s:24:\"text/html; charset=UTF-8\";}s:16:\"content-encoding\";a:1:{i:0;s:4:\"gzip\";}s:4:\"vary\";a:1:{i:0;s:15:\"Accept-Encoding\";}s:14:\"content-length\";a:1:{i:0;s:2:\"82\";}s:4:\"date\";a:1:{i:0;s:29:\"Thu, 10 Mar 2022 14:08:31 GMT\";}s:6:\"server\";a:1:{i:0;s:9:\"LiteSpeed\";}s:25:\"strict-transport-security\";a:1:{i:0;s:16:\"max-age=15552000\";}s:7:\"alt-svc\";a:1:{i:0;s:167:\"h3=\":443\"; ma=2592000, h3-29=\":443\"; ma=2592000, h3-Q050=\":443\"; ma=2592000, h3-Q046=\":443\"; ma=2592000, h3-Q043=\":443\"; ma=2592000, quic=\":443\"; ma=2592000; v=\"43,46\"\";}}}s:11:\"status_code\";i:200;s:16:\"protocol_version\";d:1.100000000000000088817841970012523233890533447265625;s:7:\"success\";b:1;s:9:\"redirects\";i:0;s:3:\"url\";s:181:\"https://divisupreme.com/index.php?woo_sl_action=plugin_update&version=3.8.7&product_unique_id=DSM-PRO&licence_key=&domain=stage.physio-skalsky.at%2Fwp&wp-version=5.9&api_version=1.1\";s:7:\"history\";a:0:{}s:7:\"cookies\";O:19:\"Requests_Cookie_Jar\":1:{s:10:\"\0*\0cookies\";a:0:{}}}s:11:\"\0*\0filename\";N;s:4:\"data\";N;s:7:\"headers\";N;s:6:\"status\";N;}}','no'),(3529,'_transient_timeout_yst_sm_1_1:3PsbN_3RTcJ','1647007737','no'),(3530,'_transient_yst_sm_1_1:3PsbN_3RTcJ','O:24:\"WPSEO_Sitemap_Cache_Data\":2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:387:\"\n \n https://stage.physio-skalsky.at/post-sitemap.xml\n \n \n https://stage.physio-skalsky.at/page-sitemap.xml\n 2022-03-04T16:06:37+00:00\n \n \n https://stage.physio-skalsky.at/project-sitemap.xml\n \n\";}','no'),(3531,'_transient_timeout_yst_sm_post_1:3PsbN_3RTcL','1647007744','no'),(3532,'_transient_yst_sm_post_1:3PsbN_3RTcL','O:24:\"WPSEO_Sitemap_Cache_Data\":2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:421:\"\n\";}','no'),(3533,'_transient_timeout_yst_sm_project_1:3PsbN_3PEjf','1647007752','no'),(3534,'_transient_yst_sm_project_1:3PsbN_3PEjf','O:24:\"WPSEO_Sitemap_Cache_Data\":2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:490:\"\n \n https://stage.physio-skalsky.at/project/\n \n\";}','no'),(3535,'_transient_timeout_yst_sm_page_1:3PsbN_5cwEJ','1647007752','no'),(3536,'_transient_yst_sm_page_1:3PsbN_5cwEJ','O:24:\"WPSEO_Sitemap_Cache_Data\":2:{s:6:\"status\";s:2:\"ok\";s:3:\"xml\";s:2827:\"\n \n https://stage.physio-skalsky.at/\n 2022-03-04T15:57:23+00:00\n \n \n https://stage.physio-skalsky.at/konzept/\n 2022-02-28T10:28:11+00:00\n \n \n https://stage.physio-skalsky.at/datenschutz/\n 2022-02-28T16:01:53+00:00\n \n \n https://stage.physio-skalsky.at/leistungen/sportphysiotherapie/\n 2022-03-03T08:59:13+00:00\n \n \n https://stage.physio-skalsky.at/leistungen/laufphysiotherapie/\n 2022-03-03T09:05:34+00:00\n \n \n https://stage.physio-skalsky.at/leistungen/vortraege-gesundheitsfoerderung/\n 2022-03-03T09:13:33+00:00\n \n \n https://stage.physio-skalsky.at/konzept/motivation/\n 2022-03-03T09:38:09+00:00\n \n \n https://stage.physio-skalsky.at/konzept/praevention/\n 2022-03-03T09:39:31+00:00\n \n \n https://stage.physio-skalsky.at/konzept/rehabilitation/\n 2022-03-03T09:40:36+00:00\n \n \n https://stage.physio-skalsky.at/team/cornelia-bucher/\n 2022-03-03T12:44:31+00:00\n \n \n https://stage.physio-skalsky.at/team/melih-erdogan/\n 2022-03-03T12:51:01+00:00\n \n \n https://stage.physio-skalsky.at/team/\n 2022-03-03T15:32:30+00:00\n \n \n https://stage.physio-skalsky.at/team/daniel-skalsky/\n 2022-03-04T10:29:36+00:00\n \n \n https://stage.physio-skalsky.at/team/marion-gasser-muessigmann/\n 2022-03-04T13:13:02+00:00\n \n \n https://stage.physio-skalsky.at/praxis/\n 2022-03-04T13:14:34+00:00\n \n \n https://stage.physio-skalsky.at/kontakt/\n 2022-03-04T13:31:07+00:00\n \n \n https://stage.physio-skalsky.at/leistungen/physiotherapie/\n 2022-03-04T13:42:20+00:00\n \n \n https://stage.physio-skalsky.at/team/offene-stellen/\n 2022-03-04T16:01:32+00:00\n \n \n https://stage.physio-skalsky.at/leistungen/\n 2022-03-04T16:06:37+00:00\n \n\";}','no'),(3539,'_transient_timeout_yoast_i18n_wordpress-seo_de_AT','1647007789','no'),(3540,'_transient_yoast_i18n_wordpress-seo_de_AT','O:8:\"stdClass\":14:{s:2:\"id\";i:14760453;s:4:\"name\";s:16:\"German (Austria)\";s:4:\"slug\";s:7:\"default\";s:10:\"project_id\";i:3158;s:6:\"locale\";s:5:\"de-at\";s:13:\"current_count\";i:0;s:18:\"untranslated_count\";i:1360;s:13:\"waiting_count\";i:97;s:11:\"fuzzy_count\";i:0;s:9:\"all_count\";i:1456;s:14:\"warnings_count\";i:0;s:18:\"percent_translated\";i:0;s:9:\"wp_locale\";s:5:\"de_AT\";s:13:\"last_modified\";b:0;}','no'),(3577,'redirection_options','a:31:{s:7:\"support\";b:0;s:5:\"token\";s:32:\"fc36f1e9989536fe669c8794bfb5ac23\";s:12:\"monitor_post\";i:0;s:13:\"monitor_types\";a:0:{}s:19:\"associated_redirect\";s:0:\"\";s:11:\"auto_target\";s:0:\"\";s:15:\"expire_redirect\";i:7;s:10:\"expire_404\";i:7;s:12:\"log_external\";b:0;s:10:\"log_header\";b:0;s:10:\"track_hits\";b:1;s:7:\"modules\";a:0:{}s:10:\"newsletter\";b:0;s:14:\"redirect_cache\";i:1;s:10:\"ip_logging\";i:1;s:13:\"last_group_id\";i:0;s:8:\"rest_api\";i:0;s:5:\"https\";b:0;s:7:\"headers\";a:0:{}s:8:\"database\";s:0:\"\";s:8:\"relocate\";s:0:\"\";s:16:\"preferred_domain\";s:0:\"\";s:7:\"aliases\";a:0:{}s:10:\"permalinks\";a:0:{}s:9:\"cache_key\";i:0;s:13:\"plugin_update\";s:6:\"prompt\";s:13:\"update_notice\";i:0;s:10:\"flag_query\";s:5:\"exact\";s:9:\"flag_case\";b:0;s:13:\"flag_trailing\";b:0;s:10:\"flag_regex\";b:0;}','yes'),(3588,'_site_transient_timeout_theme_roots','1646926443','no'),(3589,'_site_transient_theme_roots','a:2:{s:4:\"Divi\";s:7:\"/themes\";s:10:\"divi-child\";s:7:\"/themes\";}','no'),(3591,'_transient_timeout_global_styles_divi-child','1646925198','no'),(3592,'_transient_global_styles_divi-child','body{--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--duotone--dark-grayscale: url(\'#wp-duotone-dark-grayscale\');--wp--preset--duotone--grayscale: url(\'#wp-duotone-grayscale\');--wp--preset--duotone--purple-yellow: url(\'#wp-duotone-purple-yellow\');--wp--preset--duotone--blue-red: url(\'#wp-duotone-blue-red\');--wp--preset--duotone--midnight: url(\'#wp-duotone-midnight\');--wp--preset--duotone--magenta-yellow: url(\'#wp-duotone-magenta-yellow\');--wp--preset--duotone--purple-green: url(\'#wp-duotone-purple-green\');--wp--preset--duotone--blue-orange: url(\'#wp-duotone-blue-orange\');--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}','no'),(3606,'_transient_doing_cron','1646925911.1979639530181884765625','yes'),(3607,'_transient_timeout_et_core_path','1647012361','no'),(3608,'_transient_et_core_path','/users/physio-skalsky/www/stage-physio-skalsky/releases/20220310-1623-0507a112-release/web/app/themes/Divi/core','no'),(3609,'_transient_timeout_et_core_version','1647012361','no'),(3610,'_transient_et_core_version','4.14.7','no'); /*!40000 ALTER TABLE `wp_options` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_postmeta` -- DROP TABLE IF EXISTS `wp_postmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_postmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `post_id` (`post_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=3436 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_postmeta` -- LOCK TABLES `wp_postmeta` WRITE; /*!40000 ALTER TABLE `wp_postmeta` DISABLE KEYS */; INSERT INTO `wp_postmeta` VALUES (1,2,'_wp_page_template','default'),(2,3,'_wp_page_template','default'),(3,4,'_form','\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n[submit \"Absenden\"]'),(4,4,'_mail','a:9:{s:6:\"active\";b:1;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:43:\"[_site_title] \";s:9:\"recipient\";s:19:\"[_site_admin_email]\";s:4:\"body\";s:163:\"From: [your-name] <[your-email]>\nSubject: [your-subject]\n\nMessage Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:22:\"Reply-To: [your-email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(5,4,'_mail_2','a:9:{s:6:\"active\";b:0;s:7:\"subject\";s:30:\"[_site_title] \"[your-subject]\"\";s:6:\"sender\";s:26:\"[_site_title] \";s:9:\"recipient\";s:12:\"[your-email]\";s:4:\"body\";s:105:\"Message Body:\n[your-message]\n\n-- \nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\";s:18:\"additional_headers\";s:29:\"Reply-To: [_site_admin_email]\";s:11:\"attachments\";s:0:\"\";s:8:\"use_html\";b:0;s:13:\"exclude_blank\";b:0;}'),(6,4,'_messages','a:22:{s:12:\"mail_sent_ok\";s:45:\"Thank you for your message. It has been sent.\";s:12:\"mail_sent_ng\";s:71:\"There was an error trying to send your message. Please try again later.\";s:16:\"validation_error\";s:61:\"One or more fields have an error. Please check and try again.\";s:4:\"spam\";s:71:\"There was an error trying to send your message. Please try again later.\";s:12:\"accept_terms\";s:69:\"You must accept the terms and conditions before sending your message.\";s:16:\"invalid_required\";s:22:\"The field is required.\";s:16:\"invalid_too_long\";s:22:\"The field is too long.\";s:17:\"invalid_too_short\";s:23:\"The field is too short.\";s:13:\"upload_failed\";s:46:\"There was an unknown error uploading the file.\";s:24:\"upload_file_type_invalid\";s:49:\"You are not allowed to upload files of this type.\";s:21:\"upload_file_too_large\";s:20:\"The file is too big.\";s:23:\"upload_failed_php_error\";s:38:\"There was an error uploading the file.\";s:12:\"invalid_date\";s:29:\"The date format is incorrect.\";s:14:\"date_too_early\";s:44:\"The date is before the earliest one allowed.\";s:13:\"date_too_late\";s:41:\"The date is after the latest one allowed.\";s:14:\"invalid_number\";s:29:\"The number format is invalid.\";s:16:\"number_too_small\";s:47:\"The number is smaller than the minimum allowed.\";s:16:\"number_too_large\";s:46:\"The number is larger than the maximum allowed.\";s:23:\"quiz_answer_not_correct\";s:36:\"The answer to the quiz is incorrect.\";s:13:\"invalid_email\";s:38:\"The e-mail address entered is invalid.\";s:11:\"invalid_url\";s:19:\"The URL is invalid.\";s:11:\"invalid_tel\";s:32:\"The telephone number is invalid.\";}'),(7,4,'_additional_settings',''),(8,4,'_locale','de_AT'),(13,2,'_wp_trash_meta_status','publish'),(14,2,'_wp_trash_meta_time','1644481830'),(15,2,'_wp_desired_post_slug','sample-page'),(16,3,'_wp_trash_meta_status','draft'),(17,3,'_wp_trash_meta_time','1644481833'),(18,3,'_wp_desired_post_slug','privacy-policy'),(19,8,'_edit_lock','1646400778:1'),(20,8,'_et_pb_use_builder','on'),(21,8,'_et_gb_content_width',''),(22,8,'_edit_last','1'),(23,8,'_et_pb_post_hide_nav','default'),(24,8,'_et_pb_page_layout','et_right_sidebar'),(25,8,'_et_pb_side_nav','off'),(26,8,'_yoast_wpseo_content_score','60'),(27,8,'_yoast_wpseo_estimated-reading-time-minutes','0'),(28,8,'_et_pb_built_for_post_type','page'),(29,8,'_et_pb_ab_subjects',''),(30,8,'_et_pb_enable_shortcode_tracking',''),(31,8,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"8\" /]'),(32,8,'_et_pb_custom_css',''),(33,8,'_et_pb_gutter_width','3'),(34,8,'_thumbnail_id','0'),(35,8,'_global_colors_info','{}'),(36,8,'_et_pb_first_image',''),(37,8,'_et_pb_truncate_post',''),(38,8,'_et_pb_truncate_post_date',''),(39,8,'_et_builder_version','VB|Divi|4.14.7'),(40,8,'_et_pb_show_page_creation','off'),(41,14,'_wp_trash_meta_status','publish'),(42,14,'_wp_trash_meta_time','1644482847'),(43,15,'_wp_attached_file','2022/02/skalsky_website_icon.png'),(44,15,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:32:\"2022/02/skalsky_website_icon.png\";s:5:\"sizes\";a:7:{s:6:\"medium\";a:4:{s:4:\"file\";s:32:\"skalsky_website_icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:32:\"skalsky_website_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:32:\"skalsky_website_icon-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:32:\"skalsky_website_icon-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:32:\"skalsky_website_icon-500x382.png\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:32:\"skalsky_website_icon-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:32:\"skalsky_website_icon-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(45,16,'_wp_attached_file','2022/02/cropped-skalsky_website_icon.png'),(46,16,'_wp_attachment_context','site-icon'),(47,16,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:40:\"2022/02/cropped-skalsky_website_icon.png\";s:5:\"sizes\";a:11:{s:6:\"medium\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-270\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-192\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";}s:13:\"site_icon-180\";a:4:{s:4:\"file\";s:40:\"cropped-skalsky_website_icon-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";}s:12:\"site_icon-32\";a:4:{s:4:\"file\";s:38:\"cropped-skalsky_website_icon-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(48,17,'_wp_trash_meta_status','publish'),(49,17,'_wp_trash_meta_time','1644483001'),(50,18,'_wp_trash_meta_status','publish'),(51,18,'_wp_trash_meta_time','1644483092'),(52,19,'_wp_trash_meta_status','publish'),(53,19,'_wp_trash_meta_time','1644483115'),(54,20,'_wp_trash_meta_status','publish'),(55,20,'_wp_trash_meta_time','1644483151'),(58,21,'_et_pb_use_builder','on'),(59,21,'_et_pb_show_page_creation','on'),(60,24,'_et_autogenerated_title','0'),(61,24,'_et_default','1'),(62,24,'_et_enabled','1'),(63,24,'_et_header_layout_id','21'),(64,24,'_et_header_layout_enabled','1'),(65,24,'_et_body_layout_id','0'),(66,24,'_et_body_layout_enabled','1'),(67,24,'_et_footer_layout_id','0'),(68,24,'_et_footer_layout_enabled','1'),(69,23,'_et_template','24'),(70,23,'_wp_trash_meta_status','auto-draft'),(71,23,'_wp_trash_meta_time','1644483377'),(72,23,'_wp_desired_post_slug',''),(73,24,'_et_theme_builder_marked_as_unused','2022-02-10 08:56:17'),(74,21,'_et_theme_builder_marked_as_unused','2022-02-10 08:56:17'),(75,25,'_et_pb_use_builder','on'),(76,25,'_et_pb_show_page_creation','off'),(77,26,'_wp_attached_file','2022/02/skalsky_logo.svg'),(78,29,'_et_autogenerated_title','0'),(79,29,'_et_default','1'),(80,29,'_et_enabled','1'),(81,29,'_et_header_layout_id','25'),(82,29,'_et_header_layout_enabled','1'),(83,29,'_et_body_layout_id','0'),(84,29,'_et_body_layout_enabled','1'),(85,29,'_et_footer_layout_id','0'),(86,29,'_et_footer_layout_enabled','1'),(87,28,'_et_template','29'),(88,25,'_et_pb_built_for_post_type','page'),(89,25,'_et_pb_ab_subjects',''),(90,25,'_et_pb_enable_shortcode_tracking',''),(91,25,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"25\" /]'),(92,25,'_et_pb_custom_css',''),(93,25,'_et_pb_gutter_width','2'),(94,25,'_thumbnail_id','0'),(95,25,'_global_colors_info','{}'),(96,25,'_et_pb_first_image',''),(97,25,'_et_pb_truncate_post',''),(98,25,'_et_pb_truncate_post_date',''),(99,25,'_et_builder_version','VB|Divi|4.14.7'),(100,32,'_et_autogenerated_title','0'),(101,32,'_et_default','1'),(102,32,'_et_enabled','1'),(103,32,'_et_header_layout_id','25'),(104,32,'_et_header_layout_enabled','1'),(105,32,'_et_body_layout_id','0'),(106,32,'_et_body_layout_enabled','1'),(107,32,'_et_footer_layout_id','34'),(108,32,'_et_footer_layout_enabled','1'),(110,28,'_wp_trash_meta_status','auto-draft'),(111,28,'_wp_trash_meta_time','1644483962'),(112,28,'_wp_desired_post_slug',''),(113,29,'_et_theme_builder_marked_as_unused','2022-02-10 09:06:02'),(116,34,'_et_pb_use_builder','on'),(118,34,'_et_pb_built_for_post_type','page'),(119,34,'_et_pb_enable_shortcode_tracking',''),(120,34,'_et_pb_custom_css',''),(121,34,'_et_pb_gutter_width','2'),(122,34,'_et_pb_first_image',''),(123,34,'_et_pb_truncate_post',''),(124,34,'_et_pb_truncate_post_date',''),(125,34,'_et_builder_version','VB|Divi|4.14.7'),(126,34,'_et_pb_ab_subjects',''),(127,34,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"34\" /]'),(128,34,'_thumbnail_id','0'),(129,34,'_global_colors_info','{}'),(130,38,'_et_autogenerated_title','0'),(131,38,'_et_default','1'),(132,38,'_et_enabled','1'),(133,38,'_et_header_layout_id','25'),(134,38,'_et_header_layout_enabled','1'),(135,38,'_et_body_layout_id','0'),(136,38,'_et_body_layout_enabled','1'),(137,38,'_et_footer_layout_id','34'),(138,38,'_et_footer_layout_enabled','1'),(139,37,'_et_template','38'),(140,39,'_wp_attached_file','2022/02/skalsky_logo_weiss.svg'),(141,34,'_et_pb_show_page_creation','off'),(145,37,'_wp_trash_meta_status','auto-draft'),(146,37,'_wp_trash_meta_time','1644484379'),(147,37,'_wp_desired_post_slug',''),(148,38,'_et_theme_builder_marked_as_unused','2022-02-10 09:12:59'),(150,8,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(162,78,'_wp_attached_file','2022/02/SKAL_Header_1440x550_03.mp4'),(163,78,'_wp_attachment_metadata','a:10:{s:7:\"bitrate\";i:722361;s:8:\"filesize\";i:910224;s:9:\"mime_type\";s:15:\"video/quicktime\";s:6:\"length\";i:10;s:16:\"length_formatted\";s:4:\"0:10\";s:5:\"width\";i:1440;s:6:\"height\";i:650;s:10:\"fileformat\";s:3:\"mp4\";s:10:\"dataformat\";s:9:\"quicktime\";s:17:\"created_timestamp\";i:-2082844800;}'),(202,125,'_wp_attached_file','2022/02/portrait_01.jpg'),(203,125,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:23:\"2022/02/portrait_01.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"portrait_01-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"portrait_01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"portrait_01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:23:\"portrait_01-683x675.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"portrait_01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"portrait_01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"portrait_01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"portrait_01-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(255,190,'_wp_attached_file','2022/02/portrait_02.jpg'),(256,190,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2022/02/portrait_02.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"portrait_02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portrait_02-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"portrait_02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"portrait_02-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"portrait_02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"portrait_02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"portrait_02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"portrait_02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"portrait_02-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"portrait_02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"portrait_02-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"portrait_02-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(257,191,'_wp_attached_file','2022/02/portrait_03.jpg'),(258,191,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:23:\"2022/02/portrait_03.jpg\";s:5:\"sizes\";a:12:{s:6:\"medium\";a:4:{s:4:\"file\";s:23:\"portrait_03-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:5:\"large\";a:4:{s:4:\"file\";s:25:\"portrait_03-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:23:\"portrait_03-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:12:\"medium_large\";a:4:{s:4:\"file\";s:23:\"portrait_03-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:23:\"portrait_03-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:24:\"portrait_03-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:23:\"portrait_03-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:23:\"portrait_03-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-image-single\";a:4:{s:4:\"file\";s:25:\"portrait_03-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:23:\"portrait_03-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-image--responsive--tablet\";a:4:{s:4:\"file\";s:23:\"portrait_03-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:23:\"portrait_03-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(262,194,'_wp_attached_file','2022/02/portrait_01-1.jpg'),(263,194,'_wp_attachment_metadata','a:5:{s:5:\"width\";i:683;s:6:\"height\";i:1024;s:4:\"file\";s:25:\"2022/02/portrait_01-1.jpg\";s:5:\"sizes\";a:8:{s:6:\"medium\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:9:\"thumbnail\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-post-main-image\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:31:\"et-pb-post-main-image-fullwidth\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-683x675.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"et-pb-portfolio-image\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:28:\"et-pb-portfolio-module-image\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:35:\"et-pb-gallery-module-image-portrait\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"et-pb-image--responsive--phone\";a:4:{s:4:\"file\";s:25:\"portrait_01-1-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),(275,202,'_wp_trash_meta_status','publish'),(276,202,'_wp_trash_meta_time','1644833359'),(424,327,'_edit_lock','1645086553:1'),(425,327,'_edit_last','1'),(426,327,'_et_pb_post_hide_nav','default'),(427,327,'_et_pb_page_layout','et_right_sidebar'),(428,327,'_et_pb_side_nav','off'),(429,327,'_yoast_wpseo_content_score','60'),(430,327,'_yoast_wpseo_estimated-reading-time-minutes','0'),(431,329,'_edit_lock','1645086575:1'),(432,329,'_edit_last','1'),(433,329,'_et_pb_post_hide_nav','default'),(434,329,'_et_pb_page_layout','et_right_sidebar'),(435,329,'_et_pb_side_nav','off'),(436,329,'_yoast_wpseo_content_score','60'),(437,329,'_yoast_wpseo_estimated-reading-time-minutes','0'),(438,331,'_edit_lock','1645086589:1'),(439,331,'_edit_last','1'),(440,331,'_et_pb_post_hide_nav','default'),(441,331,'_et_pb_page_layout','et_right_sidebar'),(442,331,'_et_pb_side_nav','off'),(443,331,'_yoast_wpseo_content_score','60'),(444,331,'_yoast_wpseo_estimated-reading-time-minutes','0'),(445,333,'_edit_lock','1645689781:1'),(446,333,'_edit_last','1'),(447,333,'_et_pb_post_hide_nav','default'),(448,333,'_et_pb_page_layout','et_right_sidebar'),(449,333,'_et_pb_side_nav','off'),(450,333,'_yoast_wpseo_estimated-reading-time-minutes','0'),(451,333,'_yoast_wpseo_content_score','60'),(452,336,'_edit_lock','1645086613:1'),(453,336,'_edit_last','1'),(454,336,'_et_pb_post_hide_nav','default'),(455,336,'_et_pb_page_layout','et_right_sidebar'),(456,336,'_et_pb_side_nav','off'),(457,336,'_yoast_wpseo_content_score','60'),(458,336,'_yoast_wpseo_estimated-reading-time-minutes','0'),(459,338,'_edit_lock','1645086693:1'),(460,338,'_edit_last','1'),(461,338,'_et_pb_post_hide_nav','default'),(462,338,'_et_pb_page_layout','et_right_sidebar'),(463,338,'_et_pb_side_nav','off'),(464,338,'_yoast_wpseo_content_score','60'),(465,338,'_yoast_wpseo_estimated-reading-time-minutes','0'),(466,338,'_wp_page_template','default'),(467,340,'_menu_item_type','post_type'),(468,340,'_menu_item_menu_item_parent','0'),(469,340,'_menu_item_object_id','336'),(470,340,'_menu_item_object','page'),(471,340,'_menu_item_target',''),(472,340,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(473,340,'_menu_item_xfn',''),(474,340,'_menu_item_url',''),(485,342,'_menu_item_type','post_type'),(486,342,'_menu_item_menu_item_parent','0'),(487,342,'_menu_item_object_id','331'),(488,342,'_menu_item_object','page'),(489,342,'_menu_item_target',''),(490,342,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(491,342,'_menu_item_xfn',''),(492,342,'_menu_item_url',''),(494,343,'_menu_item_type','post_type'),(495,343,'_menu_item_menu_item_parent','0'),(496,343,'_menu_item_object_id','329'),(497,343,'_menu_item_object','page'),(498,343,'_menu_item_target',''),(499,343,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(500,343,'_menu_item_xfn',''),(501,343,'_menu_item_url',''),(503,344,'_menu_item_type','post_type'),(504,344,'_menu_item_menu_item_parent','0'),(505,344,'_menu_item_object_id','327'),(506,344,'_menu_item_object','page'),(507,344,'_menu_item_target',''),(508,344,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(509,344,'_menu_item_xfn',''),(510,344,'_menu_item_url',''),(512,345,'_menu_item_type','post_type'),(513,345,'_menu_item_menu_item_parent','344'),(514,345,'_menu_item_object_id','338'),(515,345,'_menu_item_object','page'),(516,345,'_menu_item_target',''),(517,345,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(518,345,'_menu_item_xfn',''),(519,345,'_menu_item_url',''),(524,362,'_et_pb_use_builder','on'),(525,362,'_et_pb_show_page_creation','off'),(526,362,'_et_pb_built_for_post_type','page'),(527,362,'_et_pb_enable_shortcode_tracking',''),(528,362,'_et_pb_custom_css',''),(529,362,'_et_pb_gutter_width','2'),(530,362,'_et_pb_first_image',''),(531,362,'_et_pb_truncate_post',''),(532,362,'_et_pb_truncate_post_date',''),(533,362,'_et_builder_version','VB|Divi|4.14.7'),(534,363,'_et_pb_use_builder','on'),(535,363,'_et_pb_show_page_creation','off'),(536,363,'_et_pb_built_for_post_type','page'),(537,363,'_et_pb_enable_shortcode_tracking',''),(538,363,'_et_pb_custom_css',''),(539,363,'_et_pb_gutter_width','2'),(540,363,'_et_pb_first_image',''),(541,363,'_et_pb_truncate_post',''),(542,363,'_et_pb_truncate_post_date',''),(543,363,'_et_builder_version','VB|Divi|4.14.7'),(544,365,'_et_autogenerated_title','0'),(545,365,'_et_default','1'),(546,365,'_et_enabled','1'),(547,365,'_et_header_layout_id','25'),(548,365,'_et_header_layout_enabled','1'),(549,365,'_et_body_layout_id','0'),(550,365,'_et_body_layout_enabled','1'),(551,365,'_et_footer_layout_id','34'),(552,365,'_et_footer_layout_enabled','1'),(553,366,'_et_autogenerated_title','0'),(554,366,'_et_default','0'),(555,366,'_et_enabled','1'),(556,366,'_et_header_layout_id','25'),(557,366,'_et_header_layout_enabled','1'),(558,366,'_et_body_layout_id','367'),(559,366,'_et_body_layout_enabled','1'),(560,366,'_et_footer_layout_id','34'),(561,366,'_et_footer_layout_enabled','1'),(565,367,'_et_pb_use_builder','on'),(566,367,'_et_pb_show_page_creation','off'),(567,366,'_et_use_on','404'),(568,364,'_et_template','365'),(569,364,'_et_template','366'),(570,367,'_et_pb_built_for_post_type','page'),(571,367,'_et_pb_ab_subjects',''),(572,367,'_et_pb_enable_shortcode_tracking',''),(573,367,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"367\" /]'),(574,367,'_et_pb_custom_css',''),(575,367,'_et_pb_gutter_width','1'),(576,367,'_thumbnail_id','0'),(577,367,'_global_colors_info','{}'),(578,367,'_et_pb_first_image',''),(579,367,'_et_pb_truncate_post',''),(580,367,'_et_pb_truncate_post_date',''),(581,367,'_et_builder_version','VB|Divi|4.14.7'),(582,378,'_et_autogenerated_title','0'),(583,378,'_et_default','0'),(584,378,'_et_enabled','1'),(585,378,'_et_header_layout_id','25'),(586,378,'_et_header_layout_enabled','1'),(587,378,'_et_body_layout_id','367'),(588,378,'_et_body_layout_enabled','1'),(589,378,'_et_footer_layout_id','34'),(590,378,'_et_footer_layout_enabled','1'),(594,364,'_wp_trash_meta_status','auto-draft'),(595,364,'_wp_trash_meta_time','1645088327'),(596,364,'_wp_desired_post_slug',''),(597,365,'_et_theme_builder_marked_as_unused','2022-02-17 08:58:47'),(598,366,'_et_theme_builder_marked_as_unused','2022-02-17 08:58:47'),(599,363,'_et_theme_builder_marked_as_unused','2022-02-17 08:58:47'),(600,362,'_et_theme_builder_marked_as_unused','2022-02-17 08:58:47'),(601,38,'_wp_trash_meta_status','publish'),(602,38,'_wp_trash_meta_time','1645088327'),(603,38,'_wp_desired_post_slug','default-website-template-4'),(604,29,'_wp_trash_meta_status','publish'),(605,29,'_wp_trash_meta_time','1645088327'),(606,29,'_wp_desired_post_slug','default-website-template-2'),(607,24,'_wp_trash_meta_status','publish'),(608,24,'_wp_trash_meta_time','1645088327'),(609,24,'_wp_desired_post_slug','default-website-template'),(610,21,'_wp_trash_meta_status','publish'),(611,21,'_wp_trash_meta_time','1645088327'),(612,21,'_wp_desired_post_slug','theme-builder-layout'),(616,1,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(618,336,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(620,1,'_wp_trash_meta_status','publish'),(621,1,'_wp_trash_meta_time','1645088978'),(622,1,'_wp_desired_post_slug','hello-world'),(623,1,'_wp_trash_meta_comments_status','a:1:{i:1;s:1:\"1\";}'),(624,385,'_menu_item_type','post_type'),(625,385,'_menu_item_menu_item_parent','0'),(626,385,'_menu_item_object_id','8'),(627,385,'_menu_item_object','page'),(628,385,'_menu_item_target',''),(629,385,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(630,385,'_menu_item_xfn',''),(631,385,'_menu_item_url',''),(632,385,'_menu_item_orphaned','1645089024'),(652,338,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(798,327,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(799,327,'_et_pb_use_builder','on'),(800,327,'_et_pb_show_page_creation','off'),(801,327,'_et_pb_old_content',''),(820,8,'_wp_page_template','default'),(836,329,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(839,331,'_et_builder_dynamic_assets_loading_attr_threshold','6'),(842,333,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(887,336,'_et_pb_use_builder','on'),(889,336,'_et_pb_old_content',''),(894,338,'_et_pb_use_builder','on'),(895,338,'_et_pb_show_page_creation','off'),(896,338,'_et_pb_old_content',''),(897,338,'_et_pb_built_for_post_type','page'),(898,338,'_et_pb_ab_subjects',''),(899,338,'_et_pb_enable_shortcode_tracking',''),(900,338,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"338\" /]'),(901,338,'_et_pb_custom_css',''),(902,338,'_et_pb_gutter_width','1'),(903,338,'_thumbnail_id','0'),(904,338,'_global_colors_info','{}'),(905,338,'_et_pb_first_image',''),(906,338,'_et_pb_truncate_post',''),(907,338,'_et_pb_truncate_post_date',''),(908,338,'_et_builder_version','VB|Divi|4.14.7'),(911,327,'_et_pb_built_for_post_type','page'),(912,327,'_et_pb_ab_subjects',''),(913,327,'_et_pb_enable_shortcode_tracking',''),(914,327,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"327\" /]'),(915,327,'_et_pb_custom_css',''),(916,327,'_et_pb_gutter_width','1'),(917,327,'_thumbnail_id','0'),(918,327,'_global_colors_info','{}'),(919,327,'_et_pb_first_image',''),(920,327,'_et_pb_truncate_post',''),(921,327,'_et_pb_truncate_post_date',''),(922,327,'_et_builder_version','VB|Divi|4.14.7'),(992,615,'_edit_lock','1645455502:1'),(993,615,'_et_pb_use_builder','on'),(994,615,'_et_gb_content_width',''),(995,615,'_edit_last','1'),(996,615,'_et_pb_post_hide_nav','default'),(997,615,'_et_pb_page_layout','et_right_sidebar'),(998,615,'_et_pb_side_nav','off'),(999,615,'_yoast_wpseo_content_score','60'),(1000,615,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1001,615,'_et_pb_built_for_post_type','page'),(1002,615,'_et_pb_ab_subjects',''),(1003,615,'_et_pb_enable_shortcode_tracking',''),(1004,615,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"615\" /]'),(1005,615,'_et_pb_custom_css',''),(1006,615,'_et_pb_gutter_width','1'),(1007,615,'_thumbnail_id','0'),(1008,615,'_global_colors_info','{}'),(1009,615,'_et_pb_first_image',''),(1010,615,'_et_pb_truncate_post',''),(1011,615,'_et_pb_truncate_post_date',''),(1012,615,'_et_builder_version','VB|Divi|4.14.7'),(1013,615,'_et_pb_show_page_creation','off'),(1014,615,'_wp_page_template','default'),(1015,618,'_menu_item_type','post_type'),(1016,618,'_menu_item_menu_item_parent','344'),(1017,618,'_menu_item_object_id','615'),(1018,618,'_menu_item_object','page'),(1019,618,'_menu_item_target',''),(1020,618,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1021,618,'_menu_item_xfn',''),(1022,618,'_menu_item_url',''),(1024,344,'_wp_old_date','2022-02-17'),(1025,345,'_wp_old_date','2022-02-17'),(1026,343,'_wp_old_date','2022-02-17'),(1027,342,'_wp_old_date','2022-02-17'),(1029,340,'_wp_old_date','2022-02-17'),(1031,615,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(1095,333,'_wp_page_template','default'),(1101,365,'_wp_trash_meta_status','publish'),(1102,365,'_wp_trash_meta_time','1645689828'),(1103,365,'_wp_desired_post_slug','default-website-template-5'),(1104,366,'_wp_trash_meta_status','publish'),(1105,366,'_wp_trash_meta_time','1645689828'),(1106,366,'_wp_desired_post_slug','404-page'),(1107,363,'_wp_trash_meta_status','publish'),(1108,363,'_wp_trash_meta_time','1645689828'),(1109,363,'_wp_desired_post_slug','default-website-template'),(1110,362,'_wp_trash_meta_status','publish'),(1111,362,'_wp_trash_meta_time','1645689828'),(1112,362,'_wp_desired_post_slug','default-website-template'),(1170,671,'_edit_lock','1645791639:1'),(1171,671,'_et_pb_use_builder','on'),(1172,671,'_et_gb_content_width',''),(1173,671,'_edit_last','1'),(1174,671,'_et_pb_post_hide_nav','default'),(1175,671,'_et_pb_page_layout','et_right_sidebar'),(1176,671,'_et_pb_side_nav','off'),(1177,671,'_yoast_wpseo_content_score','60'),(1178,671,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1179,671,'_et_pb_built_for_post_type','page'),(1180,671,'_et_pb_ab_subjects',''),(1181,671,'_et_pb_enable_shortcode_tracking',''),(1182,671,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"671\" /]'),(1183,671,'_et_pb_custom_css',''),(1184,671,'_et_pb_gutter_width','1'),(1185,671,'_thumbnail_id','0'),(1186,671,'_global_colors_info','{}'),(1187,671,'_et_pb_first_image',''),(1188,671,'_et_pb_truncate_post',''),(1189,671,'_et_pb_truncate_post_date',''),(1190,671,'_et_builder_version','VB|Divi|4.14.7'),(1191,671,'_et_pb_show_page_creation','off'),(1192,671,'_wp_page_template','default'),(1193,680,'_menu_item_type','post_type'),(1194,680,'_menu_item_menu_item_parent','344'),(1195,680,'_menu_item_object_id','671'),(1196,680,'_menu_item_object','page'),(1197,680,'_menu_item_target',''),(1198,680,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1199,680,'_menu_item_xfn',''),(1200,680,'_menu_item_url',''),(1202,344,'_wp_old_date','2022-02-21'),(1203,345,'_wp_old_date','2022-02-21'),(1204,618,'_wp_old_date','2022-02-21'),(1205,343,'_wp_old_date','2022-02-21'),(1206,342,'_wp_old_date','2022-02-21'),(1208,340,'_wp_old_date','2022-02-21'),(1210,671,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(1220,329,'_et_pb_use_builder','on'),(1221,329,'_et_pb_show_page_creation','off'),(1222,329,'_et_pb_old_content',''),(1223,329,'_et_pb_built_for_post_type','page'),(1224,329,'_et_pb_ab_subjects',''),(1225,329,'_et_pb_enable_shortcode_tracking',''),(1226,329,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"329\" /]'),(1227,329,'_et_pb_custom_css',''),(1228,329,'_et_pb_gutter_width','1'),(1229,329,'_thumbnail_id','0'),(1230,329,'_global_colors_info','{}'),(1231,329,'_et_pb_first_image',''),(1232,329,'_et_pb_truncate_post',''),(1233,329,'_et_pb_truncate_post_date',''),(1234,329,'_et_builder_version','VB|Divi|4.14.7'),(1298,714,'_edit_lock','1646296695:1'),(1299,714,'_et_pb_use_builder','on'),(1300,714,'_et_gb_content_width',''),(1301,714,'_edit_last','1'),(1302,714,'_et_pb_post_hide_nav','default'),(1303,714,'_et_pb_page_layout','et_right_sidebar'),(1304,714,'_et_pb_side_nav','off'),(1305,714,'_yoast_wpseo_content_score','60'),(1306,714,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1307,714,'_et_pb_built_for_post_type','page'),(1308,714,'_et_pb_ab_subjects',''),(1309,714,'_et_pb_enable_shortcode_tracking',''),(1310,714,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"714\" /]'),(1311,714,'_et_pb_custom_css',''),(1312,714,'_et_pb_gutter_width','1'),(1313,714,'_thumbnail_id','0'),(1314,714,'_global_colors_info','{}'),(1315,714,'_et_pb_first_image',''),(1316,714,'_et_pb_truncate_post',''),(1317,714,'_et_pb_truncate_post_date',''),(1318,714,'_et_builder_version','VB|Divi|4.14.7'),(1319,714,'_et_pb_show_page_creation','off'),(1320,714,'_wp_page_template','default'),(1321,724,'_menu_item_type','post_type'),(1322,724,'_menu_item_menu_item_parent','343'),(1323,724,'_menu_item_object_id','714'),(1324,724,'_menu_item_object','page'),(1325,724,'_menu_item_target',''),(1326,724,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1327,724,'_menu_item_xfn',''),(1328,724,'_menu_item_url',''),(1331,714,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(1363,331,'_et_pb_use_builder','on'),(1364,331,'_et_pb_show_page_creation','off'),(1365,331,'_et_pb_old_content',''),(1366,331,'_et_pb_built_for_post_type','page'),(1367,331,'_et_pb_ab_subjects',''),(1368,331,'_et_pb_enable_shortcode_tracking',''),(1369,331,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"331\" /]'),(1370,331,'_et_pb_custom_css',''),(1371,331,'_et_pb_gutter_width','1'),(1372,331,'_thumbnail_id','0'),(1373,331,'_global_colors_info','{}'),(1374,331,'_et_pb_first_image',''),(1375,331,'_et_pb_truncate_post',''),(1376,331,'_et_pb_truncate_post_date',''),(1377,331,'_et_builder_version','VB|Divi|4.14.7'),(1378,743,'_menu_item_type','post_type'),(1379,743,'_menu_item_menu_item_parent','0'),(1380,743,'_menu_item_object_id','331'),(1381,743,'_menu_item_object','page'),(1382,743,'_menu_item_target',''),(1383,743,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1384,743,'_menu_item_xfn',''),(1385,743,'_menu_item_url',''),(1386,743,'_menu_item_orphaned','1645697587'),(1447,776,'_edit_lock','1645700380:1'),(1448,776,'_et_pb_use_builder','on'),(1449,776,'_et_gb_content_width',''),(1450,776,'_edit_last','1'),(1451,776,'_et_pb_post_hide_nav','default'),(1452,776,'_et_pb_page_layout','et_right_sidebar'),(1453,776,'_et_pb_side_nav','off'),(1454,776,'_yoast_wpseo_content_score','60'),(1455,776,'_yoast_wpseo_estimated-reading-time-minutes','0'),(1456,776,'_et_pb_built_for_post_type','page'),(1457,776,'_et_pb_ab_subjects',''),(1458,776,'_et_pb_enable_shortcode_tracking',''),(1459,776,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"776\" /]'),(1460,776,'_et_pb_custom_css',''),(1461,776,'_et_pb_gutter_width','1'),(1462,776,'_thumbnail_id','0'),(1463,776,'_global_colors_info','{}'),(1464,776,'_et_pb_first_image',''),(1465,776,'_et_pb_truncate_post',''),(1466,776,'_et_pb_truncate_post_date',''),(1467,776,'_et_builder_version','VB|Divi|4.14.7'),(1468,776,'_et_pb_show_page_creation','off'),(1472,776,'_wp_page_template','default'),(1473,781,'_menu_item_type','post_type'),(1474,781,'_menu_item_menu_item_parent','342'),(1475,781,'_menu_item_object_id','776'),(1476,781,'_menu_item_object','page'),(1477,781,'_menu_item_target',''),(1478,781,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(1479,781,'_menu_item_xfn',''),(1480,781,'_menu_item_url',''),(1483,776,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(1640,897,'_et_pb_use_builder','on'),(1641,897,'_et_pb_show_page_creation','off'),(1642,897,'_et_pb_built_for_post_type','page'),(1643,897,'_et_pb_enable_shortcode_tracking',''),(1644,897,'_et_pb_custom_css',''),(1645,897,'_et_pb_gutter_width','2'),(1646,897,'_et_pb_first_image',''),(1647,897,'_et_pb_truncate_post',''),(1648,897,'_et_pb_truncate_post_date',''),(1649,897,'_et_builder_version','VB|Divi|4.14.7'),(1650,898,'_et_pb_use_builder','on'),(1651,898,'_et_pb_show_page_creation','off'),(1652,898,'_et_pb_built_for_post_type','page'),(1653,898,'_et_pb_enable_shortcode_tracking',''),(1654,898,'_et_pb_custom_css',''),(1655,898,'_et_pb_gutter_width','2'),(1656,898,'_et_pb_first_image',''),(1657,898,'_et_pb_truncate_post',''),(1658,898,'_et_pb_truncate_post_date',''),(1659,898,'_et_builder_version','VB|Divi|4.14.7'),(1660,897,'_et_pb_ab_subjects',''),(1661,897,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"897\" /]'),(1662,897,'_thumbnail_id','0'),(1663,897,'_global_colors_info','{}'),(1664,902,'_et_autogenerated_title','0'),(1665,902,'_et_default','1'),(1666,902,'_et_enabled','1'),(1667,902,'_et_header_layout_id','25'),(1668,902,'_et_header_layout_enabled','1'),(1669,902,'_et_body_layout_id','0'),(1670,902,'_et_body_layout_enabled','1'),(1671,902,'_et_footer_layout_id','34'),(1672,902,'_et_footer_layout_enabled','1'),(1673,903,'_et_autogenerated_title','0'),(1674,903,'_et_default','0'),(1675,903,'_et_enabled','1'),(1676,903,'_et_header_layout_id','25'),(1677,903,'_et_header_layout_enabled','1'),(1678,903,'_et_body_layout_id','367'),(1679,903,'_et_body_layout_enabled','1'),(1680,903,'_et_footer_layout_id','34'),(1681,903,'_et_footer_layout_enabled','1'),(1682,903,'_et_use_on','404'),(1683,904,'_et_autogenerated_title','0'),(1684,904,'_et_default','0'),(1685,904,'_et_enabled','1'),(1686,904,'_et_header_layout_id','897'),(1687,904,'_et_header_layout_enabled','1'),(1688,904,'_et_body_layout_id','0'),(1689,904,'_et_body_layout_enabled','1'),(1690,904,'_et_footer_layout_id','898'),(1691,904,'_et_footer_layout_enabled','1'),(1692,901,'_et_template','902'),(1693,901,'_et_template','903'),(1694,901,'_et_template','904'),(1722,378,'_et_use_on','404'),(1723,31,'_et_template','32'),(1724,31,'_et_template','378'),(1725,901,'_wp_trash_meta_status','auto-draft'),(1726,901,'_wp_trash_meta_time','1645775918'),(1727,901,'_wp_desired_post_slug',''),(1728,902,'_et_theme_builder_marked_as_unused','2022-02-25 07:58:38'),(1729,903,'_et_theme_builder_marked_as_unused','2022-02-25 07:58:38'),(1730,904,'_et_theme_builder_marked_as_unused','2022-02-25 07:58:38'),(1731,898,'_et_theme_builder_marked_as_unused','2022-02-25 07:58:38'),(1732,897,'_et_theme_builder_marked_as_unused','2022-02-25 07:58:38'),(2214,1094,'_edit_lock','1646058226:1'),(2215,1094,'_et_pb_use_builder','on'),(2216,1094,'_et_gb_content_width',''),(2217,1094,'_edit_last','1'),(2218,1094,'_et_pb_post_hide_nav','default'),(2219,1094,'_et_pb_page_layout','et_right_sidebar'),(2220,1094,'_et_pb_side_nav','off'),(2221,1094,'_yoast_wpseo_content_score','60'),(2222,1094,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2223,1094,'_et_pb_built_for_post_type','page'),(2224,1094,'_et_pb_ab_subjects',''),(2225,1094,'_et_pb_enable_shortcode_tracking',''),(2226,1094,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1094\" /]'),(2227,1094,'_et_pb_custom_css',''),(2228,1094,'_et_pb_gutter_width','1'),(2229,1094,'_thumbnail_id','0'),(2230,1094,'_global_colors_info','{}'),(2231,1094,'_et_pb_first_image',''),(2232,1094,'_et_pb_truncate_post',''),(2233,1094,'_et_pb_truncate_post_date',''),(2234,1094,'_et_builder_version','VB|Divi|4.14.7'),(2235,1094,'_et_pb_show_page_creation','off'),(2247,1094,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(2283,336,'_et_pb_built_for_post_type','page'),(2284,336,'_et_pb_ab_subjects',''),(2285,336,'_et_pb_enable_shortcode_tracking',''),(2286,336,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"336\" /]'),(2287,336,'_et_pb_custom_css',''),(2288,336,'_et_pb_gutter_width','1'),(2289,336,'_thumbnail_id','0'),(2290,336,'_global_colors_info','{}'),(2291,336,'_et_pb_first_image',''),(2292,336,'_et_pb_truncate_post',''),(2293,336,'_et_pb_truncate_post_date',''),(2294,336,'_et_builder_version','VB|Divi|4.14.7'),(2319,1134,'_edit_lock','1646297953:1'),(2320,1134,'_et_pb_use_builder','on'),(2321,1134,'_et_gb_content_width',''),(2322,1134,'_edit_last','1'),(2323,1134,'_et_pb_post_hide_nav','default'),(2324,1134,'_et_pb_page_layout','et_right_sidebar'),(2325,1134,'_et_pb_side_nav','off'),(2326,1134,'_yoast_wpseo_content_score','60'),(2327,1134,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2328,1134,'_et_pb_built_for_post_type','page'),(2329,1134,'_et_pb_ab_subjects',''),(2330,1134,'_et_pb_enable_shortcode_tracking',''),(2331,1134,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1134\" /]'),(2332,1134,'_et_pb_custom_css',''),(2333,1134,'_et_pb_gutter_width','1'),(2334,1134,'_thumbnail_id','0'),(2335,1134,'_global_colors_info','{}'),(2336,1134,'_et_pb_first_image',''),(2337,1134,'_et_pb_truncate_post',''),(2338,1134,'_et_pb_truncate_post_date',''),(2339,1134,'_et_builder_version','VB|Divi|4.14.7'),(2340,1134,'_et_pb_show_page_creation','off'),(2353,1134,'_wp_page_template','default'),(2354,1148,'_menu_item_type','post_type'),(2355,1148,'_menu_item_menu_item_parent','343'),(2356,1148,'_menu_item_object_id','1134'),(2357,1148,'_menu_item_object','page'),(2358,1148,'_menu_item_target',''),(2359,1148,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2360,1148,'_menu_item_xfn',''),(2361,1148,'_menu_item_url',''),(2363,344,'_wp_old_date','2022-02-24'),(2364,345,'_wp_old_date','2022-02-24'),(2365,618,'_wp_old_date','2022-02-24'),(2366,680,'_wp_old_date','2022-02-24'),(2367,343,'_wp_old_date','2022-02-24'),(2368,724,'_wp_old_date','2022-02-24'),(2369,342,'_wp_old_date','2022-02-24'),(2370,781,'_wp_old_date','2022-02-24'),(2372,340,'_wp_old_date','2022-02-24'),(2374,1134,'_et_builder_dynamic_assets_loading_attr_threshold','4'),(2380,1150,'_edit_lock','1646298334:1'),(2381,1150,'_et_pb_use_builder','on'),(2382,1150,'_et_gb_content_width',''),(2383,1150,'_edit_last','1'),(2384,1150,'_et_pb_post_hide_nav','default'),(2385,1150,'_et_pb_page_layout','et_right_sidebar'),(2386,1150,'_et_pb_side_nav','off'),(2387,1150,'_yoast_wpseo_content_score','60'),(2388,1150,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2389,1150,'_et_pb_built_for_post_type','page'),(2390,1150,'_et_pb_ab_subjects',''),(2391,1150,'_et_pb_enable_shortcode_tracking',''),(2392,1150,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1150\" /]'),(2393,1150,'_et_pb_custom_css',''),(2394,1150,'_et_pb_gutter_width','1'),(2395,1150,'_thumbnail_id','0'),(2396,1150,'_global_colors_info','{}'),(2397,1150,'_et_pb_first_image',''),(2398,1150,'_et_pb_truncate_post',''),(2399,1150,'_et_pb_truncate_post_date',''),(2400,1150,'_et_builder_version','VB|Divi|4.14.7'),(2401,1150,'_et_pb_show_page_creation','off'),(2408,1150,'_wp_page_template','default'),(2409,1162,'_menu_item_type','post_type'),(2410,1162,'_menu_item_menu_item_parent','343'),(2411,1162,'_menu_item_object_id','1150'),(2412,1162,'_menu_item_object','page'),(2413,1162,'_menu_item_target',''),(2414,1162,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2415,1162,'_menu_item_xfn',''),(2416,1162,'_menu_item_url',''),(2419,1150,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2422,1164,'_edit_lock','1646921110:1'),(2423,1164,'_et_pb_use_builder','on'),(2424,1164,'_et_gb_content_width',''),(2425,1164,'_edit_last','1'),(2426,1164,'_et_pb_post_hide_nav','default'),(2427,1164,'_et_pb_page_layout','et_right_sidebar'),(2428,1164,'_et_pb_side_nav','off'),(2429,1164,'_yoast_wpseo_content_score','60'),(2430,1164,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2431,1164,'_et_pb_built_for_post_type','page'),(2432,1164,'_et_pb_ab_subjects',''),(2433,1164,'_et_pb_enable_shortcode_tracking',''),(2434,1164,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1164\" /]'),(2435,1164,'_et_pb_custom_css',''),(2436,1164,'_et_pb_gutter_width','1'),(2437,1164,'_thumbnail_id','0'),(2438,1164,'_global_colors_info','{}'),(2439,1164,'_et_pb_first_image',''),(2440,1164,'_et_pb_truncate_post',''),(2441,1164,'_et_pb_truncate_post_date',''),(2442,1164,'_et_builder_version','VB|Divi|4.14.7'),(2443,1164,'_et_pb_show_page_creation','off'),(2444,1164,'_wp_page_template','default'),(2445,1172,'_menu_item_type','post_type'),(2446,1172,'_menu_item_menu_item_parent','343'),(2447,1172,'_menu_item_object_id','1164'),(2448,1172,'_menu_item_object','page'),(2449,1172,'_menu_item_target',''),(2450,1172,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2451,1172,'_menu_item_xfn',''),(2452,1172,'_menu_item_url',''),(2458,1164,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2506,1194,'_edit_lock','1646301093:1'),(2507,1194,'_et_pb_use_builder','on'),(2508,1194,'_et_gb_content_width',''),(2509,1194,'_edit_last','1'),(2510,1194,'_et_pb_post_hide_nav','default'),(2511,1194,'_et_pb_page_layout','et_right_sidebar'),(2512,1194,'_et_pb_side_nav','off'),(2513,1194,'_yoast_wpseo_estimated-reading-time-minutes',''),(2514,1194,'_et_pb_built_for_post_type','page'),(2515,1194,'_et_pb_ab_subjects',''),(2516,1194,'_et_pb_enable_shortcode_tracking',''),(2517,1194,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1194\" /]'),(2518,1194,'_et_pb_custom_css',''),(2519,1194,'_et_pb_gutter_width','1'),(2520,1194,'_thumbnail_id','0'),(2521,1194,'_global_colors_info','{}'),(2522,1194,'_et_pb_first_image',''),(2523,1194,'_et_pb_truncate_post',''),(2524,1194,'_et_pb_truncate_post_date',''),(2525,1194,'_et_builder_version','VB|Divi|4.14.7'),(2526,1194,'_et_pb_show_page_creation','off'),(2535,333,'_wp_trash_meta_status','publish'),(2536,333,'_wp_trash_meta_time','1646301087'),(2537,333,'_wp_desired_post_slug','praxis'),(2538,1194,'_wp_page_template','default'),(2539,1208,'_menu_item_type','post_type'),(2540,1208,'_menu_item_menu_item_parent','0'),(2541,1208,'_menu_item_object_id','1194'),(2542,1208,'_menu_item_object','page'),(2543,1208,'_menu_item_target',''),(2544,1208,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2545,1208,'_menu_item_xfn',''),(2546,1208,'_menu_item_url',''),(2549,1194,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2655,336,'_et_pb_show_page_creation','off'),(2718,1297,'_edit_lock','1646311471:1'),(2719,1297,'_et_pb_use_builder','on'),(2720,1297,'_et_gb_content_width',''),(2721,1297,'_edit_last','1'),(2722,1297,'_et_pb_post_hide_nav','default'),(2723,1297,'_et_pb_page_layout','et_right_sidebar'),(2724,1297,'_et_pb_side_nav','off'),(2725,1297,'_yoast_wpseo_content_score','60'),(2726,1297,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2727,1297,'_et_pb_built_for_post_type','page'),(2728,1297,'_et_pb_ab_subjects',''),(2729,1297,'_et_pb_enable_shortcode_tracking',''),(2730,1297,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1297\" /]'),(2731,1297,'_et_pb_custom_css',''),(2732,1297,'_et_pb_gutter_width','1'),(2733,1297,'_thumbnail_id','0'),(2734,1297,'_global_colors_info','{}'),(2735,1297,'_et_pb_first_image',''),(2736,1297,'_et_pb_truncate_post',''),(2737,1297,'_et_pb_truncate_post_date',''),(2738,1297,'_et_builder_version','VB|Divi|4.14.7'),(2739,1297,'_et_pb_show_page_creation','off'),(2743,1297,'_wp_page_template','default'),(2744,1303,'_menu_item_type','post_type'),(2745,1303,'_menu_item_menu_item_parent','342'),(2746,1303,'_menu_item_object_id','1297'),(2747,1303,'_menu_item_object','page'),(2748,1303,'_menu_item_target',''),(2749,1303,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2750,1303,'_menu_item_xfn',''),(2751,1303,'_menu_item_url',''),(2754,1297,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2757,1304,'_edit_lock','1646311861:1'),(2758,1304,'_et_pb_use_builder','on'),(2759,1304,'_et_gb_content_width',''),(2760,1304,'_edit_last','1'),(2761,1304,'_et_pb_post_hide_nav','default'),(2762,1304,'_et_pb_page_layout','et_right_sidebar'),(2763,1304,'_et_pb_side_nav','off'),(2764,1304,'_yoast_wpseo_content_score','60'),(2765,1304,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2766,1304,'_et_pb_built_for_post_type','page'),(2767,1304,'_et_pb_ab_subjects',''),(2768,1304,'_et_pb_enable_shortcode_tracking',''),(2769,1304,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1304\" /]'),(2770,1304,'_et_pb_custom_css',''),(2771,1304,'_et_pb_gutter_width','1'),(2772,1304,'_thumbnail_id','0'),(2773,1304,'_global_colors_info','{}'),(2774,1304,'_et_pb_first_image',''),(2775,1304,'_et_pb_truncate_post',''),(2776,1304,'_et_pb_truncate_post_date',''),(2777,1304,'_et_builder_version','VB|Divi|4.14.7'),(2778,1304,'_et_pb_show_page_creation','off'),(2779,1304,'_wp_page_template','default'),(2780,1313,'_menu_item_type','post_type'),(2781,1313,'_menu_item_menu_item_parent','342'),(2782,1313,'_menu_item_object_id','1304'),(2783,1313,'_menu_item_object','page'),(2784,1313,'_menu_item_target',''),(2785,1313,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2786,1313,'_menu_item_xfn',''),(2787,1313,'_menu_item_url',''),(2790,1304,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2793,1314,'_edit_lock','1646312169:1'),(2794,1314,'_et_pb_use_builder','on'),(2795,1314,'_et_gb_content_width',''),(2796,1314,'_edit_last','1'),(2797,1314,'_et_pb_post_hide_nav','default'),(2798,1314,'_et_pb_page_layout','et_right_sidebar'),(2799,1314,'_et_pb_side_nav','off'),(2800,1314,'_yoast_wpseo_content_score','60'),(2801,1314,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2802,1314,'_et_pb_built_for_post_type','page'),(2803,1314,'_et_pb_ab_subjects',''),(2804,1314,'_et_pb_enable_shortcode_tracking',''),(2805,1314,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1314\" /]'),(2806,1314,'_et_pb_custom_css',''),(2807,1314,'_et_pb_gutter_width','1'),(2808,1314,'_thumbnail_id','0'),(2809,1314,'_global_colors_info','{}'),(2810,1314,'_et_pb_first_image',''),(2811,1314,'_et_pb_truncate_post',''),(2812,1314,'_et_pb_truncate_post_date',''),(2813,1314,'_et_builder_version','VB|Divi|4.14.7'),(2814,1314,'_et_pb_show_page_creation','off'),(2815,1314,'_wp_page_template','default'),(2816,1323,'_menu_item_type','post_type'),(2817,1323,'_menu_item_menu_item_parent','342'),(2818,1323,'_menu_item_object_id','1314'),(2819,1323,'_menu_item_object','page'),(2820,1323,'_menu_item_target',''),(2821,1323,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2822,1323,'_menu_item_xfn',''),(2823,1323,'_menu_item_url',''),(2826,1314,'_et_builder_dynamic_assets_loading_attr_threshold','3'),(2835,1329,'_edit_lock','1646321364:1'),(2836,1329,'_et_pb_use_builder','on'),(2837,1329,'_et_gb_content_width',''),(2838,1329,'_edit_last','1'),(2839,1329,'_et_pb_post_hide_nav','default'),(2840,1329,'_et_pb_page_layout','et_right_sidebar'),(2841,1329,'_et_pb_side_nav','off'),(2842,1329,'_yoast_wpseo_content_score','60'),(2843,1329,'_yoast_wpseo_estimated-reading-time-minutes','0'),(2844,1329,'_et_pb_built_for_post_type','page'),(2845,1329,'_et_pb_ab_subjects',''),(2846,1329,'_et_pb_enable_shortcode_tracking',''),(2847,1329,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1329\" /]'),(2848,1329,'_et_pb_custom_css',''),(2849,1329,'_et_pb_gutter_width','1'),(2850,1329,'_thumbnail_id','0'),(2851,1329,'_global_colors_info','{}'),(2852,1329,'_et_pb_first_image',''),(2853,1329,'_et_pb_truncate_post',''),(2854,1329,'_et_pb_truncate_post_date',''),(2855,1329,'_et_builder_version','VB|Divi|4.14.7'),(2856,1329,'_et_pb_show_page_creation','off'),(2860,1329,'_wp_page_template','default'),(2861,1336,'_menu_item_type','post_type'),(2862,1336,'_menu_item_menu_item_parent','342'),(2863,1336,'_menu_item_object_id','1329'),(2864,1336,'_menu_item_object','page'),(2865,1336,'_menu_item_target',''),(2866,1336,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),(2867,1336,'_menu_item_xfn',''),(2868,1336,'_menu_item_url',''),(2871,1329,'_et_builder_dynamic_assets_loading_attr_threshold','2'),(2978,4,'_config_errors','a:1:{s:9:\"form.body\";a:1:{i:0;a:2:{s:4:\"code\";i:105;s:4:\"args\";a:3:{s:7:\"message\";s:0:\"\";s:6:\"params\";a:0:{}s:4:\"link\";s:72:\"https://contactform7.com/configuration-errors/multiple-controls-in-label\";}}}}'),(3054,1414,'_edit_lock','1646898638:1'),(3055,1414,'_wp_trash_meta_status','publish'),(3056,1414,'_wp_trash_meta_time','1646898641'),(3058,1420,'_edit_lock','1646898725:1'),(3059,1420,'_wp_trash_meta_status','publish'),(3060,1420,'_wp_trash_meta_time','1646898738'),(3067,1421,'_wp_trash_meta_status','publish'),(3068,1421,'_wp_trash_meta_time','1646898827'),(3072,1422,'_wp_trash_meta_status','publish'),(3073,1422,'_wp_trash_meta_time','1646898842'),(3077,1423,'_wp_trash_meta_status','publish'),(3078,1423,'_wp_trash_meta_time','1646898861'),(3082,1424,'_wp_trash_meta_status','publish'),(3083,1424,'_wp_trash_meta_time','1646898922'),(3087,1425,'_wp_trash_meta_status','publish'),(3088,1425,'_wp_trash_meta_time','1646898940'),(3092,1426,'_wp_trash_meta_status','publish'),(3093,1426,'_wp_trash_meta_time','1646898986'),(3097,1427,'_wp_trash_meta_status','publish'),(3098,1427,'_wp_trash_meta_time','1646899000'),(3102,1428,'_wp_trash_meta_status','publish'),(3103,1428,'_wp_trash_meta_time','1646899009'),(3104,1429,'_wp_trash_meta_status','publish'),(3105,1429,'_wp_trash_meta_time','1646899019'),(3109,1430,'_wp_trash_meta_status','publish'),(3110,1430,'_wp_trash_meta_time','1646899050'),(3114,1431,'_wp_trash_meta_status','publish'),(3115,1431,'_wp_trash_meta_time','1646899071'),(3119,1432,'_wp_trash_meta_status','publish'),(3120,1432,'_wp_trash_meta_time','1646899086'),(3122,1433,'_wp_trash_meta_status','publish'),(3123,1433,'_wp_trash_meta_time','1646899181'),(3128,1434,'_wp_trash_meta_status','publish'),(3129,1434,'_wp_trash_meta_time','1646899204'),(3131,1435,'_wp_trash_meta_status','publish'),(3132,1435,'_wp_trash_meta_time','1646899222'),(3137,1436,'_wp_trash_meta_status','publish'),(3138,1436,'_wp_trash_meta_time','1646899244'),(3142,1437,'_wp_trash_meta_status','publish'),(3143,1437,'_wp_trash_meta_time','1646899320'),(3147,1438,'_wp_trash_meta_status','publish'),(3148,1438,'_wp_trash_meta_time','1646899338'),(3152,1439,'_wp_trash_meta_status','publish'),(3153,1439,'_wp_trash_meta_time','1646899353'),(3157,1440,'_wp_trash_meta_status','publish'),(3158,1440,'_wp_trash_meta_time','1646899385'),(3162,1441,'_wp_trash_meta_status','publish'),(3163,1441,'_wp_trash_meta_time','1646899395'),(3167,1442,'_wp_trash_meta_status','publish'),(3168,1442,'_wp_trash_meta_time','1646899405'),(3172,1443,'_wp_trash_meta_status','publish'),(3173,1443,'_wp_trash_meta_time','1646899485'),(3178,1444,'_wp_trash_meta_status','publish'),(3179,1444,'_wp_trash_meta_time','1646899513'),(3183,1445,'_wp_trash_meta_status','publish'),(3184,1445,'_wp_trash_meta_time','1646899568'),(3185,1446,'_wp_trash_meta_status','publish'),(3186,1446,'_wp_trash_meta_time','1646899572'),(3191,1447,'_wp_trash_meta_status','publish'),(3192,1447,'_wp_trash_meta_time','1646899638'),(3193,1448,'_wp_trash_meta_status','publish'),(3194,1448,'_wp_trash_meta_time','1646899649'),(3199,1449,'_wp_trash_meta_status','publish'),(3200,1449,'_wp_trash_meta_time','1646899674'),(3205,1450,'_wp_trash_meta_status','publish'),(3206,1450,'_wp_trash_meta_time','1646899736'),(3207,1451,'_wp_trash_meta_status','publish'),(3208,1451,'_wp_trash_meta_time','1646899745'),(3209,1452,'_wp_trash_meta_status','publish'),(3210,1452,'_wp_trash_meta_time','1646899751'),(3211,1453,'_wp_trash_meta_status','publish'),(3212,1453,'_wp_trash_meta_time','1646899766'),(3216,1454,'_wp_trash_meta_status','publish'),(3217,1454,'_wp_trash_meta_time','1646899783'),(3221,1455,'_wp_trash_meta_status','publish'),(3222,1455,'_wp_trash_meta_time','1646899803'),(3223,1456,'_wp_trash_meta_status','publish'),(3224,1456,'_wp_trash_meta_time','1646899811'),(3229,1457,'_wp_trash_meta_status','publish'),(3230,1457,'_wp_trash_meta_time','1646899935'),(3231,1458,'_wp_trash_meta_status','publish'),(3232,1458,'_wp_trash_meta_time','1646899947'),(3240,1461,'_wp_trash_meta_status','publish'),(3241,1461,'_wp_trash_meta_time','1646900383'),(3254,1462,'_wp_trash_meta_status','publish'),(3255,1462,'_wp_trash_meta_time','1646912124'),(3272,1463,'_wp_trash_meta_status','publish'),(3273,1463,'_wp_trash_meta_time','1646912384'),(3274,1464,'_wp_trash_meta_status','publish'),(3275,1464,'_wp_trash_meta_time','1646912400'),(3285,1465,'_wp_trash_meta_status','publish'),(3286,1465,'_wp_trash_meta_time','1646912448'),(3293,1466,'_wp_trash_meta_status','publish'),(3294,1466,'_wp_trash_meta_time','1646912507'),(3298,1467,'_wp_trash_meta_status','publish'),(3299,1467,'_wp_trash_meta_time','1646912550'),(3303,1468,'_wp_trash_meta_status','publish'),(3304,1468,'_wp_trash_meta_time','1646912567'),(3305,1469,'_wp_trash_meta_status','publish'),(3306,1469,'_wp_trash_meta_time','1646912671'),(3314,1470,'_wp_trash_meta_status','publish'),(3315,1470,'_wp_trash_meta_time','1646912887'),(3319,1471,'_wp_trash_meta_status','publish'),(3320,1471,'_wp_trash_meta_time','1646912910'),(3324,1472,'_wp_trash_meta_status','publish'),(3325,1472,'_wp_trash_meta_time','1646912924'),(3329,1473,'_wp_trash_meta_status','publish'),(3330,1473,'_wp_trash_meta_time','1646912934'),(3334,1474,'_wp_trash_meta_status','publish'),(3335,1474,'_wp_trash_meta_time','1646912949'),(3339,1475,'_wp_trash_meta_status','publish'),(3340,1475,'_wp_trash_meta_time','1646912965'),(3344,1476,'_wp_trash_meta_status','publish'),(3345,1476,'_wp_trash_meta_time','1646912978'),(3350,1477,'_wp_trash_meta_status','publish'),(3351,1477,'_wp_trash_meta_time','1646913397'),(3355,1478,'_wp_trash_meta_status','publish'),(3356,1478,'_wp_trash_meta_time','1646913413'),(3363,1479,'_wp_trash_meta_status','publish'),(3364,1479,'_wp_trash_meta_time','1646914416'),(3371,1480,'_wp_trash_meta_status','publish'),(3372,1480,'_wp_trash_meta_time','1646914452'),(3394,8,'_et_dynamic_cached_shortcodes','a:12:{i:0;s:11:\"et_pb_slide\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:10:\"et_pb_icon\";i:5;s:12:\"et_pb_button\";i:6;s:10:\"et_pb_code\";i:7;s:13:\"et_pb_divider\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:12:\"et_pb_slider\";i:11;s:10:\"et_pb_text\";}'),(3395,8,'_et_dynamic_cached_attributes','a:115:{s:17:\"use_custom_gutter\";s:2:\"on\";s:15:\"animation_style\";s:5:\"slide\";s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3396,8,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:75:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_970bbc70aa2d0ff614a12e5d9c54a373\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a62b432933ef624e61e9f4ed6c06e583\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9d2316d1e20d1139152937213ca542c0\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f78fe6a0fb5199b39d61a5975bf1b90b\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9928fb81d43680311e213e8715ff78e6\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e3aac3c90b3afeb73024584079ed1554\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9d9101271986896b810d576769c27a7e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_62eaebe5a8b66f95b91c7e5658a28332\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7b69310ec2825ca4a331d7bb4ef3f892\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c40a3c8ab21dc31d650187d7db5d0e17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9c6f0b2fb7af0024983f281af60abdd0\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f39925b9be8e95fad52c2929175e976b\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_22520968954fc01396c1764d86ddf9fa\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_916531dbe1b5702da279762d1943e785\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b7b593c2a25c8d5cbd9d3bce9a0642d1\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_807c5aaf4b5e6fefc466d2efc3059aa0\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_20eae19b90e9da9f690cf2a4af0c43be\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_2c7e3949e5dd5cf2706df48aceef3daf\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_aad89858ebe84e8d5cd207f346ed5360\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_5d64885e6420ba32766b99bcdab3415d\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_bf94e4e2f087d69d4013448dfcdab9f5\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_ee9e7c6c8ec3fd73f609e4aeeb494fbb\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4b290ae2dc8ee6a8716667b4f1186d2f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c7f659ed5177c98ea38e3caa85dae8c4\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_c6fff5fce68d37656d90705b8a79017f\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_b40aa0f7d3c2b85dc70e66e40eef13f5\";a:7:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b2979f9f25aa175da640fea7935036c1\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9315344123cd13627b6acbab4f95a869\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5fc7f68abab7e8772ce3f87c01ca2f32\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_85e57db34b3113cad818fcaa018eb823\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_af6de2be41b52c3d4a8c0e5b26c91f4f\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ded7f4b13aa7f5a196285264ff72f2d2\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c4091a9e0b85027de3fd86a03d6b1767\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a78b7d339bcce74645cc76f52c656fda\";a:8:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_1a7912be7f3bb989e546e5dd34fd158b\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_e2640acd097fd21ba1aaba24500bdebc\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_2b3d31f76d540cba80179bb3daf2605f\";a:6:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b6028739867cc90f91e71c691bb94a15\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_36304d3d94fe88e3921d0cd947f21f2c\";a:4:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_divider_87055042d79dfdee1151a00f0e3ffdd1\";a:6:{s:4:\"glde\";a:4:{s:13:\"divider_style\";s:5:\"solid\";s:16:\"divider_position\";s:3:\"top\";s:14:\"divider_weight\";s:1:\"1\";s:6:\"height\";s:1:\"1\";}s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_06099fb2015f53ab949504cf996b851a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8701a91a72a2e3c5cc406693ed3efcd8\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_c415df630e86c0c65299a72ddb92a8c3\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_e33445ba013542360de42b76133cab13\";a:6:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3397,327,'_et_dynamic_cached_shortcodes','a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3398,327,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3399,327,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:43:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_970bbc70aa2d0ff614a12e5d9c54a373\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0442d5915e1944de2be93c74bb5b084c\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e3aac3c90b3afeb73024584079ed1554\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9d9101271986896b810d576769c27a7e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_20af62929738c899eb730d82ffa674c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8994942100b430eb4f45797f45905729\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_56a17f79d9d3c1c05fb813b87d2751b9\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f39925b9be8e95fad52c2929175e976b\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_22520968954fc01396c1764d86ddf9fa\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6cf01c6747108fd062970f5dec2ab42d\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c52a971e29dad642b2cbff6ddc9fb0ef\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_807c5aaf4b5e6fefc466d2efc3059aa0\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3400,615,'_et_dynamic_cached_shortcodes','a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3401,615,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3402,615,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:49:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d34e9247c44c45b6c8f4e134fd8d7435\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_d5730d4d5a2103bd5c9e351ba3ecb86e\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e3aac3c90b3afeb73024584079ed1554\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_20af62929738c899eb730d82ffa674c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_62eaebe5a8b66f95b91c7e5658a28332\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7b69310ec2825ca4a331d7bb4ef3f892\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c40a3c8ab21dc31d650187d7db5d0e17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2f7c7c201589be67fb2a3bdd5d0f6a09\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_35eb08c585a5ee5e769992970543b005\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_cc816ee5b03a3412a8825dd94a890210\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5778fe5589589bf27bf3de2fdd2abc66\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_84064f7cf1fee9a4bc008058e5b7556c\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6ac1f7351a8d683ec892a27f7bb570aa\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e38b70eeda99394fe8788fba45331588\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8b80132e763086822a2bac7378bbacbb\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d7c6b36a079f5401efb97bb7efbb7e6d\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_20eae19b90e9da9f690cf2a4af0c43be\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_428934ef73155b4e63157b7faecfbab3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3403,1194,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:20:\"et_pb_accordion_item\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:15:\"et_pb_accordion\";i:5;s:10:\"et_pb_icon\";i:6;s:10:\"et_pb_code\";i:7;s:11:\"et_pb_image\";i:8;s:10:\"et_pb_menu\";i:9;s:10:\"et_pb_text\";}'),(3404,1194,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3405,1194,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:49:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_970bbc70aa2d0ff614a12e5d9c54a373\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ccd1d6ab6f980415a6db83e334fde353\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e3aac3c90b3afeb73024584079ed1554\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9d9101271986896b810d576769c27a7e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_292c68260b83c18c2613a4df5dee16a0\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_90e6952450630b16ee3cf78fbafb6520\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_bff8b49aa6f84e443bf0e257a53d78b9\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:48:\"et_pb_accordion_71a20138bedfc735831e560694ed10ea\";a:8:{s:4:\"glde\";a:7:{s:16:\"toggle_font_size\";s:2:\"16\";s:21:\"toggle_letter_spacing\";s:3:\"0px\";s:18:\"toggle_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_2e93943c322a432ac6ab87012ff72443\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_15596fcf6dbb620a6ba7aafeddacb1e8\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_dac96213758e9e70ba3ccce89e93d09e\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_d75d0019cfa56d11e6dece5cb4a593b6\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_6007c210379c6cfc3f1bb73fcdccb4b9\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_4ca8594df60eded0df36c7203093a568\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:53:\"et_pb_accordion_item_a3068c8e853475348961cc6b18031646\";a:7:{s:4:\"glde\";a:11:{s:15:\"title_font_size\";s:2:\"16\";s:20:\"title_letter_spacing\";s:3:\"0px\";s:17:\"title_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";s:14:\"custom_padding\";s:2:\"20\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_efbe65478304aeae964cad8338df3316\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9123ad9c213cdf830e5eac2f7033e3b6\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_08013d6c71021caa3f9fde88e55fbe7b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_837a68f27c0e761ea21e027bd33c69e5\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3406,1134,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3407,1134,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3408,1134,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:45:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74206ea38a954ce654a97be1c82d6ff6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a24301ac9258910a50dc932da84ce1a8\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fed248dec615587f8b93c7d77edf62b2\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5e24bd23c5c391d44373f2760a8f0d0b\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4004c00cdeadf30731a48491b51a6f37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de2107b92ba66434dd7697fe2f5798df\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_4652c50d73ed1221f359af2031ff37ef\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4327e1c4c4be32111af035d01e8507bf\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3c37c37a5b7319223032d4a54d38fcbf\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d2cb1689c9539686a8e83d7161beaf37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9a1826964c453088e706c67984d12525\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_aa15430edf98e62635359591a619e611\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_76f115b1bb23f22f81fbdfa0511e6e53\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_25c70e8f8fc8e449133a5c975e9b7deb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a1809e344f6ddacb404a53cb30b3ae2c\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_51eb9c7670ef8c3decc4a9700e40e7d3\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e9588f3ea8a8e3b1f0529a771a84d142\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c471520985530a9845f54988215124ae\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3409,714,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3410,714,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3411,714,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:43:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_970bbc70aa2d0ff614a12e5d9c54a373\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ccd1d6ab6f980415a6db83e334fde353\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e3aac3c90b3afeb73024584079ed1554\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9d9101271986896b810d576769c27a7e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_20af62929738c899eb730d82ffa674c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_62eaebe5a8b66f95b91c7e5658a28332\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7b69310ec2825ca4a331d7bb4ef3f892\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b4f15bba84eb6295f90782a8c6e8fa4a\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_a00bdea8dccb02199db5da5033aa6156\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_644fec4ac725b481b989081f10d3da0b\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_e07a677e6dff55cdbbbd2e52a9bd8826\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0b60d9fa03f41937936a6061d2916d06\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3412,1164,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3413,1164,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3414,1164,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:42:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74206ea38a954ce654a97be1c82d6ff6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a24301ac9258910a50dc932da84ce1a8\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_551892634900ed9a5c33eb2ff51ea2f9\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5e24bd23c5c391d44373f2760a8f0d0b\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4004c00cdeadf30731a48491b51a6f37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de2107b92ba66434dd7697fe2f5798df\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_75bcaaeda8f01e4b482bf664a1bce31c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_4327e1c4c4be32111af035d01e8507bf\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3c37c37a5b7319223032d4a54d38fcbf\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d2cb1689c9539686a8e83d7161beaf37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9a1826964c453088e706c67984d12525\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_42ccfc37a6ec9d5752f4adcbae10fa85\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_153c19d655da4006a758c1c54591e9de\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_25c70e8f8fc8e449133a5c975e9b7deb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5f89758113dc16e54d5bdf66b7c3a471\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3415,338,'_et_dynamic_cached_shortcodes','a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3416,338,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3417,338,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:50:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_970bbc70aa2d0ff614a12e5d9c54a373\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_23d6c39201b0ff80660df17ff73bb0f5\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_b37a8f18483e2833066fd9dd36e80f7d\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9d9101271986896b810d576769c27a7e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_20af62929738c899eb730d82ffa674c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_62eaebe5a8b66f95b91c7e5658a28332\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7b69310ec2825ca4a331d7bb4ef3f892\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c40a3c8ab21dc31d650187d7db5d0e17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2f7c7c201589be67fb2a3bdd5d0f6a09\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_35eb08c585a5ee5e769992970543b005\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_cc816ee5b03a3412a8825dd94a890210\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5778fe5589589bf27bf3de2fdd2abc66\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_84064f7cf1fee9a4bc008058e5b7556c\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6ac1f7351a8d683ec892a27f7bb570aa\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e38b70eeda99394fe8788fba45331588\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8b80132e763086822a2bac7378bbacbb\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d7c6b36a079f5401efb97bb7efbb7e6d\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_20eae19b90e9da9f690cf2a4af0c43be\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_428934ef73155b4e63157b7faecfbab3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3418,1150,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3419,1150,'_et_dynamic_cached_attributes','a:115:{s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:15:\"animation_style\";s:5:\"slide\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3420,1150,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:42:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_74206ea38a954ce654a97be1c82d6ff6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_a24301ac9258910a50dc932da84ce1a8\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_551892634900ed9a5c33eb2ff51ea2f9\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5e24bd23c5c391d44373f2760a8f0d0b\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_4004c00cdeadf30731a48491b51a6f37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_de2107b92ba66434dd7697fe2f5798df\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_75bcaaeda8f01e4b482bf664a1bce31c\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0cc844abc8d70441b7312639a09d081f\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3c37c37a5b7319223032d4a54d38fcbf\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d2cb1689c9539686a8e83d7161beaf37\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9a1826964c453088e706c67984d12525\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_42ccfc37a6ec9d5752f4adcbae10fa85\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_153c19d655da4006a758c1c54591e9de\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_25c70e8f8fc8e449133a5c975e9b7deb\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5f89758113dc16e54d5bdf66b7c3a471\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3421,671,'_et_dynamic_cached_shortcodes','a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3422,671,'_et_dynamic_cached_attributes','a:115:{s:15:\"animation_style\";s:5:\"slide\";s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3423,671,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:47:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d34e9247c44c45b6c8f4e134fd8d7435\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_8330d4000abcf79c3ae49cb330c48ab8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e3aac3c90b3afeb73024584079ed1554\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_20af62929738c899eb730d82ffa674c4\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_62eaebe5a8b66f95b91c7e5658a28332\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_7b69310ec2825ca4a331d7bb4ef3f892\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_c40a3c8ab21dc31d650187d7db5d0e17\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2f7c7c201589be67fb2a3bdd5d0f6a09\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_35eb08c585a5ee5e769992970543b005\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_cc816ee5b03a3412a8825dd94a890210\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5778fe5589589bf27bf3de2fdd2abc66\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_84064f7cf1fee9a4bc008058e5b7556c\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6ac1f7351a8d683ec892a27f7bb570aa\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e38b70eeda99394fe8788fba45331588\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_8b80132e763086822a2bac7378bbacbb\";a:7:{s:4:\"baho\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d7c6b36a079f5401efb97bb7efbb7e6d\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3424,776,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3425,776,'_et_dynamic_cached_attributes','a:115:{s:15:\"animation_style\";s:5:\"slide\";s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3426,776,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:38:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e0b5d2caff2fbf11d02a9db2a8637ce\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_00da35fef94f171e4c79f1dd0f318804\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b9a4c4e4a68ed9157d7a2f961f530635\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f39925b9be8e95fad52c2929175e976b\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_017f25c4e182f1dcba86326198ef20bf\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_28211e99d5c67a935dfe4e903a0e8145\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f7933d22bc14a47a6904cd6766913432\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_04d67976f465779a7e57479fae1fa1f6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2aec28dc651109af180d960e629a12a8\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_82769861a7655d13efaceb0e5c5b1011\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_171d47f5027088dbba6b03e0dbc09725\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3427,1314,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3428,1314,'_et_dynamic_cached_attributes','a:115:{s:15:\"animation_style\";s:5:\"slide\";s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3429,1314,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:37:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_2e0b5d2caff2fbf11d02a9db2a8637ce\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_00da35fef94f171e4c79f1dd0f318804\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b9a4c4e4a68ed9157d7a2f961f530635\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f39925b9be8e95fad52c2929175e976b\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_017f25c4e182f1dcba86326198ef20bf\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_28211e99d5c67a935dfe4e903a0e8145\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f7933d22bc14a47a6904cd6766913432\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_04d67976f465779a7e57479fae1fa1f6\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_c4b24a5558dd078925dbc40ee9e92004\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_82769861a7655d13efaceb0e5c5b1011\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3430,336,'_et_dynamic_cached_shortcodes','a:10:{i:0;s:18:\"dsm_contact_form_7\";i:1;s:20:\"dsm_embed_google_map\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:10:\"et_pb_icon\";i:6;s:10:\"et_pb_code\";i:7;s:11:\"et_pb_image\";i:8;s:10:\"et_pb_menu\";i:9;s:10:\"et_pb_text\";}'),(3431,336,'_et_dynamic_cached_attributes','a:115:{s:15:\"animation_style\";s:5:\"slide\";s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3432,336,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:39:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_970bbc70aa2d0ff614a12e5d9c54a373\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_a62b432933ef624e61e9f4ed6c06e583\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_400cc2df929b19578f621264a78c0d65\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_9d9101271986896b810d576769c27a7e\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_62eaebe5a8b66f95b91c7e5658a28332\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:51:\"dsm_contact_form_7_fc7e45d7505e338eda3705b041e1748b\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cd1ac2af2f8c405236aa1e659bf07b75\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:53:\"dsm_embed_google_map_4eae62326b74f0ec22da4a4f26dd42e8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),(3433,331,'_et_dynamic_cached_shortcodes','a:9:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:9;s:10:\"et_pb_icon\";i:10;s:12:\"et_pb_button\";i:12;s:10:\"et_pb_code\";i:30;s:11:\"et_pb_image\";i:33;s:10:\"et_pb_menu\";i:49;s:10:\"et_pb_text\";}'),(3434,331,'_et_dynamic_cached_attributes','a:115:{s:15:\"animation_style\";s:5:\"slide\";s:9:\"font_icon\";a:2:{i:0;s:19:\"||divi||400\";i:1;s:19:\"||divi||400\";}s:9:\"text_font\";s:31:\"helvetica-neue-light|300|||||||\";s:15:\"text_text_color\";s:7:\"#FFFFFF\";s:14:\"text_font_size\";s:4:\"24px\";s:16:\"text_line_height\";s:5:\"1.3em\";s:9:\"link_font\";s:30:\"helvetica-neue-light||||on||||\";s:14:\"link_font_size\";s:4:\"18px\";s:16:\"link_line_height\";s:4:\"26px\";s:15:\"link_text_color\";s:7:\"#000000\";s:30:\"link_text_color__hover_enabled\";s:8:\"on|hover\";s:22:\"link_text_color__hover\";s:16:\"rgba(0,0,0,0.65)\";s:11:\"header_font\";s:27:\"helvetica-neue-bold||||||||\";s:16:\"header_font_size\";s:4:\"38px\";s:18:\"header_line_height\";s:4:\"50px\";s:13:\"header_2_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_2_font_size\";s:4:\"35px\";s:20:\"header_2_line_height\";s:4:\"40px\";s:19:\"header_2_text_color\";s:7:\"#000000\";s:17:\"header_text_color\";s:7:\"#000000\";s:13:\"header_3_font\";s:27:\"helvetica-neue-bold||||||||\";s:18:\"header_3_font_size\";s:4:\"24px\";s:19:\"header_3_text_color\";s:7:\"#FFFFFF\";s:5:\"width\";s:4:\"100%\";s:11:\"positioning\";s:8:\"absolute\";s:30:\"header_2_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_2_font_size_phone\";s:4:\"23px\";s:26:\"text_font_size_last_edited\";s:8:\"on|phone\";s:20:\"text_font_size_phone\";s:4:\"20px\";s:30:\"header_3_font_size_last_edited\";s:8:\"on|phone\";s:24:\"header_3_font_size_phone\";s:4:\"20px\";s:20:\"header_3_line_height\";s:5:\"1.3em\";s:15:\"vertical_offset\";s:4:\"25px\";s:21:\"vertical_offset_phone\";s:4:\"25px\";s:27:\"vertical_offset_last_edited\";s:8:\"on|phone\";s:17:\"horizontal_offset\";s:4:\"25px\";s:13:\"custom_margin\";s:19:\"||15px||false|false\";s:21:\"text_font_last_edited\";s:9:\"on|tablet\";s:28:\"header_font_size_last_edited\";s:8:\"on|phone\";s:22:\"header_font_size_phone\";s:4:\"25px\";s:19:\"animation_direction\";s:6:\"bottom\";s:18:\"animation_duration\";s:6:\"1250ms\";s:25:\"animation_intensity_slide\";s:3:\"10%\";s:14:\"custom_padding\";s:15:\"||||false|false\";s:23:\"custom_css_main_element\";s:1:\"\n\";s:7:\"ul_type\";s:6:\"square\";s:14:\"ul_item_indent\";s:4:\"20px\";s:14:\"ul_line_height\";s:5:\"1.7em\";s:16:\"max_width_tablet\";s:3:\"95%\";s:15:\"max_width_phone\";s:3:\"90%\";s:21:\"max_width_last_edited\";s:10:\"on|desktop\";s:17:\"position_origin_a\";s:11:\"bottom_left\";s:17:\"position_origin_r\";s:11:\"bottom_left\";s:21:\"text_font_size_tablet\";s:4:\"60px\";s:28:\"text_line_height_last_edited\";s:8:\"on|phone\";s:22:\"text_line_height_phone\";s:4:\"57px\";s:13:\"custom_button\";s:2:\"on\";s:16:\"button_text_size\";s:4:\"22px\";s:19:\"button_border_width\";s:3:\"0px\";s:20:\"button_border_radius\";s:3:\"0px\";s:15:\"button_on_hover\";s:3:\"off\";s:16:\"button_alignment\";s:4:\"left\";s:17:\"button_text_color\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:11:\"button_font\";s:27:\"helvetica-neue-bold||||||||\";s:17:\"button_icon_color\";s:7:\"#000000\";s:30:\"button_bg_color__hover_enabled\";s:10:\"on|desktop\";s:28:\"button_text_size_last_edited\";s:8:\"on|phone\";s:22:\"button_text_size_phone\";s:4:\"20px\";s:26:\"custom_padding_last_edited\";s:8:\"on|phone\";s:20:\"custom_padding_phone\";s:21:\"50px||50px||true|true\";s:17:\"background_layout\";s:5:\"light\";s:18:\"global_colors_info\";s:138:\"{\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\":[\"background_color__hover\"],\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\":[\"background_color\"]}\";s:9:\"max_width\";s:6:\"1200px\";s:21:\"custom_padding_tablet\";s:21:\"75px||75px||true|true\";s:17:\"use_custom_gutter\";s:2:\"on\";s:12:\"gutter_width\";s:1:\"1\";s:16:\"background_color\";s:19:\"RGBA(255,255,255,0)\";s:6:\"height\";s:4:\"75vh\";s:19:\"custom_margin_phone\";s:19:\"||15px||false|false\";s:25:\"custom_margin_last_edited\";s:10:\"on|desktop\";s:20:\"background_video_mp4\";s:79:\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\";s:23:\"background_enable_color\";s:2:\"on\";s:24:\"animation_intensity_flip\";s:3:\"15%\";s:16:\"custom_css_after\";s:56:\" content: \"\";\n display: block;\n padding-bottom: 100%;\";s:23:\"custom_css_after_tablet\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:22:\"custom_css_after_phone\";s:58:\" content: \"\";|| display: block;|| padding-bottom: 100%;\";s:28:\"custom_css_after_last_edited\";s:8:\"on|phone\";s:16:\"border_width_all\";s:6:\"12.5px\";s:23:\"border_width_all_tablet\";s:4:\"10px\";s:22:\"border_width_all_phone\";s:3:\"0px\";s:28:\"border_width_all_last_edited\";s:8:\"on|phone\";s:16:\"border_color_all\";s:7:\"#FFFFFF\";s:19:\"border_width_bottom\";s:3:\"5px\";s:30:\"border_width_right_last_edited\";s:8:\"on|phone\";s:24:\"border_width_right_phone\";s:5:\"2.5px\";s:29:\"border_width_left_last_edited\";s:8:\"on|phone\";s:23:\"border_width_left_phone\";s:5:\"2.5px\";s:31:\"border_width_bottom_last_edited\";s:8:\"on|phone\";s:25:\"border_width_bottom_phone\";s:5:\"7.5px\";s:17:\"border_color_left\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:19:\"border_color_bottom\";s:41:\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\";s:18:\"border_color_right\";s:7:\"#0A0F0D\";s:23:\"background_enable_image\";s:3:\"off\";s:25:\"background__hover_enabled\";s:9:\"off|hover\";s:23:\"background_color__hover\";s:41:\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\";s:30:\"background_enable_color__hover\";s:2:\"on\";s:15:\"animation_delay\";s:5:\"500ms\";s:19:\"arrows_custom_color\";s:7:\"#000000\";s:20:\"dot_nav_custom_color\";s:19:\"RGBA(255,255,255,0)\";s:16:\"module_alignment\";s:6:\"center\";s:28:\"custom_css_slide_description\";s:27:\"text-shadow:none !important\";s:22:\"custom_css_slide_title\";s:27:\"text-shadow:none !important\";s:23:\"custom_css_slide_button\";s:27:\"text-shadow:none !important\";s:16:\"background_image\";s:69:\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\";s:20:\"custom_margin_tablet\";s:19:\"||25px||false|false\";}'),(3435,331,'_et_builder_module_features_cache','a:2:{i:0;s:98:\"{\"gph\":13,\"divi\":\"4.14.7\",\"wp\":\"5.9\",\"tb\":{\"25\":\"2022-03-10 12:20:29\",\"34\":\"2022-03-04 12:58:07\"}}\";i:1;a:53:{s:46:\"et_pb_section_64d88e81d822ed1ea05750fd4970edfa\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5405f9dd364ea2d3049f1e5d74747431\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_2870a0a3b903517344fe3eae3963dcbd\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_186b876447d3a4ab96dfb021256897cd\";a:9:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_60f6b6bf7a287efff415edd202a4530c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_code_246197bdf758379501228dc2c66cd87e\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_24b8b260c35fe69dcc23e933349aa7f5\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0a9dc7c9f93d5909cec4b8e642a6f46c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_55785fa02f1b865970bc7c0b1646cc99\";a:7:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_d34e9247c44c45b6c8f4e134fd8d7435\";a:4:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_1cfd5783afb4dd7745d17d7d97ab4526\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_e3aac3c90b3afeb73024584079ed1554\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f3a1c6fce0bb2070b4903ce1d77bb32c\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_dafe64a3236cada1938de3a8376bd9f8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5d01efe20c78433b1caa2086e929e2af\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_42bf72e461ca3ff6f50526d0766cea75\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_6fd5eb732b235d026d6dd07691376bf9\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_ad544e31575f305f74aeef31831c825a\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_b7cb19bd5b31d40715bc44da6dddac19\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f39925b9be8e95fad52c2929175e976b\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_5c4ce6ee835a6ddc8b87e9660564febc\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_830a42239cdae6221a12914f6872ede5\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_74aac0c602ee45ba6c7b8891a4f248b1\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ebae0084f4ab56ecb8be9dd12e235af3\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_a64ba9199c294ebec0362f0cbaa1cde5\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_8dd90246f1c37812c1c6ed75a5c42826\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_72278f5d82276296efb2ed0ccf0a3c06\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_941f8112a6667cdf23de0e769589c787\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_2fb1d4fdc844d30b29cdc45645321c3b\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_21cc9dbc62435d27eaecfad596d19094\";a:6:{s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_0b60d9fa03f41937936a6061d2916d06\";a:10:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_button_46c247ce80dc3626089ebfd14e5b3989\";a:8:{s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:3:\"tra\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fb67df96ee23c44fef814799360d13cb\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9af47a9f9b88371d5ee8acb687208a9e\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_afaccd83ecb187e4d060119f1fbed4b3\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_dec98baa357409ed30fca08871391783\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a6842d8eef4a0bef0dcae95aebe0c00f\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7614e0e4cb584113854f1398965398c0\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_f3082d7935c26cb30c12c82b34200e36\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_58d3e0263b55d02b6569fbe5473a69dc\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_089e1aa246369e082904400f45300f0d\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_239bfc826605efe68e1f6c96ec0bf8cf\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_cb5b1ed708641481200a9ff3e8aa6d93\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_3f07f1bd5ef9dd7fa0ab13ae4f4ab7f7\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_80097f13a7b261d074c7070d889badba\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ccee091a71fb17b0e40ca30433335db9\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_624527e01f5450fe4caf7fd3c3de6566\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_1c1c5782f9e232e1dc782cc7534b72c8\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_32a201dc8b3f62764830b70773b70ec7\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_46160cbf31f76094062e8902fca69ed1\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_a62221884a6c9522bdd18de4f550429d\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_icon_138a07cd58b437931dfa4c5814b466aa\";a:6:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_2aa61ab9933d87d63841908557c640d3\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'); /*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_posts` -- DROP TABLE IF EXISTS `wp_posts`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_posts` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `post_author` bigint(20) unsigned NOT NULL DEFAULT 0, `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_title` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_excerpt` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'publish', `comment_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `ping_status` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'open', `post_password` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `post_name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `to_ping` text COLLATE utf8mb4_unicode_ci NOT NULL, `pinged` text COLLATE utf8mb4_unicode_ci NOT NULL, `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `post_content_filtered` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0, `guid` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `menu_order` int(11) NOT NULL DEFAULT 0, `post_type` varchar(20) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'post', `post_mime_type` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `comment_count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`ID`), KEY `post_name` (`post_name`(191)), KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`), KEY `post_parent` (`post_parent`), KEY `post_author` (`post_author`) ) ENGINE=InnoDB AUTO_INCREMENT=1485 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_posts` -- LOCK TABLES `wp_posts` WRITE; /*!40000 ALTER TABLE `wp_posts` DISABLE KEYS */; INSERT INTO `wp_posts` VALUES (1,1,'2022-02-09 12:04:24','2022-02-09 12:04:24','\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n','Hello world!','','trash','open','open','','hello-world__trashed','','','2022-02-17 09:09:38','2022-02-17 09:09:38','',0,'https://stage.physio-skalsky.at/?p=1',0,'post','',1),(2,1,'2022-02-09 12:04:24','2022-02-09 12:04:24','\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n','Sample Page','','trash','closed','open','','sample-page__trashed','','','2022-02-10 08:30:30','2022-02-10 08:30:30','',0,'https://stage.physio-skalsky.at/?page_id=2',0,'page','',0),(3,1,'2022-02-09 12:04:24','2022-02-09 12:04:24','

Who we are

Suggested text: Our website address is: https://stage.physio-skalsky.at.

Comments

Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

Suggested text: If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Cookies

Suggested text: If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Suggested text: Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Who we share your data with

Suggested text: If you request a password reset, your IP address will be included in the reset email.

How long we retain your data

Suggested text: If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

Suggested text: If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Suggested text: Visitor comments may be checked through an automated spam detection service.

','Privacy Policy','','trash','closed','open','','privacy-policy__trashed','','','2022-02-10 08:30:33','2022-02-10 08:30:33','',0,'https://stage.physio-skalsky.at/?page_id=3',0,'page','',0),(4,0,'2022-02-09 12:04:25','2022-02-09 12:04:25','\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n[submit \"Absenden\"]\n1\n[_site_title] \"[your-subject]\"\n[_site_title] \n[_site_admin_email]\nFrom: [your-name] <[your-email]>\r\nSubject: [your-subject]\r\n\r\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [your-email]\n\n\n\n\n[_site_title] \"[your-subject]\"\n[_site_title] \n[your-email]\nMessage Body:\r\n[your-message]\r\n\r\n-- \r\nThis e-mail was sent from a contact form on [_site_title] ([_site_url])\nReply-To: [_site_admin_email]\n\n\n\nThank you for your message. It has been sent.\nThere was an error trying to send your message. Please try again later.\nOne or more fields have an error. Please check and try again.\nThere was an error trying to send your message. Please try again later.\nYou must accept the terms and conditions before sending your message.\nThe field is required.\nThe field is too long.\nThe field is too short.\nThere was an unknown error uploading the file.\nYou are not allowed to upload files of this type.\nThe file is too big.\nThere was an error uploading the file.\nThe date format is incorrect.\nThe date is before the earliest one allowed.\nThe date is after the latest one allowed.\nThe number format is invalid.\nThe number is smaller than the minimum allowed.\nThe number is larger than the maximum allowed.\nThe answer to the quiz is incorrect.\nThe e-mail address entered is invalid.\nThe URL is invalid.\nThe telephone number is invalid.','Kontaktformular','','publish','closed','closed','','contact-form-1','','','2022-03-04 13:31:36','2022-03-04 13:31:36','',0,'https://stage.physio-skalsky.at/?post_type=wpcf7_contact_form&p=4',0,'wpcf7_contact_form','',0),(6,1,'2022-02-10 08:30:30','2022-02-10 08:30:30','\n

This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:

\n\n\n\n

Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like piña coladas. (And gettin\' caught in the rain.)

\n\n\n\n

...or something like this:

\n\n\n\n

The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.

\n\n\n\n

As a new WordPress user, you should go to your dashboard to delete this page and create new pages for your content. Have fun!

\n','Sample Page','','inherit','closed','closed','','2-revision-v1','','','2022-02-10 08:30:30','2022-02-10 08:30:30','',2,'https://stage.physio-skalsky.at/?p=6',0,'revision','',0),(7,1,'2022-02-10 08:30:33','2022-02-10 08:30:33','

Who we are

Suggested text: Our website address is: https://stage.physio-skalsky.at.

Comments

Suggested text: When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor’s IP address and browser user agent string to help spam detection.

An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.

Media

Suggested text: If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.

Cookies

Suggested text: If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.

If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.

When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select "Remember Me", your login will persist for two weeks. If you log out of your account, the login cookies will be removed.

If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.

Embedded content from other websites

Suggested text: Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.

These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.

Who we share your data with

Suggested text: If you request a password reset, your IP address will be included in the reset email.

How long we retain your data

Suggested text: If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.

For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.

What rights you have over your data

Suggested text: If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.

Where we send your data

Suggested text: Visitor comments may be checked through an automated spam detection service.

','Privacy Policy','','inherit','closed','closed','','3-revision-v1','','','2022-02-10 08:30:33','2022-02-10 08:30:33','',3,'https://stage.physio-skalsky.at/?p=7',0,'revision','',0),(8,1,'2022-02-10 08:46:13','2022-02-10 08:46:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" link_option_url=\"/praxis#anchor_covid\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','publish','closed','closed','','home','','','2022-03-04 15:57:23','2022-03-04 15:57:23','',0,'https://stage.physio-skalsky.at/?page_id=8',0,'page','',0),(9,1,'2022-02-10 08:30:49','2022-02-10 08:30:49','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-divi-child','','','2022-02-10 08:30:49','2022-02-10 08:30:49','',0,'https://stage.physio-skalsky.at/2022/02/wp-global-styles-divi-child/',0,'wp_global_styles','',0),(10,1,'2022-02-10 08:30:59','2022-02-10 08:30:59','','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-10 08:30:59','2022-02-10 08:30:59','',8,'https://stage.physio-skalsky.at/?p=10',0,'revision','',0),(12,1,'2022-02-10 08:46:13','2022-02-10 08:46:13','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-10 08:46:13','2022-02-10 08:46:13','',8,'https://stage.physio-skalsky.at/?p=12',0,'revision','',0),(14,1,'2022-02-10 08:47:27','2022-02-10 08:47:27','{\n \"blogdescription\": {\n \"value\": \"\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:47:27\"\n },\n \"et_divi[footer_widget_text_color]\": {\n \"value\": \"#ffffff\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:47:27\"\n },\n \"et_divi[footer_widget_link_color]\": {\n \"value\": \"#ffffff\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:47:27\"\n }\n}','','','trash','closed','closed','','0f2a7385-883e-45c9-972f-c3ef8a6a0708','','','2022-02-10 08:47:27','2022-02-10 08:47:27','',0,'https://stage.physio-skalsky.at/2022/02/0f2a7385-883e-45c9-972f-c3ef8a6a0708/',0,'customize_changeset','',0),(15,1,'2022-02-10 08:49:47','2022-02-10 08:49:47','','skalsky_website_icon','','inherit','open','closed','','skalsky_website_icon','','','2022-02-10 08:49:47','2022-02-10 08:49:47','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_website_icon.png',0,'attachment','image/png',0),(16,1,'2022-02-10 08:49:57','2022-02-10 08:49:57','https://stage.physio-skalsky.at/app/uploads/2022/02/cropped-skalsky_website_icon.png','cropped-skalsky_website_icon.png','','inherit','open','closed','','cropped-skalsky_website_icon-png','','','2022-02-10 08:49:57','2022-02-10 08:49:57','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/cropped-skalsky_website_icon.png',0,'attachment','image/png',0),(17,1,'2022-02-10 08:50:01','2022-02-10 08:50:01','{\n \"site_icon\": {\n \"value\": 16,\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:50:01\"\n }\n}','','','trash','closed','closed','','963f1caa-7166-4319-a17c-3dbc89221cda','','','2022-02-10 08:50:01','2022-02-10 08:50:01','',0,'https://stage.physio-skalsky.at/2022/02/963f1caa-7166-4319-a17c-3dbc89221cda/',0,'customize_changeset','',0),(18,1,'2022-02-10 08:51:32','2022-02-10 08:51:32','{\n \"et_divi[gutter_width]\": {\n \"value\": \"1\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:51:32\"\n }\n}','','','trash','closed','closed','','9d656a34-a54d-4b9a-a27f-77cb9b82cd00','','','2022-02-10 08:51:32','2022-02-10 08:51:32','',0,'https://stage.physio-skalsky.at/2022/02/9d656a34-a54d-4b9a-a27f-77cb9b82cd00/',0,'customize_changeset','',0),(19,1,'2022-02-10 08:51:55','2022-02-10 08:51:55','{\n \"et_divi[gutter_width]\": {\n \"value\": \"2\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:51:55\"\n }\n}','','','trash','closed','closed','','f9345ef4-71e4-4441-9d8a-7c0e71de9a3e','','','2022-02-10 08:51:55','2022-02-10 08:51:55','',0,'https://stage.physio-skalsky.at/2022/02/f9345ef4-71e4-4441-9d8a-7c0e71de9a3e/',0,'customize_changeset','',0),(20,1,'2022-02-10 08:52:31','2022-02-10 08:52:31','{\n \"show_on_front\": {\n \"value\": \"page\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:52:31\"\n },\n \"page_on_front\": {\n \"value\": \"8\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-10 08:52:31\"\n }\n}','','','trash','closed','closed','','d50acc23-7256-4833-95c2-00d62ddbd7fe','','','2022-02-10 08:52:31','2022-02-10 08:52:31','',0,'https://stage.physio-skalsky.at/2022/02/d50acc23-7256-4833-95c2-00d62ddbd7fe/',0,'customize_changeset','',0),(21,1,'2022-02-10 08:53:31','2022-02-10 08:53:31','','Theme Builder Layout','','trash','open','closed','','theme-builder-layout__trashed','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',0,'https://stage.physio-skalsky.at/et_header_layout/theme-builder-layout/',0,'et_header_layout','',0),(23,1,'2022-02-10 08:56:17','2022-02-10 08:56:17','','Theme Builder','','trash','closed','closed','','__trashed','','','2022-02-10 08:56:17','2022-02-10 08:56:17','',0,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=23',0,'et_theme_builder','',0),(24,1,'2022-02-10 08:55:27','2022-02-10 08:55:27','','Default Website Template','','trash','closed','closed','','default-website-template__trashed','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',0,'https://stage.physio-skalsky.at/et_template/default-website-template/',0,'et_template','',0),(25,1,'2022-02-10 08:57:23','2022-02-10 08:57:23','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][divi_mobile_tb_menu][/et_pb_code][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" title_text=\"skalsky_logo\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"125px\" hover_enabled=\"0\" global_colors_info=\"{}\" z_index=\"500\" sticky_enabled=\"0\"][/et_pb_image][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','publish','open','closed','','theme-builder-layout-2','','','2022-03-10 12:20:29','2022-03-10 12:20:29','',0,'https://stage.physio-skalsky.at/et_header_layout/theme-builder-layout-2/',0,'et_header_layout','',0),(26,1,'2022-02-10 08:57:43','2022-02-10 08:57:43','','skalsky_logo','','inherit','open','closed','','skalsky_logo','','','2022-02-10 08:57:43','2022-02-10 08:57:43','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg',0,'attachment','image/svg+xml',0),(28,1,'2022-02-10 09:06:02','2022-02-10 09:06:02','','Theme Builder','','trash','closed','closed','','__trashed-2','','','2022-02-10 09:06:02','2022-02-10 09:06:02','',0,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=28',0,'et_theme_builder','',0),(29,1,'2022-02-10 08:59:21','2022-02-10 08:59:21','','Default Website Template','','trash','closed','closed','','default-website-template-2__trashed','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',0,'https://stage.physio-skalsky.at/et_template/default-website-template-2/',0,'et_template','',0),(30,1,'2022-02-10 09:05:38','2022-02-10 09:05:38','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px|20px|0px|20px|false|false\" width=\"100%\" max_width=\"1920px\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_menu _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"skalsky_logo\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"230px\" text_orientation=\"right\" menu_font=\"helvetica-neue-bold||||||||\" menu_font_size=\"18px\" active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" menu_text_color=\"#000000\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"5px||0px||false|false\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','25-revision-v1','','','2022-02-10 09:05:38','2022-02-10 09:05:38','',25,'https://stage.physio-skalsky.at/?p=30',0,'revision','',0),(31,1,'2022-02-10 09:06:02','2022-02-10 09:06:02','','Theme Builder','','publish','closed','closed','','theme-builder','','','2022-02-10 09:06:02','2022-02-10 09:06:02','',0,'https://stage.physio-skalsky.at/et_theme_builder/theme-builder/',0,'et_theme_builder','',0),(32,1,'2022-02-10 09:06:02','2022-02-10 09:06:02','','Default Website Template','','publish','closed','closed','','default-website-template-3','','','2022-02-10 09:06:02','2022-02-10 09:06:02','',0,'https://stage.physio-skalsky.at/et_template/default-website-template-3/',0,'et_template','',0),(33,1,'2022-02-10 09:07:01','2022-02-10 09:07:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"230px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','25-revision-v1','','','2022-02-10 09:07:01','2022-02-10 09:07:01','',25,'https://stage.physio-skalsky.at/?p=33',0,'revision','',0),(34,1,'2022-02-10 09:07:41','2022-02-10 09:07:41','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','publish','open','closed','','theme-builder-layout','','','2022-03-04 12:58:07','2022-03-04 12:58:07','',0,'https://stage.physio-skalsky.at/et_footer_layout/theme-builder-layout/',0,'et_footer_layout','',0),(35,1,'2022-02-10 09:08:31','2022-02-10 09:08:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"RGBA(255,255,255,0)\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:08:31','2022-02-10 09:08:31','',34,'https://stage.physio-skalsky.at/?p=35',0,'revision','',0),(37,1,'2022-02-10 09:12:59','2022-02-10 09:12:59','','Theme Builder','','trash','closed','closed','','__trashed-3','','','2022-02-10 09:12:59','2022-02-10 09:12:59','',0,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=37',0,'et_theme_builder','',0),(38,1,'2022-02-10 09:09:23','2022-02-10 09:09:23','','Default Website Template','','trash','closed','closed','','default-website-template-4__trashed','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',0,'https://stage.physio-skalsky.at/et_template/default-website-template-4/',0,'et_template','',0),(39,1,'2022-02-10 09:11:08','2022-02-10 09:11:08','','skalsky_logo_weiss','','inherit','open','closed','','skalsky_logo_weiss','','','2022-02-10 09:11:08','2022-02-10 09:11:08','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg',0,'attachment','image/svg+xml',0),(40,1,'2022-02-10 09:11:26','2022-02-10 09:11:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\" background_color=\"RGBA(255,255,255,0)\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" _builder_version=\"4.14.7\" _module_preset=\"default\" title_text=\"skalsky_logo_weiss\" width=\"230px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:11:26','2022-02-10 09:11:26','',34,'https://stage.physio-skalsky.at/?p=40',0,'revision','',0),(42,1,'2022-02-10 09:11:59','2022-02-10 09:11:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\" background_color=\"RGBA(255,255,255,0)\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" _builder_version=\"4.14.7\" _module_preset=\"default\" title_text=\"skalsky_logo_weiss\" width=\"150px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:11:59','2022-02-10 09:11:59','',34,'https://stage.physio-skalsky.at/?p=42',0,'revision','',0),(43,1,'2022-02-10 09:12:31','2022-02-10 09:12:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','25-revision-v1','','','2022-02-10 09:12:31','2022-02-10 09:12:31','',25,'https://stage.physio-skalsky.at/?p=43',0,'revision','',0),(44,1,'2022-02-10 09:12:52','2022-02-10 09:12:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"200px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:12:52','2022-02-10 09:12:52','',34,'https://stage.physio-skalsky.at/?p=44',0,'revision','',0),(45,1,'2022-02-10 09:12:59','2022-02-10 09:12:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-10 09:12:59','2022-02-10 09:12:59','',25,'https://stage.physio-skalsky.at/?p=45',0,'revision','',0),(46,1,'2022-02-10 09:12:59','2022-02-10 09:12:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"200px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:12:59','2022-02-10 09:12:59','',34,'https://stage.physio-skalsky.at/?p=46',0,'revision','',0),(47,1,'2022-02-10 09:13:25','2022-02-10 09:13:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"175px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:13:25','2022-02-10 09:13:25','',34,'https://stage.physio-skalsky.at/?p=47',0,'revision','',0),(48,1,'2022-02-10 09:13:43','2022-02-10 09:13:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:13:43','2022-02-10 09:13:43','',34,'https://stage.physio-skalsky.at/?p=48',0,'revision','',0),(50,1,'2022-02-10 09:17:35','2022-02-10 09:17:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:17:35','2022-02-10 09:17:35','',34,'https://stage.physio-skalsky.at/?p=50',0,'revision','',0),(52,1,'2022-02-10 09:27:45','2022-02-10 09:27:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|20px|0px|20px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\"][/et_pb_icon][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:27:45','2022-02-10 09:27:45','',34,'https://stage.physio-skalsky.at/?p=52',0,'revision','',0),(54,1,'2022-02-10 09:29:11','2022-02-10 09:29:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|0px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|100px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\"][/et_pb_icon][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:29:11','2022-02-10 09:29:11','',34,'https://stage.physio-skalsky.at/?p=54',0,'revision','',0),(57,1,'2022-02-10 09:31:41','2022-02-10 09:31:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|0px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|100px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:31:41','2022-02-10 09:31:41','',34,'https://stage.physio-skalsky.at/?p=57',0,'revision','',0),(59,1,'2022-02-10 09:33:50','2022-02-10 09:33:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|0px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|100px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" url=\"https://www.instagram.com/physioskalsky/\"][/et_pb_icon][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:33:50','2022-02-10 09:33:50','',34,'https://stage.physio-skalsky.at/?p=59',0,'revision','',0),(61,1,'2022-02-10 09:36:16','2022-02-10 09:36:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|0px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|20px|100px|20px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" url=\"https://www.instagram.com/physioskalsky/\"][/et_pb_icon][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:36:16','2022-02-10 09:36:16','',34,'https://stage.physio-skalsky.at/?p=61',0,'revision','',0),(62,1,'2022-02-10 09:37:42','2022-02-10 09:37:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" url=\"https://www.instagram.com/physioskalsky/\"][/et_pb_icon][et_pb_icon _builder_version=\"4.14.7\" _module_preset=\"default\" font_icon=\"||divi||400\" hover_enabled=\"0\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:37:42','2022-02-10 09:37:42','',34,'https://stage.physio-skalsky.at/?p=62',0,'revision','',0),(64,1,'2022-02-10 09:38:03','2022-02-10 09:38:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-10 09:38:03','2022-02-10 09:38:03','',25,'https://stage.physio-skalsky.at/?p=64',0,'revision','',0),(65,1,'2022-02-10 09:38:28','2022-02-10 09:38:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-10 09:38:28','2022-02-10 09:38:28','',25,'https://stage.physio-skalsky.at/?p=65',0,'revision','',0),(66,1,'2022-02-10 09:39:06','2022-02-10 09:39:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:39:06','2022-02-10 09:39:06','',34,'https://stage.physio-skalsky.at/?p=66',0,'revision','',0),(68,1,'2022-02-10 09:40:08','2022-02-10 09:40:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:40:08','2022-02-10 09:40:08','',34,'https://stage.physio-skalsky.at/?p=68',0,'revision','',0),(69,1,'2022-02-10 09:40:32','2022-02-10 09:40:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:40:32','2022-02-10 09:40:32','',34,'https://stage.physio-skalsky.at/?p=69',0,'revision','',0),(71,1,'2022-02-10 09:41:12','2022-02-10 09:41:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-10 09:41:12','2022-02-10 09:41:12','',25,'https://stage.physio-skalsky.at/?p=71',0,'revision','',0); INSERT INTO `wp_posts` VALUES (72,1,'2022-02-10 09:43:08','2022-02-10 09:43:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-10 09:43:08','2022-02-10 09:43:08','',34,'https://stage.physio-skalsky.at/?p=72',0,'revision','',0),(74,1,'2022-02-10 14:33:22','2022-02-10 14:33:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" global_colors_info=\"{}\" scroll_horizontal_motion_enable=\"on\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-10 14:33:22','2022-02-10 14:33:22','',8,'https://stage.physio-skalsky.at/?p=74',0,'revision','',0),(76,1,'2022-02-10 14:39:32','2022-02-10 14:39:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-10 14:39:32','2022-02-10 14:39:32','',8,'https://stage.physio-skalsky.at/?p=76',0,'revision','',0),(78,1,'2022-02-10 16:01:54','2022-02-10 16:01:54','','SKAL_Header_1440x550_03','','inherit','open','closed','','skal_header_1440x550_03','','','2022-02-10 16:01:54','2022-02-10 16:01:54','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4',0,'attachment','video/mp4',0),(79,1,'2022-02-10 16:02:38','2022-02-10 16:02:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"SKAL_Header_1440x550_03\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" sticky_enabled=\"0\" height=\"1000px\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-10 16:02:38','2022-02-10 16:02:38','',8,'https://stage.physio-skalsky.at/?p=79',0,'revision','',0),(81,1,'2022-02-10 16:08:59','2022-02-10 16:08:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"SKAL_Header_1440x550_03\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" sticky_enabled=\"0\" height=\"1000px\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"100%\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-10 16:08:59','2022-02-10 16:08:59','',8,'https://stage.physio-skalsky.at/?p=81',0,'revision','',0),(82,1,'2022-02-11 07:28:50','2022-02-11 07:28:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"SKAL_Header_1440x550_03\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" sticky_enabled=\"0\" height=\"100vh\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"100%\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 07:28:50','2022-02-11 07:28:50','',8,'https://stage.physio-skalsky.at/?p=82',0,'revision','',0),(84,1,'2022-02-11 07:29:35','2022-02-11 07:29:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-11 07:29:35','2022-02-11 07:29:35','',25,'https://stage.physio-skalsky.at/?p=84',0,'revision','',0),(86,1,'2022-02-11 07:30:55','2022-02-11 07:30:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-11 07:30:55','2022-02-11 07:30:55','',25,'https://stage.physio-skalsky.at/?p=86',0,'revision','',0),(87,1,'2022-02-11 07:31:22','2022-02-11 07:31:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-11 07:31:22','2022-02-11 07:31:22','',25,'https://stage.physio-skalsky.at/?p=87',0,'revision','',0),(89,1,'2022-02-11 07:32:51','2022-02-11 07:32:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"SKAL_Header_1440x550_03\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" sticky_enabled=\"0\" height=\"75vh\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"100%\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 07:32:51','2022-02-11 07:32:51','',8,'https://stage.physio-skalsky.at/?p=89',0,'revision','',0),(91,1,'2022-02-11 07:34:26','2022-02-11 07:34:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"SKAL_Header_1440x550_03\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" sticky_enabled=\"0\" height=\"90vh\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"100%\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 07:34:26','2022-02-11 07:34:26','',8,'https://stage.physio-skalsky.at/?p=91',0,'revision','',0),(93,1,'2022-02-11 07:34:43','2022-02-11 07:34:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"SKAL_Header_1440x550_03\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" sticky_enabled=\"0\" height=\"95vh\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"100%\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" scroll_horizontal_motion=\"0|50|50|100|2|0|-2\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-light||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 07:34:43','2022-02-11 07:34:43','',8,'https://stage.physio-skalsky.at/?p=93',0,'revision','',0),(95,1,'2022-02-11 07:45:44','2022-02-11 07:45:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-11 07:45:44','2022-02-11 07:45:44','',34,'https://stage.physio-skalsky.at/?p=95',0,'revision','',0),(98,1,'2022-02-11 08:46:14','2022-02-11 08:46:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-11 08:46:14','2022-02-11 08:46:14','',25,'https://stage.physio-skalsky.at/?p=98',0,'revision','',0),(99,1,'2022-02-11 08:46:14','2022-02-11 08:46:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"SKAL_Header_1440x550_03\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" sticky_enabled=\"0\" height=\"95vh\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" locked=\"off\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\" header_font=\"helvetica-neue-bold||||||||\" header_font_size=\"38px\" header_line_height=\"50px\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"38px\" text_line_height=\"50px\" text_font=\"helvetica-neue-light|300|||||||\" text_text_color=\"#000000\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 08:46:14','2022-02-11 08:46:14','',8,'https://stage.physio-skalsky.at/?p=99',0,'revision','',0),(102,1,'2022-02-11 09:43:27','2022-02-11 09:43:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 09:43:27','2022-02-11 09:43:27','',8,'https://stage.physio-skalsky.at/?p=102',0,'revision','',0),(104,1,'2022-02-11 09:46:29','2022-02-11 09:46:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-8829fecf-1471-4607-a808-9d0e1a25c14f%22:%91%22background_color%22%93}\" background_color=\"gcid-8829fecf-1471-4607-a808-9d0e1a25c14f\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 09:46:29','2022-02-11 09:46:29','',8,'https://stage.physio-skalsky.at/?p=104',0,'revision','',0),(106,1,'2022-02-11 10:38:06','2022-02-11 10:38:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"40px\" button_border_width=\"0px\" button_border_radius=\"0px\" button_on_hover=\"off\" button_alignment=\"left\" button_text_color=\"#000000\" button_font=\"helvetica-neue-light||||||||\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 10:38:06','2022-02-11 10:38:06','',8,'https://stage.physio-skalsky.at/?p=106',0,'revision','',0),(108,1,'2022-02-11 10:43:04','2022-02-11 10:43:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"40px\" button_border_width=\"0px\" button_border_radius=\"0px\" button_on_hover=\"off\" button_alignment=\"left\" button_text_color=\"#000000\" button_font=\"helvetica-neue-light||||||||\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" button_icon_color=\"#000000\"][/et_pb_button][dsm_button _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 10:43:04','2022-02-11 10:43:04','',8,'https://stage.physio-skalsky.at/?p=108',0,'revision','',0),(110,1,'2022-02-11 10:46:06','2022-02-11 10:46:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"40px\" button_border_width=\"0px\" button_border_radius=\"0px\" button_on_hover=\"off\" button_alignment=\"left\" button_text_color=\"#000000\" button_font=\"helvetica-neue-light||||||||\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" button_icon_color=\"#000000\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 10:46:06','2022-02-11 10:46:06','',8,'https://stage.physio-skalsky.at/?p=110',0,'revision','',0),(111,1,'2022-02-11 10:46:13','2022-02-11 10:46:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"40px\" button_border_width=\"0px\" button_border_radius=\"0px\" button_on_hover=\"off\" button_alignment=\"left\" button_text_color=\"#000000\" button_font=\"helvetica-neue-light||||||||\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" button_icon_color=\"#000000\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"40px\" button_border_width=\"0px\" button_border_radius=\"0px\" button_on_hover=\"off\" button_alignment=\"left\" button_text_color=\"#000000\" button_font=\"helvetica-neue-light||||||||\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" button_icon_color=\"#000000\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"40px\" button_border_width=\"0px\" button_border_radius=\"0px\" button_on_hover=\"off\" button_alignment=\"left\" button_text_color=\"#000000\" button_font=\"helvetica-neue-light||||||||\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" button_icon_color=\"#000000\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_button=\"on\" button_text_size=\"40px\" button_border_width=\"0px\" button_border_radius=\"0px\" button_on_hover=\"off\" button_alignment=\"left\" button_text_color=\"#000000\" button_font=\"helvetica-neue-light||||||||\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" button_icon_color=\"#000000\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 10:46:13','2022-02-11 10:46:13','',8,'https://stage.physio-skalsky.at/?p=111',0,'revision','',0),(113,1,'2022-02-11 10:48:44','2022-02-11 10:48:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 10:48:44','2022-02-11 10:48:44','',8,'https://stage.physio-skalsky.at/?p=113',0,'revision','',0),(115,1,'2022-02-11 10:49:58','2022-02-11 10:49:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 10:49:58','2022-02-11 10:49:58','',8,'https://stage.physio-skalsky.at/?p=115',0,'revision','',0),(117,1,'2022-02-11 10:55:35','2022-02-11 10:55:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 10:55:35','2022-02-11 10:55:35','',8,'https://stage.physio-skalsky.at/?p=117',0,'revision','',0),(120,1,'2022-02-11 14:20:09','2022-02-11 14:20:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#f6f0ed\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 14:20:09','2022-02-11 14:20:09','',8,'https://stage.physio-skalsky.at/?p=120',0,'revision','',0),(122,1,'2022-02-11 14:21:45','2022-02-11 14:21:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#f6f0ed\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 14:21:45','2022-02-11 14:21:45','',8,'https://stage.physio-skalsky.at/?p=122',0,'revision','',0),(124,1,'2022-02-11 15:36:44','2022-02-11 15:36:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#f6f0ed\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 15:36:44','2022-02-11 15:36:44','',8,'https://stage.physio-skalsky.at/?p=124',0,'revision','',0),(125,1,'2022-02-11 15:37:00','2022-02-11 15:37:00','','portrait_01','','inherit','open','closed','','portrait_01','','','2022-02-11 15:37:00','2022-02-11 15:37:00','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg',0,'attachment','image/jpeg',0),(127,1,'2022-02-11 15:45:36','2022-02-11 15:45:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#f6f0ed\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_01\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 15:45:36','2022-02-11 15:45:36','',8,'https://stage.physio-skalsky.at/?p=127',0,'revision','',0),(129,1,'2022-02-11 15:54:03','2022-02-11 15:54:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" background_color=\"gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" sticky_enabled=\"0\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#f6f0ed\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_01\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-11 15:54:03','2022-02-11 15:54:03','',8,'https://stage.physio-skalsky.at/?p=129',0,'revision','',0),(130,1,'2022-02-14 07:26:53','2022-02-14 07:26:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:26:53','2022-02-14 07:26:53','',8,'https://stage.physio-skalsky.at/?p=130',0,'revision','',0),(132,1,'2022-02-14 07:31:08','2022-02-14 07:31:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-c6dd35f3-41be-41bf-9869-68524085f4c0%22:%91%22background_color%22%93}\" background_color=\"gcid-c6dd35f3-41be-41bf-9869-68524085f4c0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:31:08','2022-02-14 07:31:08','',8,'https://stage.physio-skalsky.at/?p=132',0,'revision','',0),(134,1,'2022-02-14 07:33:34','2022-02-14 07:33:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c6dd35f3-41be-41bf-9869-68524085f4c0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-c6dd35f3-41be-41bf-9869-68524085f4c0%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:33:34','2022-02-14 07:33:34','',8,'https://stage.physio-skalsky.at/?p=134',0,'revision','',0),(136,1,'2022-02-14 07:38:41','2022-02-14 07:38:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c6dd35f3-41be-41bf-9869-68524085f4c0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-c6dd35f3-41be-41bf-9869-68524085f4c0%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:38:41','2022-02-14 07:38:41','',8,'https://stage.physio-skalsky.at/?p=136',0,'revision','',0),(138,1,'2022-02-14 07:39:51','2022-02-14 07:39:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c6dd35f3-41be-41bf-9869-68524085f4c0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-c6dd35f3-41be-41bf-9869-68524085f4c0%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:39:51','2022-02-14 07:39:51','',8,'https://stage.physio-skalsky.at/?p=138',0,'revision','',0),(140,1,'2022-02-14 07:45:27','2022-02-14 07:45:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c6dd35f3-41be-41bf-9869-68524085f4c0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-c6dd35f3-41be-41bf-9869-68524085f4c0%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:45:27','2022-02-14 07:45:27','',8,'https://stage.physio-skalsky.at/?p=140',0,'revision','',0),(142,1,'2022-02-14 07:46:06','2022-02-14 07:46:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 35vh;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:46:06','2022-02-14 07:46:06','',8,'https://stage.physio-skalsky.at/?p=142',0,'revision','',0),(143,1,'2022-02-14 07:47:37','2022-02-14 07:47:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 450px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 450px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 450px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:47:37','2022-02-14 07:47:37','',8,'https://stage.physio-skalsky.at/?p=143',0,'revision','',0),(145,1,'2022-02-14 07:48:09','2022-02-14 07:48:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 450px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 450px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 450px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:48:09','2022-02-14 07:48:09','',8,'https://stage.physio-skalsky.at/?p=145',0,'revision','',0); INSERT INTO `wp_posts` VALUES (147,1,'2022-02-14 07:52:24','2022-02-14 07:52:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 07:52:24','2022-02-14 07:52:24','',8,'https://stage.physio-skalsky.at/?p=147',0,'revision','',0),(149,1,'2022-02-14 08:14:53','2022-02-14 08:14:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:14:53','2022-02-14 08:14:53','',8,'https://stage.physio-skalsky.at/?p=149',0,'revision','',0),(151,1,'2022-02-14 08:21:36','2022-02-14 08:21:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht :) Sehr zu empfehlen.»\" button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht :) Sehr zu empfehlen.»\" button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht :) Sehr zu empfehlen.»\" button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:21:36','2022-02-14 08:21:36','',8,'https://stage.physio-skalsky.at/?p=151',0,'revision','',0),(153,1,'2022-02-14 08:29:14','2022-02-14 08:29:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"#000000\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht :) Sehr zu empfehlen.»\" button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht :) Sehr zu empfehlen.»\" button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:29:14','2022-02-14 08:29:14','',8,'https://stage.physio-skalsky.at/?p=153',0,'revision','',0),(155,1,'2022-02-14 08:40:29','2022-02-14 08:40:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"#000000\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht :) Sehr zu empfehlen.»\" button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht :) Sehr zu empfehlen.»\" button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:40:29','2022-02-14 08:40:29','',8,'https://stage.physio-skalsky.at/?p=155',0,'revision','',0),(156,1,'2022-02-14 08:40:44','2022-02-14 08:40:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"#000000\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:40:44','2022-02-14 08:40:44','',8,'https://stage.physio-skalsky.at/?p=156',0,'revision','',0),(158,1,'2022-02-14 08:44:50','2022-02-14 08:44:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:44:50','2022-02-14 08:44:50','',8,'https://stage.physio-skalsky.at/?p=158',0,'revision','',0),(160,1,'2022-02-14 08:46:23','2022-02-14 08:46:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"75px||75px||true|false\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:46:23','2022-02-14 08:46:23','',8,'https://stage.physio-skalsky.at/?p=160',0,'revision','',0),(162,1,'2022-02-14 08:46:52','2022-02-14 08:46:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"75px|75px|75px|75px|true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:46:52','2022-02-14 08:46:52','',8,'https://stage.physio-skalsky.at/?p=162',0,'revision','',0),(164,1,'2022-02-14 08:47:45','2022-02-14 08:47:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|200px|0px|200px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"75px||75px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:47:45','2022-02-14 08:47:45','',8,'https://stage.physio-skalsky.at/?p=164',0,'revision','',0),(165,1,'2022-02-14 08:47:55','2022-02-14 08:47:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|200px|0px|200px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:47:55','2022-02-14 08:47:55','',8,'https://stage.physio-skalsky.at/?p=165',0,'revision','',0),(167,1,'2022-02-14 08:48:50','2022-02-14 08:48:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:48:50','2022-02-14 08:48:50','',8,'https://stage.physio-skalsky.at/?p=167',0,'revision','',0),(168,1,'2022-02-14 08:49:33','2022-02-14 08:49:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:49:33','2022-02-14 08:49:33','',8,'https://stage.physio-skalsky.at/?p=168',0,'revision','',0),(170,1,'2022-02-14 08:49:45','2022-02-14 08:49:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:49:45','2022-02-14 08:49:45','',8,'https://stage.physio-skalsky.at/?p=170',0,'revision','',0),(172,1,'2022-02-14 08:52:47','2022-02-14 08:52:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-400px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:52:47','2022-02-14 08:52:47','',8,'https://stage.physio-skalsky.at/?p=172',0,'revision','',0); INSERT INTO `wp_posts` VALUES (173,1,'2022-02-14 08:53:19','2022-02-14 08:53:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-385px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:53:19','2022-02-14 08:53:19','',8,'https://stage.physio-skalsky.at/?p=173',0,'revision','',0),(175,1,'2022-02-14 08:54:32','2022-02-14 08:54:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"750px\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" height=\"750px\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-385px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:54:32','2022-02-14 08:54:32','',8,'https://stage.physio-skalsky.at/?p=175',0,'revision','',0),(177,1,'2022-02-14 08:54:52','2022-02-14 08:54:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"750px\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" height=\"750px\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px||50px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-385px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:54:52','2022-02-14 08:54:52','',8,'https://stage.physio-skalsky.at/?p=177',0,'revision','',0),(178,1,'2022-02-14 08:55:16','2022-02-14 08:55:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"750px\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" height=\"750px\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px||50px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-350px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" title_text=\"portrait_01\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:55:16','2022-02-14 08:55:16','',8,'https://stage.physio-skalsky.at/?p=178',0,'revision','',0),(180,1,'2022-02-14 08:57:04','2022-02-14 08:57:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-f40fc84b-aa59-4bd0-ae15-266ce2eb8e4e%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-61f759a2-0d20-4649-99c5-c7da503b62fc\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-61f759a2-0d20-4649-99c5-c7da503b62fc%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"750px\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" height=\"750px\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px||50px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-350px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"750px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 08:57:04','2022-02-14 08:57:04','',8,'https://stage.physio-skalsky.at/?p=180',0,'revision','',0),(183,1,'2022-02-14 09:34:39','2022-02-14 09:34:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"750px\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" height=\"750px\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px||50px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-350px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"750px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\" arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" custom_padding=\"100px||100px||true|true\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_orientation=\"left\" header_text_color=\"#000000\" body_text_color=\"#000000\" hover_enabled=\"0\" sticky_enabled=\"0\" header_font=\"helvetica-neue-light|100|||||||\" header_font_size=\"27px\" header_line_height=\"37px\" body_font_size=\"17px\" body_line_height=\"24px\" body_font=\"helvetica-neue-bold||||||||\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 09:34:39','2022-02-14 09:34:39','',8,'https://stage.physio-skalsky.at/?p=183',0,'revision','',0),(185,1,'2022-02-14 09:50:23','2022-02-14 09:50:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"750px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"750px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-350px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"750px\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 09:50:23','2022-02-14 09:50:23','',8,'https://stage.physio-skalsky.at/?p=185',0,'revision','',0),(187,1,'2022-02-14 09:51:40','2022-02-14 09:51:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_4,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"600px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 09:51:40','2022-02-14 09:51:40','',8,'https://stage.physio-skalsky.at/?p=187',0,'revision','',0),(188,1,'2022-02-14 09:52:28','2022-02-14 09:52:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"600px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 09:52:28','2022-02-14 09:52:28','',8,'https://stage.physio-skalsky.at/?p=188',0,'revision','',0),(190,1,'2022-02-14 09:55:30','2022-02-14 09:55:30','','portrait_02','','inherit','open','closed','','portrait_02','','','2022-02-14 09:55:30','2022-02-14 09:55:30','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg',0,'attachment','image/jpeg',0),(191,1,'2022-02-14 09:57:13','2022-02-14 09:57:13','','portrait_03','','inherit','open','closed','','portrait_03','','','2022-02-14 09:57:13','2022-02-14 09:57:13','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg',0,'attachment','image/jpeg',0),(192,1,'2022-02-14 09:57:30','2022-02-14 09:57:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"600px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" custom_padding=\"||||false|false\" custom_margin=\"50px||||false|false\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 09:57:30','2022-02-14 09:57:30','',8,'https://stage.physio-skalsky.at/?p=192',0,'revision','',0),(194,1,'2022-02-14 09:59:10','2022-02-14 09:59:10','','portrait_01','','inherit','open','closed','','portrait_01-2','','','2022-02-14 09:59:10','2022-02-14 09:59:10','',0,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg',0,'attachment','image/jpeg',0),(195,1,'2022-02-14 09:59:56','2022-02-14 09:59:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" sticky_enabled=\"0\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"600px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||||false|false\" custom_margin=\"|||200px|false|false\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" custom_padding=\"||||false|false\" custom_margin=\"50px||||false|false\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 09:59:56','2022-02-14 09:59:56','',8,'https://stage.physio-skalsky.at/?p=195',0,'revision','',0),(197,1,'2022-02-14 10:02:26','2022-02-14 10:02:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" sticky_enabled=\"0\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"600px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||||false|false\" custom_margin=\"|||200px|false|false\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" custom_padding=\"||||false|false\" custom_margin=\"50px||||false|false\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:02:26','2022-02-14 10:02:26','',8,'https://stage.physio-skalsky.at/?p=197',0,'revision','',0),(199,1,'2022-02-14 10:08:05','2022-02-14 10:08:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" sticky_enabled=\"0\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"600px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||||false|false\" custom_margin=\"|||200px|false|false\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" custom_padding=\"||||false|false\" custom_margin=\"50px||||false|false\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:08:05','2022-02-14 10:08:05','',8,'https://stage.physio-skalsky.at/?p=199',0,'revision','',0),(200,1,'2022-02-14 10:08:31','2022-02-14 10:08:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" use_custom_gutter=\"off\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_image=\"off\" sticky_enabled=\"0\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"600px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||||false|false\" custom_margin=\"|||200px|false|false\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" show_divider=\"off\" height=\"275px\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" custom_padding=\"||||false|false\" custom_margin=\"50px||||false|false\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:08:31','2022-02-14 10:08:31','',8,'https://stage.physio-skalsky.at/?p=200',0,'revision','',0),(202,1,'2022-02-14 10:09:19','2022-02-14 10:09:19','{\n \"et_divi[gutter_width]\": {\n \"value\": \"1\",\n \"type\": \"option\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-02-14 10:09:19\"\n }\n}','','','trash','closed','closed','','700614d1-fed7-4f0e-904d-9b41930f861b','','','2022-02-14 10:09:19','2022-02-14 10:09:19','',0,'https://stage.physio-skalsky.at/2022/02/700614d1-fed7-4f0e-904d-9b41930f861b/',0,'customize_changeset','',0),(204,1,'2022-02-14 10:13:15','2022-02-14 10:13:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"25px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"25px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"25px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:13:15','2022-02-14 10:13:15','',8,'https://stage.physio-skalsky.at/?p=204',0,'revision','',0); INSERT INTO `wp_posts` VALUES (206,1,'2022-02-14 10:14:04','2022-02-14 10:14:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:14:04','2022-02-14 10:14:04','',8,'https://stage.physio-skalsky.at/?p=206',0,'revision','',0),(207,1,'2022-02-14 10:24:58','2022-02-14 10:24:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:24:58','2022-02-14 10:24:58','',8,'https://stage.physio-skalsky.at/?p=207',0,'revision','',0),(209,1,'2022-02-14 10:27:45','2022-02-14 10:27:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:27:45','2022-02-14 10:27:45','',8,'https://stage.physio-skalsky.at/?p=209',0,'revision','',0),(212,1,'2022-02-14 10:41:35','2022-02-14 10:41:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h3\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h3\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h3\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:41:35','2022-02-14 10:41:35','',8,'https://stage.physio-skalsky.at/?p=212',0,'revision','',0),(214,1,'2022-02-14 10:44:59','2022-02-14 10:44:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"24vw\" height=\"24vw\" button_custom_margin=\"18vw||||false|false\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h3\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h3\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:44:59','2022-02-14 10:44:59','',8,'https://stage.physio-skalsky.at/?p=214',0,'revision','',0),(216,1,'2022-02-14 10:45:53','2022-02-14 10:45:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"24vw\" height=\"24vw\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h3\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h3\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:45:53','2022-02-14 10:45:53','',8,'https://stage.physio-skalsky.at/?p=216',0,'revision','',0),(217,1,'2022-02-14 10:46:07','2022-02-14 10:46:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"24vw\" height=\"24vw\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"24vw\" height=\"24vw\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"24vw\" height=\"24vw\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:46:07','2022-02-14 10:46:07','',8,'https://stage.physio-skalsky.at/?p=217',0,'revision','',0),(218,1,'2022-02-14 10:46:37','2022-02-14 10:46:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" height=\"24vw\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"24vw\" height=\"24vw\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"24vw\" height=\"24vw\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:46:37','2022-02-14 10:46:37','',8,'https://stage.physio-skalsky.at/?p=218',0,'revision','',0),(220,1,'2022-02-14 10:47:46','2022-02-14 10:47:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:47:46','2022-02-14 10:47:46','',8,'https://stage.physio-skalsky.at/?p=220',0,'revision','',0),(222,1,'2022-02-14 10:50:36','2022-02-14 10:50:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\" custom_css_main_element=\"||\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:50:36','2022-02-14 10:50:36','',8,'https://stage.physio-skalsky.at/?p=222',0,'revision','',0),(224,1,'2022-02-14 10:54:36','2022-02-14 10:54:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\" custom_css_main_element=\"width: 100%;||height: same-as-width;\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:54:36','2022-02-14 10:54:36','',8,'https://stage.physio-skalsky.at/?p=224',0,'revision','',0),(226,1,'2022-02-14 10:55:55','2022-02-14 10:55:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 608px;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 50vh;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_main_element=\"height: 508px;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" column_structure=\"1_3,1_3,1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\" module_class=\"same-as-width\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" custom_padding=\"|12.5px||12.5px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_card _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"Entdecken\" title=\"Prävention\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" header_level=\"h1\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_on_hover=\"off\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_alignment=\"left\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" button_custom_margin=\"16vw||||false|false\" content_padding=\"50px|25px|50px|25px|true|true\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:55:55','2022-02-14 10:55:55','',8,'https://stage.physio-skalsky.at/?p=226',0,'revision','',0),(227,1,'2022-02-14 10:56:39','2022-02-14 10:56:39','/*-----------------------Mobile-Menu-----------------------*/\r\n\r\n/*\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n*/\r\n.nav li ul.sub-menu {\r\n box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n -moz-box-shadow: 0 0 0 rgba(0,0,0,0);\r\n -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n}\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n/*----------text hover on 1 column boxes for headline, text, link and icon ----------*/\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}\r\n\r\n\r\n\r\n/*---------------Accordeon---------------*/\r\n\r\n.et_pb_toggle_open .et_pb_toggle_title:before {\r\n display: block !important;\r\n content: \"\\e04f\";\r\n}\r\n\r\n\r\n\r\n.lwp-toggle-icon.et_pb_toggle .et_pb_toggle_title:before,.lwp-toggle-icon .et_pb_toggle .et_pb_toggle_title:before {\r\n content:\'\\4c\';\r\n}\r\n \r\n/*-----------------------toggle icon-----------------------*/\r\n.lwp-toggle-icon.et_pb_toggle_open .et_pb_toggle_title:before{\r\n content:\'\\4b\'; \r\n}','divi-child','','publish','closed','closed','','divi-child','','','2022-03-10 13:44:32','2022-03-10 13:44:32','',0,'https://stage.physio-skalsky.at/2022/02/divi-child/',0,'custom_css','',0),(228,1,'2022-02-14 10:56:39','2022-02-14 10:56:39','.same-as-width {\r\n width: 80%;\r\n height: same-as-width;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-14 10:56:39','2022-02-14 10:56:39','',227,'https://stage.physio-skalsky.at/?p=228',0,'revision','',0),(229,1,'2022-02-14 10:56:50','2022-02-14 10:56:50','.same-as-width {\r\n width: 100%;\r\n height: same-as-width;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-14 10:56:50','2022-02-14 10:56:50','',227,'https://stage.physio-skalsky.at/?p=229',0,'revision','',0),(230,1,'2022-02-14 10:57:07','2022-02-14 10:57:07','.same-as-width {\r\n width: 100%;\r\n height: same-as-width\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-14 10:57:07','2022-02-14 10:57:07','',227,'https://stage.physio-skalsky.at/?p=230',0,'revision','',0),(231,1,'2022-02-14 10:57:44','2022-02-14 10:57:44','.same-as-width {\r\n width: 100%;\r\n height: same-as-width !important\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-14 10:57:44','2022-02-14 10:57:44','',227,'https://stage.physio-skalsky.at/?p=231',0,'revision','',0),(232,1,'2022-02-14 10:57:54','2022-02-14 10:57:54','.same-as-width {\r\n width: 100%;\r\n height: same-as-width !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-14 10:57:54','2022-02-14 10:57:54','',227,'https://stage.physio-skalsky.at/?p=232',0,'revision','',0),(233,1,'2022-02-14 10:58:05','2022-02-14 10:58:05','','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-14 10:58:05','2022-02-14 10:58:05','',227,'https://stage.physio-skalsky.at/?p=233',0,'revision','',0),(234,1,'2022-02-14 10:58:27','2022-02-14 10:58:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|12.5px||12.5px|false|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|12.5px||12.5px|false|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|12.5px||12.5px|false|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 10:58:27','2022-02-14 10:58:27','',8,'https://stage.physio-skalsky.at/?p=234',0,'revision','',0),(235,1,'2022-02-14 11:06:54','2022-02-14 11:06:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"275px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"275px\" custom_margin=\"50px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 11:06:54','2022-02-14 11:06:54','',8,'https://stage.physio-skalsky.at/?p=235',0,'revision','',0),(237,1,'2022-02-14 12:04:56','2022-02-14 12:04:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:04:56','2022-02-14 12:04:56','',8,'https://stage.physio-skalsky.at/?p=237',0,'revision','',0); INSERT INTO `wp_posts` VALUES (238,1,'2022-02-14 12:05:09','2022-02-14 12:05:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-200px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:05:09','2022-02-14 12:05:09','',8,'https://stage.physio-skalsky.at/?p=238',0,'revision','',0),(239,1,'2022-02-14 12:05:40','2022-02-14 12:05:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:05:40','2022-02-14 12:05:40','',8,'https://stage.physio-skalsky.at/?p=239',0,'revision','',0),(241,1,'2022-02-14 12:06:07','2022-02-14 12:06:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:06:07','2022-02-14 12:06:07','',8,'https://stage.physio-skalsky.at/?p=241',0,'revision','',0),(242,1,'2022-02-14 12:06:32','2022-02-14 12:06:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:06:32','2022-02-14 12:06:32','',8,'https://stage.physio-skalsky.at/?p=242',0,'revision','',0),(244,1,'2022-02-14 12:14:01','2022-02-14 12:14:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:14:01','2022-02-14 12:14:01','',8,'https://stage.physio-skalsky.at/?p=244',0,'revision','',0),(245,1,'2022-02-14 12:14:29','2022-02-14 12:14:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"#f6f0ed\" height=\"600px\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:14:29','2022-02-14 12:14:29','',8,'https://stage.physio-skalsky.at/?p=245',0,'revision','',0),(248,1,'2022-02-14 12:16:15','2022-02-14 12:16:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"95vh\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:16:15','2022-02-14 12:16:15','',8,'https://stage.physio-skalsky.at/?p=248',0,'revision','',0),(250,1,'2022-02-14 12:24:28','2022-02-14 12:24:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"100%\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:24:28','2022-02-14 12:24:28','',8,'https://stage.physio-skalsky.at/?p=250',0,'revision','',0),(252,1,'2022-02-14 12:25:43','2022-02-14 12:25:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:25:43','2022-02-14 12:25:43','',8,'https://stage.physio-skalsky.at/?p=252',0,'revision','',0),(254,1,'2022-02-14 12:30:30','2022-02-14 12:30:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"628px\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:30:30','2022-02-14 12:30:30','',8,'https://stage.physio-skalsky.at/?p=254',0,'revision','',0),(256,1,'2022-02-14 12:30:54','2022-02-14 12:30:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 608px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 12:30:54','2022-02-14 12:30:54','',8,'https://stage.physio-skalsky.at/?p=256',0,'revision','',0),(258,1,'2022-02-14 14:35:12','2022-02-14 14:35:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

adsadfadf

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 14:35:12','2022-02-14 14:35:12','',8,'https://stage.physio-skalsky.at/?p=258',0,'revision','',0),(261,1,'2022-02-14 15:46:06','2022-02-14 15:46:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

adsadfadf

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 15:46:06','2022-02-14 15:46:06','',8,'https://stage.physio-skalsky.at/?p=261',0,'revision','',0),(262,1,'2022-02-14 15:47:33','2022-02-14 15:47:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

adsadfadf

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 15:47:33','2022-02-14 15:47:33','',8,'https://stage.physio-skalsky.at/?p=262',0,'revision','',0); INSERT INTO `wp_posts` VALUES (264,1,'2022-02-14 15:48:14','2022-02-14 15:48:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"90%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

adsadfadf

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 15:48:14','2022-02-14 15:48:14','',8,'https://stage.physio-skalsky.at/?p=264',0,'revision','',0),(265,1,'2022-02-14 15:48:26','2022-02-14 15:48:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" custom_padding=\"|||1px||\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"92%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

adsadfadf

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 50vh;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Professionell und engagiert begleitet auf dem Weg zur Gesundheit.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_main_element=\"height: 508px;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" global_colors_info=\"{}\"]

Leidenschaftlich, fokussiert und inspiriert ins Ziel.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 15:48:26','2022-02-14 15:48:26','',8,'https://stage.physio-skalsky.at/?p=265',0,'revision','',0),(267,1,'2022-02-14 15:52:32','2022-02-14 15:52:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"1920px\" width=\"100%\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"0px||0px||true|false\" height=\"65vh\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_font_size=\"60px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"72px\" width=\"50vw\" positioning=\"absolute\" vertical_offset=\"50vh\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" custom_padding=\"|||2px||\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"92%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"92%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"92%\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" disabled_on=\"on|on|on\" disabled=\"on\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"50px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-14 15:52:32','2022-02-14 15:52:32','',8,'https://stage.physio-skalsky.at/?p=267',0,'revision','',0),(268,1,'2022-02-17 07:18:50','2022-02-17 07:18:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" vertical_offset=\"50vh\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:18:50','2022-02-17 07:18:50','',8,'https://stage.physio-skalsky.at/?p=268',0,'revision','',0),(270,1,'2022-02-17 07:21:14','2022-02-17 07:21:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" vertical_offset=\"0px\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" position_origin_r=\"bottom_left\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"99ee5ad1-34fb-48b3-bedf-52dabe4dcd6f\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" module_class=\"same-as-width\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"12.5px|12.5px|12.5px|12.5px|true|true\" global_colors_info=\"{}\"][dsm_card title=\"Prävention\" content_padding=\"50px|25px|50px|25px|true|true\" button_text=\"Entdecken\" button_url_new_window=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_level=\"h1\" header_font=\"helvetica-neue-bold||||||||\" header_text_color=\"#FFFFFF\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"32px\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_button=\"on\" button_text_size=\"22px\" button_text_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_color=\"RGBA(255,255,255,0)\" button_border_radius=\"0px\" button_font=\"helvetica-neue-bold||||||||\" button_icon=\"5||divi||400\" button_icon_color=\"#FFFFFF\" button_on_hover=\"off\" button_alignment=\"left\" button_custom_margin=\"16vw||||false|false\" button_custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"]

Erfolgreicher und effizienter als die beste Therapie.

[/dsm_card][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:21:14','2022-02-17 07:21:14','',8,'https://stage.physio-skalsky.at/?p=270',0,'revision','',0),(272,1,'2022-02-17 07:24:45','2022-02-17 07:24:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" vertical_offset=\"0px\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" position_origin_r=\"bottom_left\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:24:45','2022-02-17 07:24:45','',8,'https://stage.physio-skalsky.at/?p=272',0,'revision','',0),(275,1,'2022-02-17 07:28:26','2022-02-17 07:28:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" custom_css_main_element=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 07:28:26','2022-02-17 07:28:26','',25,'https://stage.physio-skalsky.at/?p=275',0,'revision','',0),(276,1,'2022-02-17 07:28:27','2022-02-17 07:28:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"651bd570-19bc-4d3e-9bcd-7ba50ca379c9\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:28:27','2022-02-17 07:28:27','',8,'https://stage.physio-skalsky.at/?p=276',0,'revision','',0),(278,1,'2022-02-17 07:28:44','2022-02-17 07:28:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 07:28:44','2022-02-17 07:28:44','',25,'https://stage.physio-skalsky.at/?p=278',0,'revision','',0),(279,1,'2022-02-17 07:28:54','2022-02-17 07:28:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||200px|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:28:54','2022-02-17 07:28:54','',8,'https://stage.physio-skalsky.at/?p=279',0,'revision','',0),(281,1,'2022-02-17 07:30:45','2022-02-17 07:30:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-250px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:30:45','2022-02-17 07:30:45','',8,'https://stage.physio-skalsky.at/?p=281',0,'revision','',0),(283,1,'2022-02-17 07:36:55','2022-02-17 07:36:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Unser Team

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:36:55','2022-02-17 07:36:55','',8,'https://stage.physio-skalsky.at/?p=283',0,'revision','',0),(285,1,'2022-02-17 07:49:20','2022-02-17 07:49:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:49:20','2022-02-17 07:49:20','',8,'https://stage.physio-skalsky.at/?p=285',0,'revision','',0),(287,1,'2022-02-17 07:51:11','2022-02-17 07:51:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:51:11','2022-02-17 07:51:11','',8,'https://stage.physio-skalsky.at/?p=287',0,'revision','',0),(288,1,'2022-02-17 07:51:37','2022-02-17 07:51:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:51:37','2022-02-17 07:51:37','',8,'https://stage.physio-skalsky.at/?p=288',0,'revision','',0),(289,1,'2022-02-17 07:51:48','2022-02-17 07:51:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"absolute\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:51:48','2022-02-17 07:51:48','',8,'https://stage.physio-skalsky.at/?p=289',0,'revision','',0),(291,1,'2022-02-17 07:52:35','2022-02-17 07:52:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-473px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:52:35','2022-02-17 07:52:35','',8,'https://stage.physio-skalsky.at/?p=291',0,'revision','',0); INSERT INTO `wp_posts` VALUES (292,1,'2022-02-17 07:52:59','2022-02-17 07:52:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||25%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:52:59','2022-02-17 07:52:59','',8,'https://stage.physio-skalsky.at/?p=292',0,'revision','',0),(294,1,'2022-02-17 07:57:11','2022-02-17 07:57:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"600px\" module_alignment=\"right\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:57:11','2022-02-17 07:57:11','',8,'https://stage.physio-skalsky.at/?p=294',0,'revision','',0),(296,1,'2022-02-17 07:58:19','2022-02-17 07:58:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 07:58:19','2022-02-17 07:58:19','',8,'https://stage.physio-skalsky.at/?p=296',0,'revision','',0),(298,1,'2022-02-17 08:00:15','2022-02-17 08:00:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 08:00:15','2022-02-17 08:00:15','',8,'https://stage.physio-skalsky.at/?p=298',0,'revision','',0),(300,1,'2022-02-17 08:00:50','2022-02-17 08:00:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

 

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 08:00:50','2022-02-17 08:00:50','',8,'https://stage.physio-skalsky.at/?p=300',0,'revision','',0),(301,1,'2022-02-17 08:01:23','2022-02-17 08:01:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"relative\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"50vw\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 08:01:23','2022-02-17 08:01:23','',8,'https://stage.physio-skalsky.at/?p=301',0,'revision','',0),(303,1,'2022-02-17 08:06:38','2022-02-17 08:06:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_after=\"|| height: 65vh; \" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"absolute\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;|| height: 65vh; \"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"absolute\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" position_origin_a=\"bottom_left\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 08:06:38','2022-02-17 08:06:38','',8,'https://stage.physio-skalsky.at/?p=303',0,'revision','',0),(305,1,'2022-02-17 08:07:43','2022-02-17 08:07:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" position_origin_a=\"bottom_left\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;|| height: 65vh; \"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"absolute\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" position_origin_a=\"bottom_left\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|300px|0px|300px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 08:07:43','2022-02-17 08:07:43','',8,'https://stage.physio-skalsky.at/?p=305',0,'revision','',0),(307,1,'2022-02-17 08:09:04','2022-02-17 08:09:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" position_origin_a=\"bottom_left\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;|| height: 65vh; \"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"absolute\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" position_origin_a=\"bottom_left\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" max_width=\"1200px\" sticky_enabled=\"0\" module_alignment=\"center\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 08:09:04','2022-02-17 08:09:04','',8,'https://stage.physio-skalsky.at/?p=307',0,'revision','',0),(310,1,'2022-02-17 08:19:18','2022-02-17 08:19:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"5px|15px|5px|15px|true|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:19:18','2022-02-17 08:19:18','',25,'https://stage.physio-skalsky.at/?p=310',0,'revision','',0),(311,1,'2022-02-17 08:19:19','2022-02-17 08:19:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" position_origin_a=\"bottom_left\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;|| height: 65vh; \"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" positioning=\"absolute\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" position_origin_a=\"bottom_left\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" vertical_offset=\"50px\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"750px\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" custom_padding=\"100px||100px||true|true\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" max_width=\"1200px\" sticky_enabled=\"0\" module_alignment=\"center\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 08:19:19','2022-02-17 08:19:19','',8,'https://stage.physio-skalsky.at/?p=311',0,'revision','',0),(313,1,'2022-02-17 08:20:22','2022-02-17 08:20:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"5px|15px|5px|15px|true|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\" logo_width_last_edited=\"on|desktop\" logo_width_phone=\"100px\" sticky_enabled=\"0\" logo_width_tablet=\"150px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:20:22','2022-02-17 08:20:22','',25,'https://stage.physio-skalsky.at/?p=313',0,'revision','',0),(314,1,'2022-02-17 08:21:02','2022-02-17 08:21:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"5px|15px|5px|15px|true|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\" logo_width_last_edited=\"on|phone\" logo_width_phone=\"150px\" sticky_enabled=\"0\" logo_width_tablet=\"200px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:21:02','2022-02-17 08:21:02','',25,'https://stage.physio-skalsky.at/?p=314',0,'revision','',0),(316,1,'2022-02-17 08:21:23','2022-02-17 08:21:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"0px|15px|0px|15px|true|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\" logo_width_last_edited=\"on|phone\" logo_width_phone=\"150px\" sticky_enabled=\"0\" logo_width_tablet=\"200px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:21:23','2022-02-17 08:21:23','',25,'https://stage.physio-skalsky.at/?p=316',0,'revision','',0),(317,1,'2022-02-17 08:21:41','2022-02-17 08:21:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"5px|15px|0px|15px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\" logo_width_last_edited=\"on|phone\" logo_width_phone=\"150px\" sticky_enabled=\"0\" logo_width_tablet=\"200px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:21:41','2022-02-17 08:21:41','',25,'https://stage.physio-skalsky.at/?p=317',0,'revision','',0),(318,1,'2022-02-17 08:21:59','2022-02-17 08:21:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\" logo_width_last_edited=\"on|phone\" logo_width_phone=\"150px\" sticky_enabled=\"0\" logo_width_tablet=\"200px\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:21:59','2022-02-17 08:21:59','',25,'https://stage.physio-skalsky.at/?p=318',0,'revision','',0),(320,1,'2022-02-17 08:23:53','2022-02-17 08:23:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:23:53','2022-02-17 08:23:53','',25,'https://stage.physio-skalsky.at/?p=320',0,'revision','',0),(322,1,'2022-02-17 08:24:40','2022-02-17 08:24:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\" module_class=\"mobile_menu\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:24:40','2022-02-17 08:24:40','',25,'https://stage.physio-skalsky.at/?p=322',0,'revision','',0),(324,1,'2022-02-17 08:25:58','2022-02-17 08:25:58','/*-----------------------Mobile-Menu-----------------------*/\r\n\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-17 08:25:58','2022-02-17 08:25:58','',227,'https://stage.physio-skalsky.at/?p=324',0,'revision','',0),(325,1,'2022-02-17 08:26:42','2022-02-17 08:26:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\" module_class=\"mobile_menu\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:26:42','2022-02-17 08:26:42','',25,'https://stage.physio-skalsky.at/?p=325',0,'revision','',0),(327,1,'2022-02-17 08:29:12','2022-02-17 08:29:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

prävention.
rehabilitation.
motivation.

\" content_phone=\"

prävention.
rehabilitation.
motivation.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','publish','closed','closed','','konzept','','','2022-02-28 10:28:11','2022-02-28 10:28:11','',0,'https://stage.physio-skalsky.at/?page_id=327',0,'page','',0),(328,1,'2022-02-17 08:29:12','2022-02-17 08:29:12','','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-17 08:29:12','2022-02-17 08:29:12','',327,'https://stage.physio-skalsky.at/?p=328',0,'revision','',0),(329,1,'2022-02-17 08:29:34','2022-02-17 08:29:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

individuell.
vielfältig.
professionell.

\" content_phone=\"

individuell.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"25px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Anwendungsgebiete

\n

Das sind häufige Beschwerden, bei denen Physiotherapie helfen kann.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','publish','closed','closed','','leistungen','','','2022-03-04 16:06:37','2022-03-04 16:06:37','',0,'https://stage.physio-skalsky.at/?page_id=329',0,'page','',0),(330,1,'2022-02-17 08:29:34','2022-02-17 08:29:34','','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-17 08:29:34','2022-02-17 08:29:34','',329,'https://stage.physio-skalsky.at/?p=330',0,'revision','',0),(331,1,'2022-02-17 08:29:48','2022-02-17 08:29:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Melih Erdogan

\n

Melih fasziniert es, dass der Körper mit den richtigen Impulsen den Heilungsweg fast wie von selbst findet. Aber eben nur fast - denn auch in der (Sport-)Physiotherapie gilt: \"Von Nichts kommt Nichts\".

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Marion Gasser Müssigmann

\n

Marion ist verantwortlich für die Praxisorganisation, hat unseren Terminkalender fest im Griff und sorgt dafür, dass du dich bei uns in der Physiotherapie Skalsky rundum wohl fühlst.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMjkifX0=@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][et_pb_button button_text=\"Mehr erfahren\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','publish','closed','closed','','team','','','2022-03-03 15:32:30','2022-03-03 15:32:30','',0,'https://stage.physio-skalsky.at/?page_id=331',0,'page','',0),(332,1,'2022-02-17 08:29:48','2022-02-17 08:29:48','','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-17 08:29:48','2022-02-17 08:29:48','',331,'https://stage.physio-skalsky.at/?p=332',0,'revision','',0),(333,1,'2022-02-17 08:29:54','2022-02-17 08:29:54','','Praxis','','trash','closed','closed','','praxis__trashed','','','2022-03-03 09:51:27','2022-03-03 09:51:27','',0,'https://stage.physio-skalsky.at/?page_id=333',0,'page','',0),(334,1,'2022-02-17 08:29:54','2022-02-17 08:29:54','','','','inherit','closed','closed','','333-revision-v1','','','2022-02-17 08:29:54','2022-02-17 08:29:54','',333,'https://stage.physio-skalsky.at/?p=334',0,'revision','',0),(335,1,'2022-02-17 08:30:00','2022-02-17 08:30:00','','Praxis','','inherit','closed','closed','','333-revision-v1','','','2022-02-17 08:30:00','2022-02-17 08:30:00','',333,'https://stage.physio-skalsky.at/?p=335',0,'revision','',0),(336,1,'2022-02-17 08:30:13','2022-02-17 08:30:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_padding=\"25px||0px||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"10px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][dsm_contact_form_7 cf7_library=\"4\" label_bottom_spacing=\"0px\" input_background_color=\"RGBA(255,255,255,0)\" file_padding=\"||||false|false\" validation_error_background_color=\"RGBA(255,255,255,0)\" validation_success_background_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" labels_font=\"helvetica-neue-bold||||||||\" labels_text_color=\"#000000\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_text_color=\"#000000\" placeholder_font_size=\"20px\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_align=\"left\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" custom_button_one=\"on\" button_one_text_size=\"22px\" button_one_text_color=\"#000000\" button_one_border_width=\"0px\" button_one_border_radius=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_tablet=\"|0vw||0vw|true|true\" custom_padding_phone=\"|0vw||0vw|true|true\" custom_padding_last_edited=\"on|desktop\" animation_style=\"fade\" animation_duration=\"1250ms\" hover_enabled=\"0\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" border_color_all_error_validation=\"#E02B20\" border_color_all_validation_success=\"#7CDA24\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"100vw\" custom_margin=\"||0px||false|false\" custom_padding=\"100px||0px||false|false\" custom_padding_tablet=\"75px||||false|false\" custom_padding_phone=\"75px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_embed_google_map address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"16\" _builder_version=\"4.14.7\" _module_preset=\"default\" position_origin_a=\"center_center\" width=\"100%\" height=\"50vh\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','publish','closed','closed','','kontakt','','','2022-03-04 13:31:07','2022-03-04 13:31:07','',0,'https://stage.physio-skalsky.at/?page_id=336',0,'page','',0),(337,1,'2022-02-17 08:30:13','2022-02-17 08:30:13','','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-02-17 08:30:13','2022-02-17 08:30:13','',336,'https://stage.physio-skalsky.at/?p=337',0,'revision','',0),(338,1,'2022-02-17 08:30:53','2022-02-17 08:30:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_padding=\"|1px||||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','publish','closed','closed','','praevention','','','2022-03-03 09:39:31','2022-03-03 09:39:31','',327,'https://stage.physio-skalsky.at/?page_id=338',0,'page','',0),(339,1,'2022-02-17 08:30:53','2022-02-17 08:30:53','','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-17 08:30:53','2022-02-17 08:30:53','',338,'https://stage.physio-skalsky.at/?p=339',0,'revision','',0),(340,1,'2022-03-03 15:31:03','2022-02-17 08:33:05',' ','','','publish','closed','closed','','340','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',0,'https://stage.physio-skalsky.at/?p=340',17,'nav_menu_item','',0),(342,1,'2022-03-03 15:31:03','2022-02-17 08:33:05',' ','','','publish','closed','closed','','342','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',0,'https://stage.physio-skalsky.at/?p=342',10,'nav_menu_item','',0),(343,1,'2022-03-03 15:31:03','2022-02-17 08:33:05',' ','','','publish','closed','closed','','343','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',0,'https://stage.physio-skalsky.at/?p=343',5,'nav_menu_item','',0),(344,1,'2022-03-03 15:31:03','2022-02-17 08:33:05',' ','','','publish','closed','closed','','344','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',0,'https://stage.physio-skalsky.at/?p=344',1,'nav_menu_item','',0),(345,1,'2022-03-03 15:31:03','2022-02-17 08:33:05',' ','','','publish','closed','closed','','345','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',327,'https://stage.physio-skalsky.at/?p=345',2,'nav_menu_item','',0),(346,1,'2022-02-17 08:33:38','2022-02-17 08:33:38','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:33:38','2022-02-17 08:33:38','',25,'https://stage.physio-skalsky.at/?p=346',0,'revision','',0),(349,1,'2022-02-17 08:39:34','2022-02-17 08:39:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"110px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|100px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:39:34','2022-02-17 08:39:34','',34,'https://stage.physio-skalsky.at/?p=349',0,'revision','',0); INSERT INTO `wp_posts` VALUES (351,1,'2022-02-17 08:40:28','2022-02-17 08:40:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"110px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:40:28','2022-02-17 08:40:28','',34,'https://stage.physio-skalsky.at/?p=351',0,'revision','',0),(353,1,'2022-02-17 08:41:23','2022-02-17 08:41:23','/*-----------------------Mobile-Menu-----------------------*/\r\n\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-17 08:41:23','2022-02-17 08:41:23','',227,'https://stage.physio-skalsky.at/?p=353',0,'revision','',0),(354,1,'2022-02-17 08:42:01','2022-02-17 08:42:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:42:01','2022-02-17 08:42:01','',34,'https://stage.physio-skalsky.at/?p=354',0,'revision','',0),(356,1,'2022-02-17 08:43:05','2022-02-17 08:43:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:43:05','2022-02-17 08:43:05','',34,'https://stage.physio-skalsky.at/?p=356',0,'revision','',0),(358,1,'2022-02-17 08:46:55','2022-02-17 08:46:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\" max_width_last_edited=\"on|tablet\" max_width_phone=\"120px\" max_width_tablet=\"160px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:46:55','2022-02-17 08:46:55','',34,'https://stage.physio-skalsky.at/?p=358',0,'revision','',0),(360,1,'2022-02-17 08:47:40','2022-02-17 08:47:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\" max_width_last_edited=\"on|tablet\" max_width_phone=\"120px\" max_width_tablet=\"160px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:47:40','2022-02-17 08:47:40','',34,'https://stage.physio-skalsky.at/?p=360',0,'revision','',0),(362,1,'2022-02-17 08:49:25','2022-02-17 08:49:25','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','trash','open','closed','','default-website-template__trashed','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',0,'https://stage.physio-skalsky.at/et_header_layout/default-website-template/',0,'et_header_layout','',0),(363,1,'2022-02-17 08:49:25','2022-02-17 08:49:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\" max_width_last_edited=\"on|tablet\" max_width_phone=\"120px\" max_width_tablet=\"160px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','trash','open','closed','','default-website-template__trashed','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',0,'https://stage.physio-skalsky.at/et_footer_layout/default-website-template/',0,'et_footer_layout','',0),(364,1,'2022-02-17 08:58:47','2022-02-17 08:58:47','','Theme Builder','','trash','closed','closed','','__trashed-4','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',0,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=364',0,'et_theme_builder','',0),(365,1,'2022-02-17 08:50:08','2022-02-17 08:50:08','','Default Website Template','','trash','closed','closed','','default-website-template-5__trashed','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',0,'https://stage.physio-skalsky.at/et_template/default-website-template-5/',0,'et_template','',0),(366,1,'2022-02-17 08:50:08','2022-02-17 08:50:08','','404 Page','','trash','closed','closed','','404-page__trashed','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',0,'https://stage.physio-skalsky.at/et_template/404-page/',0,'et_template','',0),(367,1,'2022-02-17 08:50:20','2022-02-17 08:50:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"center_center\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_typing_effect before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\" header_font_size=\"38px\" header_line_height=\"50px\" global_colors_info=\"{}\"][/dsm_typing_effect][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" button_text=\"Homepage\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','publish','open','closed','','theme-builder-layout','','','2022-02-25 07:58:38','2022-02-25 07:58:38','',0,'https://stage.physio-skalsky.at/et_body_layout/theme-builder-layout/',0,'et_body_layout','',0),(369,1,'2022-02-17 08:52:08','2022-02-17 08:52:08','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:52:08','2022-02-17 08:52:08','',25,'https://stage.physio-skalsky.at/?p=369',0,'revision','',0),(370,1,'2022-02-17 08:52:08','2022-02-17 08:52:08','','404 Page','','inherit','closed','closed','','367-revision-v1','','','2022-02-17 08:52:08','2022-02-17 08:52:08','',367,'https://stage.physio-skalsky.at/?p=370',0,'revision','',0); INSERT INTO `wp_posts` VALUES (371,1,'2022-02-17 08:52:08','2022-02-17 08:52:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\" max_width_last_edited=\"on|tablet\" max_width_phone=\"120px\" max_width_tablet=\"160px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:52:08','2022-02-17 08:52:08','',34,'https://stage.physio-skalsky.at/?p=371',0,'revision','',0),(372,1,'2022-02-17 08:58:05','2022-02-17 08:58:05','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" max_width=\"1920px\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"center_center\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][dsm_typing_effect _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" header_font_size=\"38px\" header_line_height=\"50px\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\"][/dsm_typing_effect][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','367-revision-v1','','','2022-02-17 08:58:05','2022-02-17 08:58:05','',367,'https://stage.physio-skalsky.at/?p=372',0,'revision','',0),(373,1,'2022-02-17 08:58:05','2022-02-17 08:58:05','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" max_width=\"1920px\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"center_center\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][dsm_typing_effect _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" header_font_size=\"38px\" header_line_height=\"50px\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\"][/dsm_typing_effect][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','367-revision-v1','','','2022-02-17 08:58:05','2022-02-17 08:58:05','',367,'https://stage.physio-skalsky.at/?p=373',0,'revision','',0),(374,1,'2022-02-17 08:58:32','2022-02-17 08:58:32','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" max_width=\"1920px\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"center_center\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][dsm_typing_effect _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" header_font_size=\"38px\" header_line_height=\"50px\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\"][/dsm_typing_effect][et_pb_button button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','367-revision-v1','','','2022-02-17 08:58:32','2022-02-17 08:58:32','',367,'https://stage.physio-skalsky.at/?p=374',0,'revision','',0),(376,1,'2022-02-17 08:58:47','2022-02-17 08:58:47','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',25,'https://stage.physio-skalsky.at/?p=376',0,'revision','',0),(377,1,'2022-02-17 08:58:47','2022-02-17 08:58:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\" max_width_last_edited=\"on|tablet\" max_width_phone=\"120px\" max_width_tablet=\"160px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',34,'https://stage.physio-skalsky.at/?p=377',0,'revision','',0),(378,1,'2022-02-17 08:58:47','2022-02-17 08:58:47','','404 Page','','publish','closed','closed','','404-page-2','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',0,'https://stage.physio-skalsky.at/et_template/404-page-2/',0,'et_template','',0),(379,1,'2022-02-17 08:58:47','2022-02-17 08:58:47','','Theme Builder Layout','','inherit','closed','closed','','21-revision-v1','','','2022-02-17 08:58:47','2022-02-17 08:58:47','',21,'https://stage.physio-skalsky.at/?p=379',0,'revision','',0),(380,1,'2022-02-17 08:59:34','2022-02-17 08:59:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"center_center\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_typing_effect before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\" header_font_size=\"38px\" header_line_height=\"50px\" global_colors_info=\"{}\"][/dsm_typing_effect][et_pb_button button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','367-revision-v1','','','2022-02-17 08:59:34','2022-02-17 08:59:34','',367,'https://stage.physio-skalsky.at/?p=380',0,'revision','',0),(381,1,'2022-02-17 08:59:48','2022-02-17 08:59:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"center_center\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_typing_effect before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\" header_font_size=\"38px\" header_line_height=\"50px\" global_colors_info=\"{}\"][/dsm_typing_effect][et_pb_button button_text=\"Homepage\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','367-revision-v1','','','2022-02-17 08:59:48','2022-02-17 08:59:48','',367,'https://stage.physio-skalsky.at/?p=381',0,'revision','',0),(382,1,'2022-02-17 09:00:09','2022-02-17 09:00:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"center_center\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_typing_effect before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\" header_font_size=\"38px\" header_line_height=\"50px\" global_colors_info=\"{}\"][/dsm_typing_effect][et_pb_button button_text=\"Homepage\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" _dynamic_attributes=\"button_url\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','367-revision-v1','','','2022-02-17 09:00:09','2022-02-17 09:00:09','',367,'https://stage.physio-skalsky.at/?p=382',0,'revision','',0),(384,1,'2022-02-17 09:09:38','2022-02-17 09:09:38','\n

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!

\n','Hello world!','','inherit','closed','closed','','1-revision-v1','','','2022-02-17 09:09:38','2022-02-17 09:09:38','',1,'https://stage.physio-skalsky.at/?p=384',0,'revision','',0),(385,1,'2022-02-17 09:10:24','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-02-17 09:10:24','0000-00-00 00:00:00','',0,'https://stage.physio-skalsky.at/?p=385',1,'nav_menu_item','',0),(386,1,'2022-02-17 09:13:52','2022-02-17 09:13:52','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-17 09:13:52','2022-02-17 09:13:52','',227,'https://stage.physio-skalsky.at/?p=386',0,'revision','',0),(388,1,'2022-02-17 09:33:20','2022-02-17 09:33:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:33:20','2022-02-17 09:33:20','',8,'https://stage.physio-skalsky.at/?p=388',0,'revision','',0),(390,1,'2022-02-17 09:34:21','2022-02-17 09:34:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"1920px\" module_alignment=\"center\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:34:21','2022-02-17 09:34:21','',8,'https://stage.physio-skalsky.at/?p=390',0,'revision','',0),(391,1,'2022-02-17 09:34:53','2022-02-17 09:34:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"1920px\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"top_center\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:34:53','2022-02-17 09:34:53','',8,'https://stage.physio-skalsky.at/?p=391',0,'revision','',0),(393,1,'2022-02-17 09:36:15','2022-02-17 09:36:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:36:15','2022-02-17 09:36:15','',8,'https://stage.physio-skalsky.at/?p=393',0,'revision','',0),(395,1,'2022-02-17 09:37:16','2022-02-17 09:37:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:37:16','2022-02-17 09:37:16','',8,'https://stage.physio-skalsky.at/?p=395',0,'revision','',0),(396,1,'2022-02-17 09:37:35','2022-02-17 09:37:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" width=\"50vw\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:37:35','2022-02-17 09:37:35','',8,'https://stage.physio-skalsky.at/?p=396',0,'revision','',0),(398,1,'2022-02-17 09:38:14','2022-02-17 09:38:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:38:14','2022-02-17 09:38:14','',8,'https://stage.physio-skalsky.at/?p=398',0,'revision','',0),(399,1,'2022-02-17 09:40:39','2022-02-17 09:40:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"12.5%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:40:39','2022-02-17 09:40:39','',8,'https://stage.physio-skalsky.at/?p=399',0,'revision','',0),(401,1,'2022-02-17 09:41:16','2022-02-17 09:41:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:41:16','2022-02-17 09:41:16','',8,'https://stage.physio-skalsky.at/?p=401',0,'revision','',0),(403,1,'2022-02-17 09:45:14','2022-02-17 09:45:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"500ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"1000ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:45:14','2022-02-17 09:45:14','',8,'https://stage.physio-skalsky.at/?p=403',0,'revision','',0); INSERT INTO `wp_posts` VALUES (405,1,'2022-02-17 09:45:55','2022-02-17 09:45:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:45:55','2022-02-17 09:45:55','',8,'https://stage.physio-skalsky.at/?p=405',0,'revision','',0),(407,1,'2022-02-17 09:49:34','2022-02-17 09:49:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"12.5%\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:49:34','2022-02-17 09:49:34','',8,'https://stage.physio-skalsky.at/?p=407',0,'revision','',0),(408,1,'2022-02-17 09:49:51','2022-02-17 09:49:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_direction=\"bottom\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 09:49:51','2022-02-17 09:49:51','',8,'https://stage.physio-skalsky.at/?p=408',0,'revision','',0),(410,1,'2022-02-17 10:05:51','2022-02-17 10:05:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_direction=\"bottom\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 10:05:51','2022-02-17 10:05:51','',8,'https://stage.physio-skalsky.at/?p=410',0,'revision','',0),(412,1,'2022-02-17 10:06:50','2022-02-17 10:06:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_direction=\"bottom\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" animation_style=\"slide\" animation_duration=\"1250ms\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 10:06:50','2022-02-17 10:06:50','',8,'https://stage.physio-skalsky.at/?p=412',0,'revision','',0),(414,1,'2022-02-17 10:07:52','2022-02-17 10:07:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_direction=\"bottom\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" animation_style=\"slide\" animation_duration=\"1250ms\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 10:07:52','2022-02-17 10:07:52','',8,'https://stage.physio-skalsky.at/?p=414',0,'revision','',0),(416,1,'2022-02-17 10:08:28','2022-02-17 10:08:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" positioning=\"absolute\" position_origin_a=\"bottom_left\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" sticky_enabled=\"0\" animation_intensity_flip=\"15%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" animation_style=\"slide\" animation_duration=\"1250ms\" animation_direction=\"bottom\" animation_intensity_slide=\"10%\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 10:08:28','2022-02-17 10:08:28','',8,'https://stage.physio-skalsky.at/?p=416',0,'revision','',0),(418,1,'2022-02-17 11:28:19','2022-02-17 11:28:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"50px|25px|25px|25px|false|true\" animation_style=\"flip\" animation_direction=\"right\" animation_intensity_flip=\"15%\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"50px|25px|25px|25px|false|true\" animation_style=\"flip\" animation_direction=\"right\" animation_delay=\"250ms\" animation_intensity_flip=\"15%\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" custom_padding=\"50px|25px|25px|25px|false|true\" animation_style=\"flip\" animation_direction=\"right\" animation_delay=\"500ms\" animation_intensity_flip=\"15%\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 11:28:19','2022-02-17 11:28:19','',8,'https://stage.physio-skalsky.at/?p=418',0,'revision','',0),(420,1,'2022-02-17 11:35:16','2022-02-17 11:35:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"12.5px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"12.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 11:35:16','2022-02-17 11:35:16','',8,'https://stage.physio-skalsky.at/?p=420',0,'revision','',0),(422,1,'2022-02-17 11:36:41','2022-02-17 11:36:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"12.5px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 11:36:41','2022-02-17 11:36:41','',8,'https://stage.physio-skalsky.at/?p=422',0,'revision','',0),(424,1,'2022-02-17 11:39:43','2022-02-17 11:39:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 11:39:43','2022-02-17 11:39:43','',8,'https://stage.physio-skalsky.at/?p=424',0,'revision','',0),(426,1,'2022-02-17 11:41:00','2022-02-17 11:41:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" width=\"92%\" custom_margin=\"||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 11:41:00','2022-02-17 11:41:00','',8,'https://stage.physio-skalsky.at/?p=426',0,'revision','',0),(427,1,'2022-02-17 11:41:23','2022-02-17 11:41:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 11:41:23','2022-02-17 11:41:23','',8,'https://stage.physio-skalsky.at/?p=427',0,'revision','',0),(429,1,'2022-02-17 14:49:28','2022-02-17 14:49:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 14:49:28','2022-02-17 14:49:28','',8,'https://stage.physio-skalsky.at/?p=429',0,'revision','',0),(431,1,'2022-02-17 14:50:20','2022-02-17 14:50:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"faadbde7-06df-4ce7-82c0-6cceaec193d3\" animation_style=\"fade\" animation_direction=\"bottom\" animation_duration=\"750ms\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 14:50:20','2022-02-17 14:50:20','',8,'https://stage.physio-skalsky.at/?p=431',0,'revision','',0); INSERT INTO `wp_posts` VALUES (434,1,'2022-02-17 15:09:57','2022-02-17 15:09:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:09:57','2022-02-17 15:09:57','',8,'https://stage.physio-skalsky.at/?p=434',0,'revision','',0),(436,1,'2022-02-17 15:13:06','2022-02-17 15:13:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"|||2px||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:13:06','2022-02-17 15:13:06','',8,'https://stage.physio-skalsky.at/?p=436',0,'revision','',0),(437,1,'2022-02-17 15:15:15','2022-02-17 15:15:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"0px||||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:15:15','2022-02-17 15:15:15','',8,'https://stage.physio-skalsky.at/?p=437',0,'revision','',0),(439,1,'2022-02-17 15:16:38','2022-02-17 15:16:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"0px||||false|false\" sticky_enabled=\"0\" custom_margin=\"0px||||false|false\" custom_margin_tablet=\"0px||||false|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:16:38','2022-02-17 15:16:38','',8,'https://stage.physio-skalsky.at/?p=439',0,'revision','',0),(441,1,'2022-02-17 15:17:27','2022-02-17 15:17:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"5dc6cc9d-d706-40ec-bb4f-eb306d9649c2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f6967dd9-2fed-446b-931d-657742b1acd3\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:17:27','2022-02-17 15:17:27','',8,'https://stage.physio-skalsky.at/?p=441',0,'revision','',0),(443,1,'2022-02-17 15:27:25','2022-02-17 15:27:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_phone=\"50px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:27:25','2022-02-17 15:27:25','',8,'https://stage.physio-skalsky.at/?p=443',0,'revision','',0),(445,1,'2022-02-17 15:29:36','2022-02-17 15:29:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:29:36','2022-02-17 15:29:36','',8,'https://stage.physio-skalsky.at/?p=445',0,'revision','',0),(447,1,'2022-02-17 15:34:30','2022-02-17 15:34:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:34:30','2022-02-17 15:34:30','',8,'https://stage.physio-skalsky.at/?p=447',0,'revision','',0),(448,1,'2022-02-17 15:35:18','2022-02-17 15:35:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:35:18','2022-02-17 15:35:18','',8,'https://stage.physio-skalsky.at/?p=448',0,'revision','',0),(450,1,'2022-02-17 15:38:30','2022-02-17 15:38:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:38:30','2022-02-17 15:38:30','',8,'https://stage.physio-skalsky.at/?p=450',0,'revision','',0),(452,1,'2022-02-17 15:39:28','2022-02-17 15:39:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_text_size_last_edited=\"on|phone\" button_text_size_phone=\"15px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:39:28','2022-02-17 15:39:28','',8,'https://stage.physio-skalsky.at/?p=452',0,'revision','',0),(454,1,'2022-02-17 15:40:24','2022-02-17 15:40:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:40:24','2022-02-17 15:40:24','',8,'https://stage.physio-skalsky.at/?p=454',0,'revision','',0),(456,1,'2022-02-17 15:43:49','2022-02-17 15:43:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"22eb975b-d492-4279-b4af-3bbb9936f7f2\" positioning=\"absolute\" vertical_offset=\"50px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" vertical_offset_last_edited=\"on|phone\" vertical_offset_phone=\"25px\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" vertical_offset_tablet=\"50px\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:43:49','2022-02-17 15:43:49','',8,'https://stage.physio-skalsky.at/?p=456',0,'revision','',0),(457,1,'2022-02-17 15:44:24','2022-02-17 15:44:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" max_width_last_edited=\"on|desktop\" max_width_phone=\"90%\" max_width_tablet=\"95%\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" border_width_all=\"12.5px\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_last_edited=\"on|phone\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" hover_enabled=\"0\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-17 15:44:24','2022-02-17 15:44:24','',8,'https://stage.physio-skalsky.at/?p=457',0,'revision','',0); INSERT INTO `wp_posts` VALUES (459,1,'2022-02-18 07:40:00','2022-02-18 07:40:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" vertical_offset_tablet=\"\" vertical_offset_phone=\"\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 07:40:00','2022-02-18 07:40:00','',8,'https://stage.physio-skalsky.at/?p=459',0,'revision','',0),(461,1,'2022-02-18 08:32:00','2022-02-18 08:32:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" vertical_offset_tablet=\"\" vertical_offset_phone=\"\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 08:32:00','2022-02-18 08:32:00','',8,'https://stage.physio-skalsky.at/?p=461',0,'revision','',0),(463,1,'2022-02-18 08:32:46','2022-02-18 08:32:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" vertical_offset_tablet=\"\" vertical_offset_phone=\"\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 08:32:46','2022-02-18 08:32:46','',8,'https://stage.physio-skalsky.at/?p=463',0,'revision','',0),(464,1,'2022-02-18 08:32:47','2022-02-18 08:32:47','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 08:32:47','2022-02-18 08:32:47','',34,'https://stage.physio-skalsky.at/?p=464',0,'revision','',0),(466,1,'2022-02-18 08:39:08','2022-02-18 08:39:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" vertical_offset_tablet=\"\" vertical_offset_phone=\"\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 08:39:08','2022-02-18 08:39:08','',8,'https://stage.physio-skalsky.at/?p=466',0,'revision','',0),(468,1,'2022-02-18 08:41:20','2022-02-18 08:41:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" vertical_offset_tablet=\"\" vertical_offset_phone=\"\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 08:41:20','2022-02-18 08:41:20','',8,'https://stage.physio-skalsky.at/?p=468',0,'revision','',0),(470,1,'2022-02-18 09:36:56','2022-02-18 09:36:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"250ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" vertical_offset_tablet=\"\" vertical_offset_phone=\"\" vertical_offset_last_edited=\"on|desktop\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:36:56','2022-02-18 09:36:56','',8,'https://stage.physio-skalsky.at/?p=470',0,'revision','',0),(472,1,'2022-02-18 09:37:40','2022-02-18 09:37:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:37:40','2022-02-18 09:37:40','',8,'https://stage.physio-skalsky.at/?p=472',0,'revision','',0),(473,1,'2022-02-18 09:38:12','2022-02-18 09:38:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"0px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" custom_padding=\"50px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:38:12','2022-02-18 09:38:12','',8,'https://stage.physio-skalsky.at/?p=473',0,'revision','',0),(475,1,'2022-02-18 09:45:29','2022-02-18 09:45:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:45:29','2022-02-18 09:45:29','',8,'https://stage.physio-skalsky.at/?p=475',0,'revision','',0),(476,1,'2022-02-18 09:45:49','2022-02-18 09:45:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:45:49','2022-02-18 09:45:49','',8,'https://stage.physio-skalsky.at/?p=476',0,'revision','',0),(478,1,'2022-02-18 09:47:07','2022-02-18 09:47:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"50px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:47:07','2022-02-18 09:47:07','',8,'https://stage.physio-skalsky.at/?p=478',0,'revision','',0); INSERT INTO `wp_posts` VALUES (480,1,'2022-02-18 09:48:19','2022-02-18 09:48:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider arrows_custom_color=\"#000000\" dot_nav_custom_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" max_width=\"1200px\" module_alignment=\"center\" custom_padding=\"100px||100px||true|true\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"10%\" custom_css_slide_description=\"text-shadow:none !important\" custom_css_slide_title=\"text-shadow:none !important\" custom_css_slide_button=\"text-shadow:none !important\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:48:19','2022-02-18 09:48:19','',8,'https://stage.physio-skalsky.at/?p=480',0,'revision','',0),(482,1,'2022-02-18 09:50:23','2022-02-18 09:50:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:50:23','2022-02-18 09:50:23','',8,'https://stage.physio-skalsky.at/?p=482',0,'revision','',0),(483,1,'2022-02-18 09:52:17','2022-02-18 09:52:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e2079fbc-0b13-4339-9d41-1e749190f0e9\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:52:17','2022-02-18 09:52:17','',8,'https://stage.physio-skalsky.at/?p=483',0,'revision','',0),(485,1,'2022-02-18 09:55:08','2022-02-18 09:55:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 09:55:08','2022-02-18 09:55:08','',8,'https://stage.physio-skalsky.at/?p=485',0,'revision','',0),(488,1,'2022-02-18 10:12:56','2022-02-18 10:12:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 10:12:56','2022-02-18 10:12:56','',8,'https://stage.physio-skalsky.at/?p=488',0,'revision','',0),(489,1,'2022-02-18 10:13:05','2022-02-18 10:13:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 10:13:05','2022-02-18 10:13:05','',8,'https://stage.physio-skalsky.at/?p=489',0,'revision','',0),(492,1,'2022-02-18 10:15:28','2022-02-18 10:15:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 10:15:28','2022-02-18 10:15:28','',8,'https://stage.physio-skalsky.at/?p=492',0,'revision','',0),(494,1,'2022-02-18 10:35:35','2022-02-18 10:35:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 10:35:35','2022-02-18 10:35:35','',8,'https://stage.physio-skalsky.at/?p=494',0,'revision','',0),(496,1,'2022-02-18 10:37:17','2022-02-18 10:37:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" title_text=\"portrait_01\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 10:37:17','2022-02-18 10:37:17','',8,'https://stage.physio-skalsky.at/?p=496',0,'revision','',0),(498,1,'2022-02-18 10:38:13','2022-02-18 10:38:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" disabled_on=\"off|off|on\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" title_text=\"portrait_01\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 10:38:13','2022-02-18 10:38:13','',8,'https://stage.physio-skalsky.at/?p=498',0,'revision','',0),(501,1,'2022-02-18 10:44:00','2022-02-18 10:44:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|desktop\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" disabled_on=\"off|off|on\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" title_text=\"portrait_01\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\"][/et_pb_divider][et_pb_divider _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" theme_builder_area=\"post_content\" show_divider=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px||0px||false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 10:44:00','2022-02-18 10:44:00','',8,'https://stage.physio-skalsky.at/?p=501',0,'revision','',0),(502,1,'2022-02-18 12:16:18','2022-02-18 12:16:18','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"][/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-18 12:16:18','2022-02-18 12:16:18','',327,'https://stage.physio-skalsky.at/?p=502',0,'revision','',0),(504,1,'2022-02-18 12:45:30','2022-02-18 12:45:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 12:45:30','2022-02-18 12:45:30','',8,'https://stage.physio-skalsky.at/?p=504',0,'revision','',0),(506,1,'2022-02-18 12:49:30','2022-02-18 12:49:30','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" position_origin_a=\"bottom_left\"]

Impressum

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 12:49:30','2022-02-18 12:49:30','',34,'https://stage.physio-skalsky.at/?p=506',0,'revision','',0),(507,1,'2022-02-18 12:49:55','2022-02-18 12:49:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"center_center\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_typing_effect before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\" header_font_size=\"38px\" header_line_height=\"50px\" global_colors_info=\"{}\"][/dsm_typing_effect][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" button_text=\"Homepage\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','367-revision-v1','','','2022-02-18 12:49:55','2022-02-18 12:49:55','',367,'https://stage.physio-skalsky.at/?p=507',0,'revision','',0),(510,1,'2022-02-18 12:52:09','2022-02-18 12:52:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"c14ec781-a69a-4590-a227-1a95fd2120d6\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-18 12:52:09','2022-02-18 12:52:09','',8,'https://stage.physio-skalsky.at/?p=510',0,'revision','',0); INSERT INTO `wp_posts` VALUES (513,1,'2022-02-18 14:29:05','2022-02-18 14:29:05','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 14:29:05','2022-02-18 14:29:05','',34,'https://stage.physio-skalsky.at/?p=513',0,'revision','',0),(515,1,'2022-02-18 14:29:23','2022-02-18 14:29:23','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 14:29:23','2022-02-18 14:29:23','',34,'https://stage.physio-skalsky.at/?p=515',0,'revision','',0),(517,1,'2022-02-18 14:30:24','2022-02-18 14:30:24','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 14:30:24','2022-02-18 14:30:24','',34,'https://stage.physio-skalsky.at/?p=517',0,'revision','',0),(519,1,'2022-02-18 14:48:05','2022-02-18 14:48:05','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||15px||false|false\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

©2022 Physio Skalsky

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"0px||||false|false\" sticky_enabled=\"0\" custom_margin=\"0px||||false|false\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 14:48:05','2022-02-18 14:48:05','',34,'https://stage.physio-skalsky.at/?p=519',0,'revision','',0),(520,1,'2022-02-18 14:48:16','2022-02-18 14:48:16','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||15px||false|false\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"]

©2022 Physio Skalsky

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"0px||||false|false\" sticky_enabled=\"0\" custom_margin=\"0px||||false|false\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 14:48:16','2022-02-18 14:48:16','',34,'https://stage.physio-skalsky.at/?p=520',0,'revision','',0),(522,1,'2022-02-18 14:49:40','2022-02-18 14:49:40','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"25px||||false|false\" sticky_enabled=\"0\" custom_margin=\"||||false|false\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-18 14:49:40','2022-02-18 14:49:40','',34,'https://stage.physio-skalsky.at/?p=522',0,'revision','',0),(524,1,'2022-02-18 15:29:34','2022-02-18 15:29:34','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" _dynamic_attributes=\"logo_url\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" _dynamic_attributes=\"logo_url\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-18 15:29:34','2022-02-18 15:29:34','',25,'https://stage.physio-skalsky.at/?p=524',0,'revision','',0),(527,1,'2022-02-21 07:31:44','2022-02-21 07:31:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_4,1_4,1_4,1_4\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 07:31:44','2022-02-21 07:31:44','',8,'https://stage.physio-skalsky.at/?p=527',0,'revision','',0); INSERT INTO `wp_posts` VALUES (529,1,'2022-02-21 07:35:02','2022-02-21 07:35:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 07:35:02','2022-02-21 07:35:02','',8,'https://stage.physio-skalsky.at/?p=529',0,'revision','',0),(531,1,'2022-02-21 07:59:38','2022-02-21 07:59:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 07:59:38','2022-02-21 07:59:38','',8,'https://stage.physio-skalsky.at/?p=531',0,'revision','',0),(533,1,'2022-02-21 08:21:27','2022-02-21 08:21:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:21:27','2022-02-21 08:21:27','',8,'https://stage.physio-skalsky.at/?p=533',0,'revision','',0),(535,1,'2022-02-21 08:30:44','2022-02-21 08:30:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22%93}\" sticky_enabled=\"0\" border_width_right_last_edited=\"on|desktop\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:30:44','2022-02-21 08:30:44','',8,'https://stage.physio-skalsky.at/?p=535',0,'revision','',0),(537,1,'2022-02-21 08:32:15','2022-02-21 08:32:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22%93}\" sticky_enabled=\"0\" border_width_right_last_edited=\"on|desktop\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" background_size=\"initial\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:32:15','2022-02-21 08:32:15','',8,'https://stage.physio-skalsky.at/?p=537',0,'revision','',0),(539,1,'2022-02-21 08:36:18','2022-02-21 08:36:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" background_size=\"initial\" hover_enabled=\"0\" border_width_right_tablet=\"\" border_width_right_phone=\"\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22%93}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:36:18','2022-02-21 08:36:18','',8,'https://stage.physio-skalsky.at/?p=539',0,'revision','',0),(541,1,'2022-02-21 08:38:33','2022-02-21 08:38:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"portrait_01\" sticky_enabled=\"0\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" background_size=\"initial\" hover_enabled=\"0\" border_width_right_tablet=\"\" border_width_right_phone=\"\" border_width_right_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22%93}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:38:33','2022-02-21 08:38:33','',8,'https://stage.physio-skalsky.at/?p=541',0,'revision','',0),(542,1,'2022-02-21 08:39:53','2022-02-21 08:39:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:39:53','2022-02-21 08:39:53','',8,'https://stage.physio-skalsky.at/?p=542',0,'revision','',0),(544,1,'2022-02-21 08:40:28','2022-02-21 08:40:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:40:28','2022-02-21 08:40:28','',8,'https://stage.physio-skalsky.at/?p=544',0,'revision','',0); INSERT INTO `wp_posts` VALUES (545,1,'2022-02-21 08:40:51','2022-02-21 08:40:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:40:51','2022-02-21 08:40:51','',8,'https://stage.physio-skalsky.at/?p=545',0,'revision','',0),(547,1,'2022-02-21 08:41:40','2022-02-21 08:41:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:41:40','2022-02-21 08:41:40','',8,'https://stage.physio-skalsky.at/?p=547',0,'revision','',0),(549,1,'2022-02-21 08:42:33','2022-02-21 08:42:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:42:33','2022-02-21 08:42:33','',8,'https://stage.physio-skalsky.at/?p=549',0,'revision','',0),(551,1,'2022-02-21 08:46:50','2022-02-21 08:46:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" custom_padding=\"0px||25px||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" title_text=\"portrait_02\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" title_text=\"portrait_03\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 08:46:50','2022-02-21 08:46:50','',8,'https://stage.physio-skalsky.at/?p=551',0,'revision','',0),(553,1,'2022-02-21 08:58:12','2022-02-21 08:58:12','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"][/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-02-21 08:58:12','2022-02-21 08:58:12','',336,'https://stage.physio-skalsky.at/?p=553',0,'revision','',0),(554,1,'2022-02-21 12:26:47','2022-02-21 12:26:47','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-21 12:26:47','2022-02-21 12:26:47','',25,'https://stage.physio-skalsky.at/?p=554',0,'revision','',0),(555,1,'2022-02-21 12:26:47','2022-02-21 12:26:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 12:26:47','2022-02-21 12:26:47','',8,'https://stage.physio-skalsky.at/?p=555',0,'revision','',0),(557,1,'2022-02-21 12:50:23','2022-02-21 12:50:23','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"][/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 12:50:23','2022-02-21 12:50:23','',338,'https://stage.physio-skalsky.at/?p=557',0,'revision','',0),(559,1,'2022-02-21 12:56:50','2022-02-21 12:56:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]


wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" positioning=\"none\" sticky_enabled=\"0\"]

Meine Leidenschaft für meinen Beruf treibt mich täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und versuchen, noch besser zu werden. Damit mir dies gelingt, bleibe ich stets selbst in Bewegung: Bilde mich fort, tausche mich mit anderen Experten aus. Und ziehe Ärzte zu Rate. Motivation ist übrigens ein Teamplayer: Deine und meine Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 12:56:50','2022-02-21 12:56:50','',338,'https://stage.physio-skalsky.at/?p=559',0,'revision','',0),(561,1,'2022-02-21 12:57:39','2022-02-21 12:57:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]


wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Meine Leidenschaft für meinen Beruf treibt mich täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und versuchen, noch besser zu werden. Damit mir dies gelingt, bleibe ich stets selbst in Bewegung: Bilde mich fort, tausche mich mit anderen Experten aus. Und ziehe Ärzte zu Rate. Motivation ist übrigens ein Teamplayer: Deine und meine Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 12:57:39','2022-02-21 12:57:39','',338,'https://stage.physio-skalsky.at/?p=561',0,'revision','',0),(562,1,'2022-02-21 12:57:52','2022-02-21 12:57:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]


wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Meine Leidenschaft für meinen Beruf treibt mich täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und versuchen, noch besser zu werden. Damit mir dies gelingt, bleibe ich stets selbst in Bewegung: Bilde mich fort, tausche mich mit anderen Experten aus. Und ziehe Ärzte zu Rate. Motivation ist übrigens ein Teamplayer: Deine und meine Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 12:57:52','2022-02-21 12:57:52','',338,'https://stage.physio-skalsky.at/?p=562',0,'revision','',0),(563,1,'2022-02-21 12:58:41','2022-02-21 12:58:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]


wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Meine Leidenschaft für meinen Beruf treibt mich täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und versuchen, noch besser zu werden. Damit mir dies gelingt, bleibe ich stets selbst in Bewegung: Bilde mich fort, tausche mich mit anderen Experten aus. Und ziehe Ärzte zu Rate. Motivation ist übrigens ein Teamplayer: Deine und meine Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-21 12:58:41','2022-02-21 12:58:41','',327,'https://stage.physio-skalsky.at/?p=563',0,'revision','',0),(566,1,'2022-02-21 13:16:55','2022-02-21 13:16:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 13:16:55','2022-02-21 13:16:55','',8,'https://stage.physio-skalsky.at/?p=566',0,'revision','',0),(568,1,'2022-02-21 13:17:51','2022-02-21 13:17:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 13:17:51','2022-02-21 13:17:51','',8,'https://stage.physio-skalsky.at/?p=568',0,'revision','',0),(569,1,'2022-02-21 13:18:20','2022-02-21 13:18:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 13:18:20','2022-02-21 13:18:20','',8,'https://stage.physio-skalsky.at/?p=569',0,'revision','',0),(571,1,'2022-02-21 13:19:03','2022-02-21 13:19:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 13:19:03','2022-02-21 13:19:03','',8,'https://stage.physio-skalsky.at/?p=571',0,'revision','',0),(572,1,'2022-02-21 13:19:17','2022-02-21 13:19:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 13:19:17','2022-02-21 13:19:17','',8,'https://stage.physio-skalsky.at/?p=572',0,'revision','',0),(574,1,'2022-02-21 13:19:58','2022-02-21 13:19:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 13:19:58','2022-02-21 13:19:58','',8,'https://stage.physio-skalsky.at/?p=574',0,'revision','',0),(576,1,'2022-02-21 13:25:17','2022-02-21 13:25:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Prävention. Rehabilitation. Motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Meine Leidenschaft für meinen Beruf treibt mich täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und versuchen, noch besser zu werden. Damit mir dies gelingt, bleibe ich stets selbst in Bewegung: Bilde mich fort, tausche mich mit anderen Experten aus. Und ziehe Ärzte zu Rate. Motivation ist übrigens ein Teamplayer: Deine und meine Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-21 13:25:17','2022-02-21 13:25:17','',327,'https://stage.physio-skalsky.at/?p=576',0,'revision','',0); INSERT INTO `wp_posts` VALUES (578,1,'2022-02-21 13:26:31','2022-02-21 13:26:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Prävention. Rehabilitation. Motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-21 13:26:31','2022-02-21 13:26:31','',327,'https://stage.physio-skalsky.at/?p=578',0,'revision','',0),(580,1,'2022-02-21 13:27:15','2022-02-21 13:27:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Prävention. Rehabilitation. Motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-21 13:27:15','2022-02-21 13:27:15','',327,'https://stage.physio-skalsky.at/?p=580',0,'revision','',0),(582,1,'2022-02-21 13:27:37','2022-02-21 13:27:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Prävention. Rehabilitation. Motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-21 13:27:37','2022-02-21 13:27:37','',327,'https://stage.physio-skalsky.at/?p=582',0,'revision','',0),(583,1,'2022-02-21 14:14:39','2022-02-21 14:14:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]


wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Meine Leidenschaft für meinen Beruf treibt mich täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und versuchen, noch besser zu werden. Damit mir dies gelingt, bleibe ich stets selbst in Bewegung: Bilde mich fort, tausche mich mit anderen Experten aus. Und ziehe Ärzte zu Rate. Motivation ist übrigens ein Teamplayer: Deine und meine Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:14:39','2022-02-21 14:14:39','',338,'https://stage.physio-skalsky.at/?p=583',0,'revision','',0),(585,1,'2022-02-21 14:16:05','2022-02-21 14:16:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Meine Leidenschaft für meinen Beruf treibt mich täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und versuchen, noch besser zu werden. Damit mir dies gelingt, bleibe ich stets selbst in Bewegung: Bilde mich fort, tausche mich mit anderen Experten aus. Und ziehe Ärzte zu Rate. Motivation ist übrigens ein Teamplayer: Deine und meine Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:16:05','2022-02-21 14:16:05','',338,'https://stage.physio-skalsky.at/?p=585',0,'revision','',0),(587,1,'2022-02-21 14:16:21','2022-02-21 14:16:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:16:21','2022-02-21 14:16:21','',338,'https://stage.physio-skalsky.at/?p=587',0,'revision','',0),(588,1,'2022-02-21 14:16:44','2022-02-21 14:16:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Erfolgreicher und effizienter als die beste Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:16:44','2022-02-21 14:16:44','',338,'https://stage.physio-skalsky.at/?p=588',0,'revision','',0),(590,1,'2022-02-21 14:18:34','2022-02-21 14:18:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:18:34','2022-02-21 14:18:34','',338,'https://stage.physio-skalsky.at/?p=590',0,'revision','',0),(592,1,'2022-02-21 14:23:41','2022-02-21 14:23:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:23:41','2022-02-21 14:23:41','',338,'https://stage.physio-skalsky.at/?p=592',0,'revision','',0),(594,1,'2022-02-21 14:25:28','2022-02-21 14:25:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:25:28','2022-02-21 14:25:28','',338,'https://stage.physio-skalsky.at/?p=594',0,'revision','',0),(596,1,'2022-02-21 14:36:38','2022-02-21 14:36:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:36:38','2022-02-21 14:36:38','',338,'https://stage.physio-skalsky.at/?p=596',0,'revision','',0),(597,1,'2022-02-21 14:36:50','2022-02-21 14:36:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:36:50','2022-02-21 14:36:50','',338,'https://stage.physio-skalsky.at/?p=597',0,'revision','',0),(599,1,'2022-02-21 14:37:21','2022-02-21 14:37:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Analyse des Bewegungsapparates\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufanalyse/Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:37:21','2022-02-21 14:37:21','',338,'https://stage.physio-skalsky.at/?p=599',0,'revision','',0),(601,1,'2022-02-21 14:40:36','2022-02-21 14:40:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" sticky_enabled=\"0\"]

–  Gesundheitsförderung von Freizeit- und Profisportler*innen
–  Prävention von Sportverletzungen
–  Vorbeugen von chronischen Beschwerden
–  Steigerung der Leistungsfähigkeit

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:40:36','2022-02-21 14:40:36','',338,'https://stage.physio-skalsky.at/?p=601',0,'revision','',0),(602,1,'2022-02-21 14:40:52','2022-02-21 14:40:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||||false|false\"]

–  Gesundheitsförderung von Freizeit- und Profisportler*innen
–  Prävention von Sportverletzungen
–  Vorbeugen von chronischen Beschwerden
–  Steigerung der Leistungsfähigkeit

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:40:52','2022-02-21 14:40:52','',338,'https://stage.physio-skalsky.at/?p=602',0,'revision','',0),(603,1,'2022-02-21 14:41:05','2022-02-21 14:41:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||||false|false\"]

–  Gesundheitsförderung von Freizeit- und Profisportler*innen
–  Prävention von Sportverletzungen
–  Vorbeugen von chronischen Beschwerden
–  Steigerung der Leistungsfähigkeit

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:41:05','2022-02-21 14:41:05','',338,'https://stage.physio-skalsky.at/?p=603',0,'revision','',0),(604,1,'2022-02-21 14:41:54','2022-02-21 14:41:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||||false|false\"]

–  Gesundheitsförderung von Freizeit- und Profisportler*innen
–  Prävention von Sportverletzungen
–  Vorbeugen von chronischen Beschwerden
–  Steigerung der Leistungsfähigkeit

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:41:54','2022-02-21 14:41:54','',338,'https://stage.physio-skalsky.at/?p=604',0,'revision','',0),(606,1,'2022-02-21 14:42:24','2022-02-21 14:42:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 14:42:24','2022-02-21 14:42:24','',8,'https://stage.physio-skalsky.at/?p=606',0,'revision','',0),(607,1,'2022-02-21 14:42:58','2022-02-21 14:42:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiothzerapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-21 14:42:58','2022-02-21 14:42:58','',8,'https://stage.physio-skalsky.at/?p=607',0,'revision','',0),(609,1,'2022-02-21 14:43:59','2022-02-21 14:43:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px||100px||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||||false|false\"]

–  Gesundheitsförderung von Freizeit- und Profisportler*innen
–  Prävention von Sportverletzungen
–  Vorbeugen von chronischen Beschwerden
–  Steigerung der Leistungsfähigkeit

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:43:59','2022-02-21 14:43:59','',338,'https://stage.physio-skalsky.at/?p=609',0,'revision','',0),(611,1,'2022-02-21 14:45:31','2022-02-21 14:45:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px||||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||||false|false\"]

–  Gesundheitsförderung von Freizeit- und Profisportler*innen
–  Prävention von Sportverletzungen
–  Vorbeugen von chronischen Beschwerden
–  Steigerung der Leistungsfähigkeit

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:45:31','2022-02-21 14:45:31','',338,'https://stage.physio-skalsky.at/?p=611',0,'revision','',0),(612,1,'2022-02-21 14:45:57','2022-02-21 14:45:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||||false|false\"]

–  Gesundheitsförderung von Freizeit- und Profisportler*innen
–  Prävention von Sportverletzungen
–  Vorbeugen von chronischen Beschwerden
–  Steigerung der Leistungsfähigkeit

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:45:57','2022-02-21 14:45:57','',338,'https://stage.physio-skalsky.at/?p=612',0,'revision','',0),(614,1,'2022-02-21 14:49:56','2022-02-21 14:49:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" hover_enabled=\"0\" sticky_enabled=\"0\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-21 14:49:56','2022-02-21 14:49:56','',338,'https://stage.physio-skalsky.at/?p=614',0,'revision','',0),(615,1,'2022-02-21 14:57:57','2022-02-21 14:57:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

individuell.
unterstützend.
fördernd.

\" content_phone=\"

individuell.
unterstützend.
fördernd.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','publish','closed','closed','','rehabilitation','','','2022-03-03 09:40:36','2022-03-03 09:40:36','',327,'https://stage.physio-skalsky.at/?page_id=615',0,'page','',0),(616,1,'2022-02-21 14:57:23','2022-02-21 14:57:23','','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-21 14:57:23','2022-02-21 14:57:23','',615,'https://stage.physio-skalsky.at/?p=616',0,'revision','',0),(617,1,'2022-02-21 14:57:57','2022-02-21 14:57:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-21 14:57:57','2022-02-21 14:57:57','',615,'https://stage.physio-skalsky.at/?p=617',0,'revision','',0),(618,1,'2022-03-03 15:31:03','2022-02-21 14:58:59',' ','','','publish','closed','closed','','618','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',327,'https://stage.physio-skalsky.at/?p=618',3,'nav_menu_item','',0),(619,1,'2022-02-21 15:14:52','2022-02-21 15:14:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-21 15:14:52','2022-02-21 15:14:52','',615,'https://stage.physio-skalsky.at/?p=619',0,'revision','',0),(620,1,'2022-02-21 15:15:56','2022-02-21 15:15:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-21 15:15:56','2022-02-21 15:15:56','',615,'https://stage.physio-skalsky.at/?p=620',0,'revision','',0),(622,1,'2022-02-21 15:16:32','2022-02-21 15:16:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-21 15:16:32','2022-02-21 15:16:32','',615,'https://stage.physio-skalsky.at/?p=622',0,'revision','',0),(624,1,'2022-02-21 15:18:29','2022-02-21 15:18:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-21 15:18:29','2022-02-21 15:18:29','',615,'https://stage.physio-skalsky.at/?p=624',0,'revision','',0),(626,1,'2022-02-21 15:19:43','2022-02-21 15:19:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-21 15:19:43','2022-02-21 15:19:43','',615,'https://stage.physio-skalsky.at/?p=626',0,'revision','',0),(628,1,'2022-02-24 07:43:55','2022-02-24 07:43:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:43:55','2022-02-24 07:43:55','',8,'https://stage.physio-skalsky.at/?p=628',0,'revision','',0),(629,1,'2022-02-24 07:44:27','2022-02-24 07:44:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:44:27','2022-02-24 07:44:27','',8,'https://stage.physio-skalsky.at/?p=629',0,'revision','',0),(631,1,'2022-02-24 07:45:10','2022-02-24 07:45:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:45:10','2022-02-24 07:45:10','',8,'https://stage.physio-skalsky.at/?p=631',0,'revision','',0),(632,1,'2022-02-24 07:45:18','2022-02-24 07:45:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:45:18','2022-02-24 07:45:18','',8,'https://stage.physio-skalsky.at/?p=632',0,'revision','',0),(635,1,'2022-02-24 07:51:12','2022-02-24 07:51:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" header_2_text_color=\"#FFFFFF\" text_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" positioning=\"none\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:51:12','2022-02-24 07:51:12','',8,'https://stage.physio-skalsky.at/?p=635',0,'revision','',0); INSERT INTO `wp_posts` VALUES (637,1,'2022-02-24 07:51:53','2022-02-24 07:51:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" header_2_text_color=\"#FFFFFF\" text_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" positioning=\"none\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:51:53','2022-02-24 07:51:53','',8,'https://stage.physio-skalsky.at/?p=637',0,'revision','',0),(638,1,'2022-02-24 07:52:27','2022-02-24 07:52:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" header_2_text_color=\"#FFFFFF\" text_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" positioning=\"none\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:52:27','2022-02-24 07:52:27','',8,'https://stage.physio-skalsky.at/?p=638',0,'revision','',0),(640,1,'2022-02-24 07:57:58','2022-02-24 07:57:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_padding_phone=\"25px||25px||false|false\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 07:57:58','2022-02-24 07:57:58','',8,'https://stage.physio-skalsky.at/?p=640',0,'revision','',0),(642,1,'2022-02-24 08:02:01','2022-02-24 08:02:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Prävention. Rehabilitation. Motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-24 08:02:01','2022-02-24 08:02:01','',327,'https://stage.physio-skalsky.at/?p=642',0,'revision','',0),(644,1,'2022-02-24 08:03:48','2022-02-24 08:03:48','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',25,'https://stage.physio-skalsky.at/?p=644',0,'revision','',0),(645,1,'2022-02-24 08:03:48','2022-02-24 08:03:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100vw\" height=\"100vh\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"center_center\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_typing_effect before_typing_effect=\"Diese Seite gibt es\" typing_effect=\"nicht. |noch nicht. |nicht mehr.\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|300|||||||\" header_text_color=\"#000000\" header_font_size=\"38px\" header_line_height=\"50px\" global_colors_info=\"{}\"][/dsm_typing_effect][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" button_text=\"Homepage\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','367-revision-v1','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',367,'https://stage.physio-skalsky.at/?p=645',0,'revision','',0),(646,1,'2022-02-24 08:03:48','2022-02-24 08:03:48','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"50px||||false|false\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" sticky_enabled=\"0\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" custom_padding=\"25px||||false|false\" sticky_enabled=\"0\" custom_margin=\"||||false|false\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',34,'https://stage.physio-skalsky.at/?p=646',0,'revision','',0),(647,1,'2022-02-24 08:03:48','2022-02-24 08:03:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"on|on|off\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|100px|50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" disabled_on=\"off|off|on\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"120px\" max_width_last_edited=\"on|tablet\" max_width_phone=\"120px\" max_width_tablet=\"160px\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" align=\"left\" sticky_enabled=\"0\"][/et_pb_icon][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','363-revision-v1','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',363,'https://stage.physio-skalsky.at/?p=647',0,'revision','',0),(648,1,'2022-02-24 08:03:48','2022-02-24 08:03:48','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" box_shadow_style=\"preset3\" box_shadow_vertical=\"5px\" box_shadow_blur=\"10px\" box_shadow_spread=\"-5px\" box_shadow_color=\"rgba(0,0,0,0.25)\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','362-revision-v1','','','2022-02-24 08:03:48','2022-02-24 08:03:48','',362,'https://stage.physio-skalsky.at/?p=648',0,'revision','',0),(649,1,'2022-02-24 08:23:36','2022-02-24 08:23:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 08:23:36','2022-02-24 08:23:36','',338,'https://stage.physio-skalsky.at/?p=649',0,'revision','',0),(650,1,'2022-02-24 08:28:27','2022-02-24 08:28:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_main_element=\" list-style-type: square;||\" sticky_enabled=\"0\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 08:28:27','2022-02-24 08:28:27','',338,'https://stage.physio-skalsky.at/?p=650',0,'revision','',0),(651,1,'2022-02-24 08:29:01','2022-02-24 08:29:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_main_element=\"||\" sticky_enabled=\"0\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 08:29:01','2022-02-24 08:29:01','',338,'https://stage.physio-skalsky.at/?p=651',0,'revision','',0),(653,1,'2022-02-24 08:29:52','2022-02-24 08:29:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_main_element=\"||\" sticky_enabled=\"0\" module_class=\"custom_bullets_wpcc\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 08:29:52','2022-02-24 08:29:52','',338,'https://stage.physio-skalsky.at/?p=653',0,'revision','',0),(655,1,'2022-02-24 08:31:07','2022-02-24 08:31:07','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -30px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:31:07','2022-02-24 08:31:07','',227,'https://stage.physio-skalsky.at/?p=655',0,'revision','',0),(656,1,'2022-02-24 08:34:04','2022-02-24 08:34:04','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'square\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -30px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:34:04','2022-02-24 08:34:04','',227,'https://stage.physio-skalsky.at/?p=656',0,'revision','',0),(657,1,'2022-02-24 08:34:47','2022-02-24 08:34:47','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'s^\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -30px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:34:47','2022-02-24 08:34:47','',227,'https://stage.physio-skalsky.at/?p=657',0,'revision','',0),(658,1,'2022-02-24 08:34:58','2022-02-24 08:34:58','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -30px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:34:58','2022-02-24 08:34:58','',227,'https://stage.physio-skalsky.at/?p=658',0,'revision','',0),(659,1,'2022-02-24 08:35:16','2022-02-24 08:35:16','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: /5e;\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -30px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:35:16','2022-02-24 08:35:16','',227,'https://stage.physio-skalsky.at/?p=659',0,'revision','',0),(660,1,'2022-02-24 08:35:41','2022-02-24 08:35:41','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -30px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:35:41','2022-02-24 08:35:41','',227,'https://stage.physio-skalsky.at/?p=660',0,'revision','',0),(661,1,'2022-02-24 08:35:58','2022-02-24 08:35:58','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: 30px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:35:58','2022-02-24 08:35:58','',227,'https://stage.physio-skalsky.at/?p=661',0,'revision','',0),(662,1,'2022-02-24 08:36:08','2022-02-24 08:36:08','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -75px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:36:08','2022-02-24 08:36:08','',227,'https://stage.physio-skalsky.at/?p=662',0,'revision','',0),(663,1,'2022-02-24 08:36:18','2022-02-24 08:36:18','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-24 08:36:18','2022-02-24 08:36:18','',227,'https://stage.physio-skalsky.at/?p=663',0,'revision','',0),(664,1,'2022-02-24 08:37:25','2022-02-24 08:37:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"516853c0-c183-4f28-adbc-97d8a67a9620\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_css_main_element=\"||\" sticky_enabled=\"0\" module_class=\"custom_bullets_wpcc\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 08:37:25','2022-02-24 08:37:25','',338,'https://stage.physio-skalsky.at/?p=664',0,'revision','',0),(665,1,'2022-02-24 08:41:13','2022-02-24 08:41:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

Vorsorgen. Mitwirken. Verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 08:41:13','2022-02-24 08:41:13','',338,'https://stage.physio-skalsky.at/?p=665',0,'revision','',0),(667,1,'2022-02-24 08:41:51','2022-02-24 08:41:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Gesundheitsförderung von Freizeit- und
  • \n
  • Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-24 08:41:51','2022-02-24 08:41:51','',615,'https://stage.physio-skalsky.at/?p=667',0,'revision','',0),(669,1,'2022-02-24 08:43:24','2022-02-24 08:43:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-24 08:43:24','2022-02-24 08:43:24','',615,'https://stage.physio-skalsky.at/?p=669',0,'revision','',0),(671,1,'2022-02-24 08:45:31','2022-02-24 08:45:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

wille.
fokus.
erfolg.

\" content_phone=\"

wille.
fokus.
erfolg.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','publish','closed','closed','','motivation','','','2022-03-03 09:38:09','2022-03-03 09:38:09','',327,'https://stage.physio-skalsky.at/?page_id=671',0,'page','',0),(672,1,'2022-02-24 08:44:35','2022-02-24 08:44:35','','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 08:44:35','2022-02-24 08:44:35','',671,'https://stage.physio-skalsky.at/?p=672',0,'revision','',0),(673,1,'2022-02-24 08:45:31','2022-02-24 08:45:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 08:45:31','2022-02-24 08:45:31','',671,'https://stage.physio-skalsky.at/?p=673',0,'revision','',0),(675,1,'2022-02-24 08:46:13','2022-02-24 08:46:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 08:46:13','2022-02-24 08:46:13','',671,'https://stage.physio-skalsky.at/?p=675',0,'revision','',0),(676,1,'2022-02-24 08:46:41','2022-02-24 08:46:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 08:46:41','2022-02-24 08:46:41','',671,'https://stage.physio-skalsky.at/?p=676',0,'revision','',0),(678,1,'2022-02-24 08:47:45','2022-02-24 08:47:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 08:47:45','2022-02-24 08:47:45','',671,'https://stage.physio-skalsky.at/?p=678',0,'revision','',0),(679,1,'2022-02-24 08:48:14','2022-02-24 08:48:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 08:48:14','2022-02-24 08:48:14','',671,'https://stage.physio-skalsky.at/?p=679',0,'revision','',0),(680,1,'2022-03-03 15:31:03','2022-02-24 08:48:59',' ','','','publish','closed','closed','','680','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',327,'https://stage.physio-skalsky.at/?p=680',4,'nav_menu_item','',0),(681,1,'2022-02-24 08:49:42','2022-02-24 08:49:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 08:49:42','2022-02-24 08:49:42','',671,'https://stage.physio-skalsky.at/?p=681',0,'revision','',0),(683,1,'2022-02-24 09:07:56','2022-02-24 09:07:56','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"][/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 09:07:56','2022-02-24 09:07:56','',329,'https://stage.physio-skalsky.at/?p=683',0,'revision','',0),(684,1,'2022-02-24 09:08:25','2022-02-24 09:08:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 09:08:25','2022-02-24 09:08:25','',329,'https://stage.physio-skalsky.at/?p=684',0,'revision','',0),(686,1,'2022-02-24 09:09:19','2022-02-24 09:09:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-24 09:09:19','2022-02-24 09:09:19','',327,'https://stage.physio-skalsky.at/?p=686',0,'revision','',0),(687,1,'2022-02-24 09:10:01','2022-02-24 09:10:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 09:10:01','2022-02-24 09:10:01','',338,'https://stage.physio-skalsky.at/?p=687',0,'revision','',0),(688,1,'2022-02-24 09:11:10','2022-02-24 09:11:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 09:11:10','2022-02-24 09:11:10','',329,'https://stage.physio-skalsky.at/?p=688',0,'revision','',0),(690,1,'2022-02-24 09:11:45','2022-02-24 09:11:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 09:11:45','2022-02-24 09:11:45','',329,'https://stage.physio-skalsky.at/?p=690',0,'revision','',0),(692,1,'2022-02-24 09:13:20','2022-02-24 09:13:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 09:13:20','2022-02-24 09:13:20','',329,'https://stage.physio-skalsky.at/?p=692',0,'revision','',0),(695,1,'2022-02-24 09:15:20','2022-02-24 09:15:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 09:15:20','2022-02-24 09:15:20','',671,'https://stage.physio-skalsky.at/?p=695',0,'revision','',0),(697,1,'2022-02-24 09:16:39','2022-02-24 09:16:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 09:16:39','2022-02-24 09:16:39','',671,'https://stage.physio-skalsky.at/?p=697',0,'revision','',0),(698,1,'2022-02-24 09:17:15','2022-02-24 09:17:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 09:17:15','2022-02-24 09:17:15','',671,'https://stage.physio-skalsky.at/?p=698',0,'revision','',0),(701,1,'2022-02-24 09:19:04','2022-02-24 09:19:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 09:19:04','2022-02-24 09:19:04','',338,'https://stage.physio-skalsky.at/?p=701',0,'revision','',0),(703,1,'2022-02-24 09:20:15','2022-02-24 09:20:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 09:20:15','2022-02-24 09:20:15','',338,'https://stage.physio-skalsky.at/?p=703',0,'revision','',0),(705,1,'2022-02-24 09:23:10','2022-02-24 09:23:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-24 09:23:10','2022-02-24 09:23:10','',615,'https://stage.physio-skalsky.at/?p=705',0,'revision','',0),(707,1,'2022-02-24 09:24:55','2022-02-24 09:24:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 09:24:55','2022-02-24 09:24:55','',329,'https://stage.physio-skalsky.at/?p=707',0,'revision','',0),(708,1,'2022-02-24 09:25:12','2022-02-24 09:25:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 09:25:12','2022-02-24 09:25:12','',329,'https://stage.physio-skalsky.at/?p=708',0,'revision','',0),(710,1,'2022-02-24 09:28:46','2022-02-24 09:28:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 09:28:46','2022-02-24 09:28:46','',8,'https://stage.physio-skalsky.at/?p=710',0,'revision','',0),(712,1,'2022-02-24 09:30:08','2022-02-24 09:30:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-24 09:30:08','2022-02-24 09:30:08','',327,'https://stage.physio-skalsky.at/?p=712',0,'revision','',0),(713,1,'2022-02-24 09:36:36','2022-02-24 09:36:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 09:36:36','2022-02-24 09:36:36','',338,'https://stage.physio-skalsky.at/?p=713',0,'revision','',0),(714,1,'2022-02-24 09:39:02','2022-02-24 09:39:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
  • Massage
    \n

    Zur Vorbeugung und Behandlung von Erkrankungen des Bewegungsapparats oder als reine Wohlfühlbehandlung

    \n
  • \n
  • \n

    Faszienbehandlung
    Reduktion von Schmerzen und bessere Beweglichkeit durch die Regulierung von Spannungen im faszialen Gewebe.

    \n
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','publish','closed','closed','','physiotherapie','','','2022-03-04 13:42:20','2022-03-04 13:42:20','',329,'https://stage.physio-skalsky.at/?page_id=714',0,'page','',0),(715,1,'2022-02-24 09:37:56','2022-02-24 09:37:56','','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:37:56','2022-02-24 09:37:56','',714,'https://stage.physio-skalsky.at/?p=715',0,'revision','',0),(717,1,'2022-02-24 09:39:02','2022-02-24 09:39:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:39:02','2022-02-24 09:39:02','',714,'https://stage.physio-skalsky.at/?p=717',0,'revision','',0),(719,1,'2022-02-24 09:40:08','2022-02-24 09:40:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:40:08','2022-02-24 09:40:08','',714,'https://stage.physio-skalsky.at/?p=719',0,'revision','',0),(721,1,'2022-02-24 09:41:09','2022-02-24 09:41:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:41:09','2022-02-24 09:41:09','',714,'https://stage.physio-skalsky.at/?p=721',0,'revision','',0),(723,1,'2022-02-24 09:43:09','2022-02-24 09:43:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:43:09','2022-02-24 09:43:09','',714,'https://stage.physio-skalsky.at/?p=723',0,'revision','',0),(724,1,'2022-03-03 15:31:03','2022-02-24 09:45:01',' ','','','publish','closed','closed','','724','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',329,'https://stage.physio-skalsky.at/?p=724',6,'nav_menu_item','',0),(725,1,'2022-02-24 09:46:18','2022-02-24 09:46:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:46:18','2022-02-24 09:46:18','',714,'https://stage.physio-skalsky.at/?p=725',0,'revision','',0),(727,1,'2022-02-24 09:47:21','2022-02-24 09:47:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\" locked=\"off\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:47:21','2022-02-24 09:47:21','',714,'https://stage.physio-skalsky.at/?p=727',0,'revision','',0),(729,1,'2022-02-24 09:49:31','2022-02-24 09:49:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:49:31','2022-02-24 09:49:31','',714,'https://stage.physio-skalsky.at/?p=729',0,'revision','',0),(731,1,'2022-02-24 09:50:27','2022-02-24 09:50:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:50:27','2022-02-24 09:50:27','',714,'https://stage.physio-skalsky.at/?p=731',0,'revision','',0),(733,1,'2022-02-24 09:51:08','2022-02-24 09:51:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\" custom_padding=\"0px|5vw|||false|false\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:51:08','2022-02-24 09:51:08','',714,'https://stage.physio-skalsky.at/?p=733',0,'revision','',0),(735,1,'2022-02-24 09:53:47','2022-02-24 09:53:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\" custom_padding=\"0px|5vw|||false|false\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:53:47','2022-02-24 09:53:47','',714,'https://stage.physio-skalsky.at/?p=735',0,'revision','',0),(736,1,'2022-02-24 09:53:57','2022-02-24 09:53:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\" custom_padding=\"0px|5vw|||false|false\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:53:57','2022-02-24 09:53:57','',714,'https://stage.physio-skalsky.at/?p=736',0,'revision','',0),(738,1,'2022-02-24 09:54:37','2022-02-24 09:54:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\" custom_padding=\"0px|5vw|||false|false\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 09:54:37','2022-02-24 09:54:37','',714,'https://stage.physio-skalsky.at/?p=738',0,'revision','',0),(740,1,'2022-02-24 10:10:41','2022-02-24 10:10:41','[et_pb_section admin_label=\"section\"]\n [et_pb_row admin_label=\"row\"]\n [et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"][/et_pb_text][/et_pb_column]\n [/et_pb_row]\n [/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:10:41','2022-02-24 10:10:41','',331,'https://stage.physio-skalsky.at/?p=740',0,'revision','',0); INSERT INTO `wp_posts` VALUES (742,1,'2022-02-24 10:12:48','2022-02-24 10:12:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:12:48','2022-02-24 10:12:48','',331,'https://stage.physio-skalsky.at/?p=742',0,'revision','',0),(743,1,'2022-02-24 10:13:07','0000-00-00 00:00:00',' ','','','draft','closed','closed','','','','','2022-02-24 10:13:07','0000-00-00 00:00:00','',0,'https://stage.physio-skalsky.at/?p=743',1,'nav_menu_item','',0),(744,1,'2022-02-24 10:17:18','2022-02-24 10:17:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:17:18','2022-02-24 10:17:18','',331,'https://stage.physio-skalsky.at/?p=744',0,'revision','',0),(745,1,'2022-02-24 10:17:34','2022-02-24 10:17:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:17:34','2022-02-24 10:17:34','',331,'https://stage.physio-skalsky.at/?p=745',0,'revision','',0),(749,1,'2022-02-24 10:22:11','2022-02-24 10:22:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:22:11','2022-02-24 10:22:11','',331,'https://stage.physio-skalsky.at/?p=749',0,'revision','',0),(750,1,'2022-02-24 10:22:33','2022-02-24 10:22:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:22:33','2022-02-24 10:22:33','',331,'https://stage.physio-skalsky.at/?p=750',0,'revision','',0),(752,1,'2022-02-24 10:36:37','2022-02-24 10:36:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:36:37','2022-02-24 10:36:37','',331,'https://stage.physio-skalsky.at/?p=752',0,'revision','',0),(754,1,'2022-02-24 10:37:07','2022-02-24 10:37:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:37:07','2022-02-24 10:37:07','',331,'https://stage.physio-skalsky.at/?p=754',0,'revision','',0),(756,1,'2022-02-24 10:40:44','2022-02-24 10:40:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:40:44','2022-02-24 10:40:44','',331,'https://stage.physio-skalsky.at/?p=756',0,'revision','',0),(758,1,'2022-02-24 10:41:23','2022-02-24 10:41:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Click Here\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"85px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:41:23','2022-02-24 10:41:23','',331,'https://stage.physio-skalsky.at/?p=758',0,'revision','',0),(760,1,'2022-02-24 10:42:04','2022-02-24 10:42:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:42:04','2022-02-24 10:42:04','',331,'https://stage.physio-skalsky.at/?p=760',0,'revision','',0),(762,1,'2022-02-24 10:44:35','2022-02-24 10:44:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:44:35','2022-02-24 10:44:35','',331,'https://stage.physio-skalsky.at/?p=762',0,'revision','',0),(764,1,'2022-02-24 10:45:33','2022-02-24 10:45:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:45:33','2022-02-24 10:45:33','',331,'https://stage.physio-skalsky.at/?p=764',0,'revision','',0),(766,1,'2022-02-24 10:46:23','2022-02-24 10:46:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:46:23','2022-02-24 10:46:23','',331,'https://stage.physio-skalsky.at/?p=766',0,'revision','',0),(768,1,'2022-02-24 10:50:57','2022-02-24 10:50:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:50:57','2022-02-24 10:50:57','',331,'https://stage.physio-skalsky.at/?p=768',0,'revision','',0),(770,1,'2022-02-24 10:51:18','2022-02-24 10:51:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:51:18','2022-02-24 10:51:18','',331,'https://stage.physio-skalsky.at/?p=770',0,'revision','',0),(771,1,'2022-02-24 10:51:52','2022-02-24 10:51:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" animation_delay=\"250ms\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:51:52','2022-02-24 10:51:52','',331,'https://stage.physio-skalsky.at/?p=771',0,'revision','',0),(772,1,'2022-02-24 10:52:04','2022-02-24 10:52:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" animation_delay=\"250ms\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:52:04','2022-02-24 10:52:04','',331,'https://stage.physio-skalsky.at/?p=772',0,'revision','',0),(774,1,'2022-02-24 10:53:00','2022-02-24 10:53:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" animation_delay=\"250ms\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" make_equal=\"on\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" theme_builder_area=\"post_content\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" hover_enabled=\"0\" sticky_enabled=\"0\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" title_text=\"portrait_01\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 10:53:00','2022-02-24 10:53:00','',331,'https://stage.physio-skalsky.at/?p=774',0,'revision','',0),(776,1,'2022-02-24 10:58:13','2022-02-24 10:58:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','publish','closed','closed','','daniel-skalsky','','','2022-03-04 10:29:36','2022-03-04 10:29:36','',331,'https://stage.physio-skalsky.at/?page_id=776',0,'page','',0),(777,1,'2022-02-24 10:57:55','2022-02-24 10:57:55','','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 10:57:55','2022-02-24 10:57:55','',776,'https://stage.physio-skalsky.at/?p=777',0,'revision','',0),(778,1,'2022-02-24 10:58:13','2022-02-24 10:58:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 10:58:13','2022-02-24 10:58:13','',776,'https://stage.physio-skalsky.at/?p=778',0,'revision','',0),(780,1,'2022-02-24 10:59:12','2022-02-24 10:59:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 10:59:12','2022-02-24 10:59:12','',776,'https://stage.physio-skalsky.at/?p=780',0,'revision','',0),(781,1,'2022-03-03 15:31:03','2022-02-24 10:59:57',' ','','','publish','closed','closed','','781','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',331,'https://stage.physio-skalsky.at/?p=781',11,'nav_menu_item','',0),(782,1,'2022-02-24 11:01:37','2022-02-24 11:01:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 11:01:37','2022-02-24 11:01:37','',776,'https://stage.physio-skalsky.at/?p=782',0,'revision','',0),(783,1,'2022-02-24 11:01:57','2022-02-24 11:01:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"0px|12.5px|0px|12.5px|false|true\" sticky_enabled=\"0\" max_width=\"100%\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 11:01:57','2022-02-24 11:01:57','',776,'https://stage.physio-skalsky.at/?p=783',0,'revision','',0),(785,1,'2022-02-24 11:02:14','2022-02-24 11:02:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"0px|0px|0px|0px|false|true\" sticky_enabled=\"0\" max_width=\"100%\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 11:02:14','2022-02-24 11:02:14','',776,'https://stage.physio-skalsky.at/?p=785',0,'revision','',0),(786,1,'2022-02-24 11:02:50','2022-02-24 11:02:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"0px|0px|0px|0px|false|true\" sticky_enabled=\"0\" max_width=\"100%\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_right=\"12.5px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 11:02:50','2022-02-24 11:02:50','',776,'https://stage.physio-skalsky.at/?p=786',0,'revision','',0),(788,1,'2022-02-24 11:03:12','2022-02-24 11:03:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"0px|0px|0px|0px|false|true\" sticky_enabled=\"0\" max_width=\"100%\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_right=\"12.5px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 11:03:12','2022-02-24 11:03:12','',776,'https://stage.physio-skalsky.at/?p=788',0,'revision','',0),(789,1,'2022-02-24 11:03:52','2022-02-24 11:03:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"0px|0px|0px|0px|false|true\" sticky_enabled=\"0\" max_width=\"100%\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_right=\"12.5px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" positioning=\"none\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 11:03:52','2022-02-24 11:03:52','',776,'https://stage.physio-skalsky.at/?p=789',0,'revision','',0),(791,1,'2022-02-24 11:07:40','2022-02-24 11:07:40','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" positioning=\"absolute\" vertical_offset=\"-75px\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"50px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"bottom_right\" vertical_offset=\"-75px\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-24 11:07:40','2022-02-24 11:07:40','',34,'https://stage.physio-skalsky.at/?p=791',0,'revision','',0),(792,1,'2022-02-24 11:08:29','2022-02-24 11:08:29','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" positioning=\"relative\" vertical_offset=\"0px\" sticky_enabled=\"0\" position_origin_r=\"bottom_left\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" width=\"100%\" positioning=\"relative\" position_origin_a=\"bottom_right\" sticky_enabled=\"0\" position_origin_r=\"bottom_right\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-24 11:08:29','2022-02-24 11:08:29','',34,'https://stage.physio-skalsky.at/?p=792',0,'revision','',0),(794,1,'2022-02-24 11:11:26','2022-02-24 11:11:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:11:26','2022-02-24 11:11:26','',8,'https://stage.physio-skalsky.at/?p=794',0,'revision','',0),(796,1,'2022-02-24 11:14:42','2022-02-24 11:14:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font_size=\"20px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.43em\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"100px\" max_width=\"100px\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:14:42','2022-02-24 11:14:42','',8,'https://stage.physio-skalsky.at/?p=796',0,'revision','',0),(798,1,'2022-02-24 11:15:52','2022-02-24 11:15:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font_size=\"20px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.43em\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"100px\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" positioning=\"fixed\" position_origin_f=\"center_right\" horizontal_offset=\"10vw\" width=\"100px\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:15:52','2022-02-24 11:15:52','',8,'https://stage.physio-skalsky.at/?p=798',0,'revision','',0),(800,1,'2022-02-24 11:17:20','2022-02-24 11:17:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font_size=\"20px\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.43em\" hover_enabled=\"0\" sticky_enabled=\"0\" height=\"100px\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_margin=\"21.6vh||||false|false\" custom_padding=\"20px||||false|false\" positioning=\"fixed\" position_origin_f=\"center_right\" horizontal_offset=\"10vw\" width=\"100px\" z_index=\"500\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:17:20','2022-02-24 11:17:20','',8,'https://stage.physio-skalsky.at/?p=800',0,'revision','',0),(802,1,'2022-02-24 11:20:49','2022-02-24 11:20:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:20:49','2022-02-24 11:20:49','',8,'https://stage.physio-skalsky.at/?p=802',0,'revision','',0),(803,1,'2022-02-24 11:21:04','2022-02-24 11:21:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:21:04','2022-02-24 11:21:04','',8,'https://stage.physio-skalsky.at/?p=803',0,'revision','',0),(804,1,'2022-02-24 11:21:30','2022-02-24 11:21:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:21:30','2022-02-24 11:21:30','',8,'https://stage.physio-skalsky.at/?p=804',0,'revision','',0),(806,1,'2022-02-24 11:22:01','2022-02-24 11:22:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_center\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:22:01','2022-02-24 11:22:01','',8,'https://stage.physio-skalsky.at/?p=806',0,'revision','',0),(808,1,'2022-02-24 11:22:39','2022-02-24 11:22:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"65vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_center\" z_index=\"500\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:22:39','2022-02-24 11:22:39','',8,'https://stage.physio-skalsky.at/?p=808',0,'revision','',0),(810,1,'2022-02-24 11:24:40','2022-02-24 11:24:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_center\" z_index=\"500\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:24:40','2022-02-24 11:24:40','',8,'https://stage.physio-skalsky.at/?p=810',0,'revision','',0),(812,1,'2022-02-24 11:26:56','2022-02-24 11:26:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_center\" z_index=\"500\" max_width=\"1920px\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:26:56','2022-02-24 11:26:56','',8,'https://stage.physio-skalsky.at/?p=812',0,'revision','',0),(814,1,'2022-02-24 11:29:08','2022-02-24 11:29:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"75vh\" custom_margin=\"0px|-25px|0px|-25px|true|true\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_center\" z_index=\"500\" max_width=\"1920px\" custom_padding_last_edited=\"on|desktop\" custom_margin_last_edited=\"on|phone\" custom_margin_tablet=\"|15px||15px|true|true\" custom_margin_phone=\"|7.5px||7.5px|true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:29:08','2022-02-24 11:29:08','',8,'https://stage.physio-skalsky.at/?p=814',0,'revision','',0),(816,1,'2022-02-24 11:30:07','2022-02-24 11:30:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_center\" z_index=\"500\" max_width=\"1920px\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|desktop\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:30:07','2022-02-24 11:30:07','',8,'https://stage.physio-skalsky.at/?p=816',0,'revision','',0),(818,1,'2022-02-24 11:30:48','2022-02-24 11:30:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_center\" z_index=\"500\" max_width=\"1920px\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|desktop\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||||false|false\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:30:48','2022-02-24 11:30:48','',8,'https://stage.physio-skalsky.at/?p=818',0,'revision','',0); INSERT INTO `wp_posts` VALUES (820,1,'2022-02-24 11:31:46','2022-02-24 11:31:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_right\" z_index=\"500\" max_width=\"1920px\" custom_padding_last_edited=\"on|desktop\" horizontal_offset=\"25px\" horizontal_offset_last_edited=\"on|phone\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|desktop\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||||false|false\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:31:46','2022-02-24 11:31:46','',8,'https://stage.physio-skalsky.at/?p=820',0,'revision','',0),(821,1,'2022-02-24 11:32:25','2022-02-24 11:32:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_video_mp4=\"https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4\" height=\"75vh\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_video_mp4=\"off\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" positioning=\"fixed\" position_origin_f=\"top_right\" z_index=\"500\" custom_padding_last_edited=\"on|desktop\" horizontal_offset=\"25px\" horizontal_offset_last_edited=\"on|phone\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin_last_edited=\"on|desktop\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_font=\"helvetica-neue-bold||||||||\" text_font_size=\"20px\" text_line_height=\"1.4em\" width=\"100px\" height=\"100px\" background_color=\"#000000\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_margin=\"||||false|false\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 11:32:25','2022-02-24 11:32:25','',8,'https://stage.physio-skalsky.at/?p=821',0,'revision','',0),(823,1,'2022-02-24 13:11:13','2022-02-24 13:11:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 13:11:13','2022-02-24 13:11:13','',8,'https://stage.physio-skalsky.at/?p=823',0,'revision','',0),(824,1,'2022-02-24 13:11:49','2022-02-24 13:11:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-24 13:11:49','2022-02-24 13:11:49','',327,'https://stage.physio-skalsky.at/?p=824',0,'revision','',0),(825,1,'2022-02-24 13:12:19','2022-02-24 13:12:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-24 13:12:19','2022-02-24 13:12:19','',671,'https://stage.physio-skalsky.at/?p=825',0,'revision','',0),(826,1,'2022-02-24 13:13:23','2022-02-24 13:13:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-24 13:13:23','2022-02-24 13:13:23','',615,'https://stage.physio-skalsky.at/?p=826',0,'revision','',0),(828,1,'2022-02-24 13:14:37','2022-02-24 13:14:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-24 13:14:37','2022-02-24 13:14:37','',338,'https://stage.physio-skalsky.at/?p=828',0,'revision','',0),(829,1,'2022-02-24 13:15:22','2022-02-24 13:15:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-24 13:15:22','2022-02-24 13:15:22','',329,'https://stage.physio-skalsky.at/?p=829',0,'revision','',0),(830,1,'2022-02-24 13:15:53','2022-02-24 13:15:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-24 13:15:53','2022-02-24 13:15:53','',714,'https://stage.physio-skalsky.at/?p=830',0,'revision','',0),(832,1,'2022-02-24 13:17:51','2022-02-24 13:17:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-24 13:17:51','2022-02-24 13:17:51','',331,'https://stage.physio-skalsky.at/?p=832',0,'revision','',0),(834,1,'2022-02-24 13:19:26','2022-02-24 13:19:26','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-24 13:19:26','2022-02-24 13:19:26','',34,'https://stage.physio-skalsky.at/?p=834',0,'revision','',0),(837,1,'2022-02-24 14:14:44','2022-02-24 14:14:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding_phone=\"85px||25px||false|false\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:14:44','2022-02-24 14:14:44','',776,'https://stage.physio-skalsky.at/?p=837',0,'revision','',0),(838,1,'2022-02-24 14:15:22','2022-02-24 14:15:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_padding_phone=\"300px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:15:22','2022-02-24 14:15:22','',776,'https://stage.physio-skalsky.at/?p=838',0,'revision','',0),(839,1,'2022-02-24 14:15:41','2022-02-24 14:15:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"300px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:15:41','2022-02-24 14:15:41','',776,'https://stage.physio-skalsky.at/?p=839',0,'revision','',0),(841,1,'2022-02-24 14:16:02','2022-02-24 14:16:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:16:02','2022-02-24 14:16:02','',776,'https://stage.physio-skalsky.at/?p=841',0,'revision','',0),(843,1,'2022-02-24 14:17:12','2022-02-24 14:17:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|phone\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"85px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:17:12','2022-02-24 14:17:12','',776,'https://stage.physio-skalsky.at/?p=843',0,'revision','',0),(845,1,'2022-02-24 14:18:02','2022-02-24 14:18:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:18:02','2022-02-24 14:18:02','',776,'https://stage.physio-skalsky.at/?p=845',0,'revision','',0),(847,1,'2022-02-24 14:23:50','2022-02-24 14:23:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\nFür Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:23:50','2022-02-24 14:23:50','',776,'https://stage.physio-skalsky.at/?p=847',0,'revision','',0),(849,1,'2022-02-24 14:24:26','2022-02-24 14:24:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\nFür Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:24:26','2022-02-24 14:24:26','',776,'https://stage.physio-skalsky.at/?p=849',0,'revision','',0),(850,1,'2022-02-24 14:25:14','2022-02-24 14:25:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:25:14','2022-02-24 14:25:14','',776,'https://stage.physio-skalsky.at/?p=850',0,'revision','',0),(852,1,'2022-02-24 14:27:08','2022-02-24 14:27:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht. Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:27:08','2022-02-24 14:27:08','',776,'https://stage.physio-skalsky.at/?p=852',0,'revision','',0),(854,1,'2022-02-24 14:27:45','2022-02-24 14:27:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" width=\"75%\" width_tablet=\"75%\" width_phone=\"75%\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht. Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:27:45','2022-02-24 14:27:45','',776,'https://stage.physio-skalsky.at/?p=854',0,'revision','',0),(856,1,'2022-02-24 14:28:34','2022-02-24 14:28:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" width=\"75%\" width_tablet=\"75%\" width_phone=\"75%\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht. Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:28:34','2022-02-24 14:28:34','',776,'https://stage.physio-skalsky.at/?p=856',0,'revision','',0),(858,1,'2022-02-24 14:29:26','2022-02-24 14:29:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" width=\"75%\" width_tablet=\"75%\" width_phone=\"75%\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht. Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:29:26','2022-02-24 14:29:26','',776,'https://stage.physio-skalsky.at/?p=858',0,'revision','',0),(860,1,'2022-02-24 14:31:16','2022-02-24 14:31:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" width=\"75%\" width_tablet=\"75%\" width_phone=\"75%\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:31:16','2022-02-24 14:31:16','',776,'https://stage.physio-skalsky.at/?p=860',0,'revision','',0),(862,1,'2022-02-24 14:32:43','2022-02-24 14:32:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"700px\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:32:43','2022-02-24 14:32:43','',776,'https://stage.physio-skalsky.at/?p=862',0,'revision','',0),(863,1,'2022-02-24 14:33:04','2022-02-24 14:33:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:33:04','2022-02-24 14:33:04','',776,'https://stage.physio-skalsky.at/?p=863',0,'revision','',0),(865,1,'2022-02-24 14:33:46','2022-02-24 14:33:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:33:46','2022-02-24 14:33:46','',776,'https://stage.physio-skalsky.at/?p=865',0,'revision','',0),(866,1,'2022-02-24 14:34:12','2022-02-24 14:34:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:34:12','2022-02-24 14:34:12','',776,'https://stage.physio-skalsky.at/?p=866',0,'revision','',0),(868,1,'2022-02-24 14:34:37','2022-02-24 14:34:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:34:37','2022-02-24 14:34:37','',776,'https://stage.physio-skalsky.at/?p=868',0,'revision','',0),(869,1,'2022-02-24 14:35:19','2022-02-24 14:35:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"none\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:35:19','2022-02-24 14:35:19','',776,'https://stage.physio-skalsky.at/?p=869',0,'revision','',0),(871,1,'2022-02-24 14:35:28','2022-02-24 14:35:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:35:28','2022-02-24 14:35:28','',776,'https://stage.physio-skalsky.at/?p=871',0,'revision','',0),(873,1,'2022-02-24 14:46:04','2022-02-24 14:46:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:46:04','2022-02-24 14:46:04','',776,'https://stage.physio-skalsky.at/?p=873',0,'revision','',0),(874,1,'2022-02-24 14:46:18','2022-02-24 14:46:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:46:18','2022-02-24 14:46:18','',776,'https://stage.physio-skalsky.at/?p=874',0,'revision','',0),(876,1,'2022-02-24 14:50:10','2022-02-24 14:50:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\"]

Ausbildungen

\n

University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)\nMasterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)\nStudium der Sportwissenschaften, Universität Innsbruck\nSportphysiotherapie (Spt Education), Salzburg\nBehandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz\nInjury Prevention Screening (Spartanova), Belgien\nAufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz\nStickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz\nNLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland\nAufbaukurs Ernährung (Spt Education), München\nOsteopathie im Sport (Spt Education), Salzburg\nIntegrative Funktionelle Osteopathie (FOI), Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:50:10','2022-02-24 14:50:10','',776,'https://stage.physio-skalsky.at/?p=876',0,'revision','',0),(878,1,'2022-02-24 14:51:59','2022-02-24 14:51:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
    Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
    Studium der Sportwissenschaften, Universität Innsbruck
    Sportphysiotherapie (Spt Education), Salzburg
    Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
    Injury Prevention Screening (Spartanova), Belgien
    Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
    Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
    NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
    Aufbaukurs Ernährung (Spt Education), München
    Osteopathie im Sport (Spt Education), Salzburg
    Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:51:59','2022-02-24 14:51:59','',776,'https://stage.physio-skalsky.at/?p=878',0,'revision','',0),(880,1,'2022-02-24 14:54:36','2022-02-24 14:54:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:54:36','2022-02-24 14:54:36','',776,'https://stage.physio-skalsky.at/?p=880',0,'revision','',0),(881,1,'2022-02-24 14:54:51','2022-02-24 14:54:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:54:51','2022-02-24 14:54:51','',776,'https://stage.physio-skalsky.at/?p=881',0,'revision','',0),(883,1,'2022-02-24 14:57:29','2022-02-24 14:57:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:57:29','2022-02-24 14:57:29','',776,'https://stage.physio-skalsky.at/?p=883',0,'revision','',0),(885,1,'2022-02-24 14:59:01','2022-02-24 14:59:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_2,1_2\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\" custom_padding=\"15vh||||false|false\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 14:59:01','2022-02-24 14:59:01','',776,'https://stage.physio-skalsky.at/?p=885',0,'revision','',0),(887,1,'2022-02-24 15:24:25','2022-02-24 15:24:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_2,1_2\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\" custom_padding=\"15vh||||false|false\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Berufliche Stationen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 15:24:25','2022-02-24 15:24:25','',776,'https://stage.physio-skalsky.at/?p=887',0,'revision','',0),(889,1,'2022-02-24 15:26:23','2022-02-24 15:26:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_2,1_2\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\" custom_padding=\"15vh||||false|false\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Nebentätigkeiten

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 15:26:23','2022-02-24 15:26:23','',776,'https://stage.physio-skalsky.at/?p=889',0,'revision','',0),(890,1,'2022-02-24 15:26:34','2022-02-24 15:26:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_2,1_2\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\" custom_padding=\"15vh||||false|false\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\" custom_padding=\"25px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 15:26:34','2022-02-24 15:26:34','',776,'https://stage.physio-skalsky.at/?p=890',0,'revision','',0),(892,1,'2022-02-24 15:29:00','2022-02-24 15:29:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"85px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_margin_phone=\"65px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_padding=\"0px||0px||false|false\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_margin=\"||0px||false|false\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"25px||||false|false\" max_width=\"600px\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"75px||||false|false\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px||||false|false\" custom_padding_tablet=\"50px||||false|false\" width_last_edited=\"on|phone\" max_width=\"600px\" animation_direction=\"left\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" column_structure=\"1_2,1_2\" max_width=\"1920px\" width=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"|50px||50px|false|true\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\" custom_padding=\"15vh||||false|false\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" sticky_enabled=\"0\" positioning=\"none\" module_class=\"custom_bullets_wpcc\" custom_padding=\"25px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-24 15:29:00','2022-02-24 15:29:00','',776,'https://stage.physio-skalsky.at/?p=892',0,'revision','',0),(894,1,'2022-02-24 15:56:27','2022-02-24 15:56:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-24 15:56:27','2022-02-24 15:56:27','',8,'https://stage.physio-skalsky.at/?p=894',0,'revision','',0),(897,1,'2022-02-25 07:41:26','2022-02-25 07:41:26','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','publish','open','closed','','404-page','','','2022-02-25 07:42:23','2022-02-25 07:42:23','',0,'https://stage.physio-skalsky.at/et_header_layout/404-page/',0,'et_header_layout','',0),(898,1,'2022-02-25 07:41:27','2022-02-25 07:41:27','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','publish','open','closed','','404-page','','','2022-02-25 07:41:27','2022-02-25 07:41:27','',0,'https://stage.physio-skalsky.at/et_footer_layout/404-page/',0,'et_footer_layout','',0),(900,1,'2022-02-25 07:42:23','2022-02-25 07:42:23','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','897-revision-v1','','','2022-02-25 07:42:23','2022-02-25 07:42:23','',897,'https://stage.physio-skalsky.at/?p=900',0,'revision','',0),(901,1,'2022-02-25 07:58:38','2022-02-25 07:58:38','','Theme Builder','','trash','closed','closed','','__trashed-5','','','2022-02-25 07:58:38','2022-02-25 07:58:38','',0,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=901',0,'et_theme_builder','',0),(902,1,'2022-02-25 07:43:17','2022-02-25 07:43:17','','Default Website Template','','publish','closed','closed','','default-website-template','','','2022-02-25 07:43:17','2022-02-25 07:43:17','',0,'https://stage.physio-skalsky.at/et_template/default-website-template/',0,'et_template','',0),(903,1,'2022-02-25 07:43:17','2022-02-25 07:43:17','','404 Page','','publish','closed','closed','','404-page','','','2022-02-25 07:43:17','2022-02-25 07:43:17','',0,'https://stage.physio-skalsky.at/et_template/404-page/',0,'et_template','',0),(904,1,'2022-02-25 07:43:17','2022-02-25 07:43:17','','Default Website Template Copy','','publish','closed','closed','','default-website-template-copy','','','2022-02-25 07:43:17','2022-02-25 07:43:17','',0,'https://stage.physio-skalsky.at/et_template/default-website-template-copy/',0,'et_template','',0),(905,1,'2022-02-25 07:43:48','2022-02-25 07:43:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 07:43:48','2022-02-25 07:43:48','',8,'https://stage.physio-skalsky.at/?p=905',0,'revision','',0),(908,1,'2022-02-25 07:47:16','2022-02-25 07:47:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background_last_edited=\"on|desktop\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" background_color__hover=\"gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 07:47:16','2022-02-25 07:47:16','',8,'https://stage.physio-skalsky.at/?p=908',0,'revision','',0),(910,1,'2022-02-25 07:58:38','2022-02-25 07:58:38','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','25-revision-v1','','','2022-02-25 07:58:38','2022-02-25 07:58:38','',25,'https://stage.physio-skalsky.at/?p=910',0,'revision','',0),(911,1,'2022-02-25 07:58:38','2022-02-25 07:58:38','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Default Website Template','','inherit','closed','closed','','34-revision-v1','','','2022-02-25 07:58:38','2022-02-25 07:58:38','',34,'https://stage.physio-skalsky.at/?p=911',0,'revision','',0),(912,1,'2022-02-25 07:58:38','2022-02-25 07:58:38','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-02-25 07:58:38','2022-02-25 07:58:38','',25,'https://stage.physio-skalsky.at/?p=912',0,'revision','',0); INSERT INTO `wp_posts` VALUES (913,1,'2022-02-25 07:58:38','2022-02-25 07:58:38','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-25 07:58:38','2022-02-25 07:58:38','',34,'https://stage.physio-skalsky.at/?p=913',0,'revision','',0),(915,1,'2022-02-25 08:01:02','2022-02-25 08:01:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"15vh||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" ul_type=\"square\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" global_colors_info=\"{}\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 08:01:02','2022-02-25 08:01:02','',776,'https://stage.physio-skalsky.at/?p=915',0,'revision','',0),(916,1,'2022-02-25 08:01:09','2022-02-25 08:01:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"15vh||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" ul_type=\"square\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 08:01:09','2022-02-25 08:01:09','',776,'https://stage.physio-skalsky.at/?p=916',0,'revision','',0),(919,1,'2022-02-25 08:02:24','2022-02-25 08:02:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" custom_padding=\"50px|25px||25px|false|true\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"15vh||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" ul_type=\"square\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 08:02:24','2022-02-25 08:02:24','',776,'https://stage.physio-skalsky.at/?p=919',0,'revision','',0),(921,1,'2022-02-25 08:03:45','2022-02-25 08:03:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" custom_padding=\"50px|25px||25px|false|true\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after=\"none\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"15vh||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" ul_type=\"square\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 08:03:45','2022-02-25 08:03:45','',776,'https://stage.physio-skalsky.at/?p=921',0,'revision','',0),(923,1,'2022-02-25 08:04:40','2022-02-25 08:04:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" custom_padding=\"50px|25px||25px|false|true\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after=\"none\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" ul_type=\"square\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 08:04:40','2022-02-25 08:04:40','',776,'https://stage.physio-skalsky.at/?p=923',0,'revision','',0),(926,1,'2022-02-25 08:11:15','2022-02-25 08:11:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" background__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 08:11:15','2022-02-25 08:11:15','',8,'https://stage.physio-skalsky.at/?p=926',0,'revision','',0),(927,1,'2022-02-25 08:11:41','2022-02-25 08:11:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" background_color__hover=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 08:11:41','2022-02-25 08:11:41','',8,'https://stage.physio-skalsky.at/?p=927',0,'revision','',0),(929,1,'2022-02-25 08:14:48','2022-02-25 08:14:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" background_color__hover=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_on_hover=\"on\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 08:14:48','2022-02-25 08:14:48','',8,'https://stage.physio-skalsky.at/?p=929',0,'revision','',0),(931,1,'2022-02-25 08:15:29','2022-02-25 08:15:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" background_color__hover=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 08:15:29','2022-02-25 08:15:29','',8,'https://stage.physio-skalsky.at/?p=931',0,'revision','',0),(933,1,'2022-02-25 09:06:00','2022-02-25 09:06:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" disabled=\"on\" global_colors_info=\"{}\" width=\"100px\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 09:06:00','2022-02-25 09:06:00','',8,'https://stage.physio-skalsky.at/?p=933',0,'revision','',0),(935,1,'2022-02-25 09:06:39','2022-02-25 09:06:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"75vh\" custom_margin=\"0px||0px||true|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100px\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 09:06:39','2022-02-25 09:06:39','',8,'https://stage.physio-skalsky.at/?p=935',0,'revision','',0),(937,1,'2022-02-25 09:08:16','2022-02-25 09:08:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"100px\" custom_margin=\"66.5vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100px\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 09:08:16','2022-02-25 09:08:16','',8,'https://stage.physio-skalsky.at/?p=937',0,'revision','',0),(939,1,'2022-02-25 09:09:00','2022-02-25 09:09:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100px\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 09:09:00','2022-02-25 09:09:00','',8,'https://stage.physio-skalsky.at/?p=939',0,'revision','',0),(943,1,'2022-02-25 09:24:27','2022-02-25 09:24:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100px\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" text_text_color=\"#FFFFFF\" header_2_text_color=\"#FFFFFF\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" button_text_color=\"#FFFFFF\" button_icon_color=\"#FFFFFF\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 09:24:27','2022-02-25 09:24:27','',8,'https://stage.physio-skalsky.at/?p=943',0,'revision','',0),(945,1,'2022-02-25 09:25:35','2022-02-25 09:25:35','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\" z_index=\"-100\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-25 09:25:35','2022-02-25 09:25:35','',34,'https://stage.physio-skalsky.at/?p=945',0,'revision','',0),(946,1,'2022-02-25 09:25:50','2022-02-25 09:25:50','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\" z_index=\"-500\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-25 09:25:50','2022-02-25 09:25:50','',34,'https://stage.physio-skalsky.at/?p=946',0,'revision','',0),(947,1,'2022-02-25 09:26:03','2022-02-25 09:26:03','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\" z_index=\"-500\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\" z_index=\"-500\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-25 09:26:03','2022-02-25 09:26:03','',34,'https://stage.physio-skalsky.at/?p=947',0,'revision','',0),(950,1,'2022-02-25 09:36:42','2022-02-25 09:36:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" global_colors_info=\"{}\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text module_class=\"custom_bullets_wpcc\" _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" positioning=\"none\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:36:42','2022-02-25 09:36:42','',776,'https://stage.physio-skalsky.at/?p=950',0,'revision','',0),(951,1,'2022-02-25 09:37:14','2022-02-25 09:37:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"|50px||50px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:37:14','2022-02-25 09:37:14','',776,'https://stage.physio-skalsky.at/?p=951',0,'revision','',0),(953,1,'2022-02-25 09:37:48','2022-02-25 09:37:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px||50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:37:48','2022-02-25 09:37:48','',776,'https://stage.physio-skalsky.at/?p=953',0,'revision','',0),(954,1,'2022-02-25 09:38:10','2022-02-25 09:38:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:38:10','2022-02-25 09:38:10','',776,'https://stage.physio-skalsky.at/?p=954',0,'revision','',0); INSERT INTO `wp_posts` VALUES (956,1,'2022-02-25 09:40:34','2022-02-25 09:40:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"0px|0px|0px|0px|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:40:34','2022-02-25 09:40:34','',776,'https://stage.physio-skalsky.at/?p=956',0,'revision','',0),(958,1,'2022-02-25 09:41:03','2022-02-25 09:41:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"0px|0px|0px|0px|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:41:03','2022-02-25 09:41:03','',776,'https://stage.physio-skalsky.at/?p=958',0,'revision','',0),(959,1,'2022-02-25 09:41:27','2022-02-25 09:41:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"0px|0px|0px|0px|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"0px||||false|false\" sticky_enabled=\"0\" custom_padding_tablet=\"25px||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:41:27','2022-02-25 09:41:27','',776,'https://stage.physio-skalsky.at/?p=959',0,'revision','',0),(961,1,'2022-02-25 09:42:24','2022-02-25 09:42:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"0px|0px|0px|0px|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"0px||||false|false\" sticky_enabled=\"0\" custom_padding_tablet=\"25px||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:42:24','2022-02-25 09:42:24','',776,'https://stage.physio-skalsky.at/?p=961',0,'revision','',0),(963,1,'2022-02-25 09:43:17','2022-02-25 09:43:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"0px|0px|0px|0px|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"0px||||false|false\" sticky_enabled=\"0\" custom_padding_tablet=\"25px||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:43:17','2022-02-25 09:43:17','',776,'https://stage.physio-skalsky.at/?p=963',0,'revision','',0),(965,1,'2022-02-25 09:46:46','2022-02-25 09:46:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"0px|0px|0px|0px|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" sticky_enabled=\"0\" border_width_all_tablet=\"0px\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"0px||||false|false\" sticky_enabled=\"0\" custom_padding_tablet=\"25px||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:46:46','2022-02-25 09:46:46','',776,'https://stage.physio-skalsky.at/?p=965',0,'revision','',0),(966,1,'2022-02-25 09:47:37','2022-02-25 09:47:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"0px|0px|0px|0px|false|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" hover_enabled=\"0\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" global_colors_info=\"{}\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" sticky_enabled=\"0\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"0px||||false|false\" sticky_enabled=\"0\" custom_padding_tablet=\"25px||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"50px||||false|false\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 09:47:37','2022-02-25 09:47:37','',776,'https://stage.physio-skalsky.at/?p=966',0,'revision','',0),(969,1,'2022-02-25 10:47:01','2022-02-25 10:47:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 10:47:01','2022-02-25 10:47:01','',8,'https://stage.physio-skalsky.at/?p=969',0,'revision','',0),(970,1,'2022-02-25 10:47:12','2022-02-25 10:47:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 10:47:12','2022-02-25 10:47:12','',8,'https://stage.physio-skalsky.at/?p=970',0,'revision','',0),(972,1,'2022-02-25 10:49:26','2022-02-25 10:49:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" title_text=\"portrait_02\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" title_text=\"portrait_03\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 10:49:26','2022-02-25 10:49:26','',8,'https://stage.physio-skalsky.at/?p=972',0,'revision','',0),(975,1,'2022-02-25 12:07:43','2022-02-25 12:07:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" title_text=\"portrait_02\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" title_text=\"portrait_03\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 12:07:43','2022-02-25 12:07:43','',8,'https://stage.physio-skalsky.at/?p=975',0,'revision','',0),(976,1,'2022-02-25 12:16:10','2022-02-25 12:16:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-25 12:16:10','2022-02-25 12:16:10','',671,'https://stage.physio-skalsky.at/?p=976',0,'revision','',0),(977,1,'2022-02-25 12:17:49','2022-02-25 12:17:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-25 12:17:49','2022-02-25 12:17:49','',671,'https://stage.physio-skalsky.at/?p=977',0,'revision','',0),(979,1,'2022-02-25 12:40:22','2022-02-25 12:40:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-25 12:40:22','2022-02-25 12:40:22','',327,'https://stage.physio-skalsky.at/?p=979',0,'revision','',0),(981,1,'2022-02-25 12:44:00','2022-02-25 12:44:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-25 12:44:00','2022-02-25 12:44:00','',327,'https://stage.physio-skalsky.at/?p=981',0,'revision','',0),(982,1,'2022-02-25 12:46:49','2022-02-25 12:46:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 12:46:49','2022-02-25 12:46:49','',8,'https://stage.physio-skalsky.at/?p=982',0,'revision','',0),(984,1,'2022-02-25 12:50:25','2022-02-25 12:50:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-25 12:50:25','2022-02-25 12:50:25','',671,'https://stage.physio-skalsky.at/?p=984',0,'revision','',0),(985,1,'2022-02-25 12:51:02','2022-02-25 12:51:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-25 12:51:02','2022-02-25 12:51:02','',338,'https://stage.physio-skalsky.at/?p=985',0,'revision','',0),(986,1,'2022-02-25 12:51:57','2022-02-25 12:51:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-25 12:51:57','2022-02-25 12:51:57','',615,'https://stage.physio-skalsky.at/?p=986',0,'revision','',0),(988,1,'2022-02-25 12:57:40','2022-02-25 12:57:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-25 12:57:40','2022-02-25 12:57:40','',671,'https://stage.physio-skalsky.at/?p=988',0,'revision','',0),(989,1,'2022-02-25 12:58:09','2022-02-25 12:58:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-25 12:58:09','2022-02-25 12:58:09','',329,'https://stage.physio-skalsky.at/?p=989',0,'revision','',0),(990,1,'2022-02-25 12:58:36','2022-02-25 12:58:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-02-25 12:58:36','2022-02-25 12:58:36','',714,'https://stage.physio-skalsky.at/?p=990',0,'revision','',0),(991,1,'2022-02-25 13:00:47','2022-02-25 13:00:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:00:47','2022-02-25 13:00:47','',331,'https://stage.physio-skalsky.at/?p=991',0,'revision','',0),(993,1,'2022-02-25 13:04:45','2022-02-25 13:04:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" content_last_edited=\"on|phone\" content_phone=\"kompetent.­ leidenschaftlich.­ gemeinsam.\" content_tablet=\"

kompetent. leidenschaftlich. gemeinsam.

\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:04:45','2022-02-25 13:04:45','',331,'https://stage.physio-skalsky.at/?p=993',0,'revision','',0),(995,1,'2022-02-25 13:05:52','2022-02-25 13:05:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" content_last_edited=\"on|phone\" content_phone=\"kompetent. leidenschaftlich. gemeinsam.\" content_tablet=\"

kompetent. leidenschaftlich. gemeinsam.

\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:05:52','2022-02-25 13:05:52','',331,'https://stage.physio-skalsky.at/?p=995',0,'revision','',0),(997,1,'2022-02-25 13:06:35','2022-02-25 13:06:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" content_last_edited=\"on|tablet\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_tablet=\"

kompetent. leidenschaftlich. gemeinsam.

\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:06:35','2022-02-25 13:06:35','',331,'https://stage.physio-skalsky.at/?p=997',0,'revision','',0),(998,1,'2022-02-25 13:08:52','2022-02-25 13:08:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" content_last_edited=\"on|tablet\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:08:52','2022-02-25 13:08:52','',331,'https://stage.physio-skalsky.at/?p=998',0,'revision','',0),(1000,1,'2022-02-25 13:10:51','2022-02-25 13:10:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" content_last_edited=\"on|phone\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:10:51','2022-02-25 13:10:51','',331,'https://stage.physio-skalsky.at/?p=1000',0,'revision','',0),(1001,1,'2022-02-25 13:16:09','2022-02-25 13:16:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" content_last_edited=\"on|desktop\" sticky_enabled=\"0\" content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 13:16:09','2022-02-25 13:16:09','',8,'https://stage.physio-skalsky.at/?p=1001',0,'revision','',0),(1002,1,'2022-02-25 13:18:19','2022-02-25 13:18:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" content_last_edited=\"on|phone\" sticky_enabled=\"0\" content_tablet=\"

prävention.
rehabilitation.
motivation.

\" content_phone=\"

prävention.
rehabilitation.
motivation.

\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-25 13:18:19','2022-02-25 13:18:19','',327,'https://stage.physio-skalsky.at/?p=1002',0,'revision','',0),(1004,1,'2022-02-25 13:20:01','2022-02-25 13:20:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" hover_enabled=\"0\" global_colors_info=\"{}\" content_last_edited=\"on|tablet\" sticky_enabled=\"0\" content_tablet=\"

wille.
fokus.
erfolg.

\" content_phone=\"

wille.
fokus.
erfolg.

\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-25 13:20:01','2022-02-25 13:20:01','',671,'https://stage.physio-skalsky.at/?p=1004',0,'revision','',0),(1006,1,'2022-02-25 13:20:40','2022-02-25 13:20:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" content_last_edited=\"on|tablet\" sticky_enabled=\"0\" content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-25 13:20:40','2022-02-25 13:20:40','',338,'https://stage.physio-skalsky.at/?p=1006',0,'revision','',0),(1007,1,'2022-02-25 13:21:31','2022-02-25 13:21:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" content_last_edited=\"on|phone\" sticky_enabled=\"0\" content_tablet=\"

individuell.
unterstützend.
fördernd.

\" content_phone=\"

individuell.
unterstützend.
fördernd.

\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-25 13:21:31','2022-02-25 13:21:31','',615,'https://stage.physio-skalsky.at/?p=1007',0,'revision','',0),(1008,1,'2022-02-25 13:22:09','2022-02-25 13:22:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" content_last_edited=\"on|tablet\" sticky_enabled=\"0\" content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-25 13:22:09','2022-02-25 13:22:09','',329,'https://stage.physio-skalsky.at/?p=1008',0,'revision','',0),(1009,1,'2022-02-25 13:22:40','2022-02-25 13:22:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:22:40','2022-02-25 13:22:40','',331,'https://stage.physio-skalsky.at/?p=1009',0,'revision','',0),(1011,1,'2022-02-25 13:24:01','2022-02-25 13:24:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding_tablet=\"75px|0px||0px|false|true\" sticky_enabled=\"0\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:24:01','2022-02-25 13:24:01','',331,'https://stage.physio-skalsky.at/?p=1011',0,'revision','',0),(1013,1,'2022-02-25 13:24:49','2022-02-25 13:24:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"50px|5px|0px|5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding_tablet=\"75px|0px||0px|false|true\" sticky_enabled=\"0\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:24:49','2022-02-25 13:24:49','',331,'https://stage.physio-skalsky.at/?p=1013',0,'revision','',0),(1015,1,'2022-02-25 13:25:58','2022-02-25 13:25:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"50px|5px|0px|5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding_tablet=\"75px|0px||0px|false|true\" sticky_enabled=\"0\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-25 13:25:58','2022-02-25 13:25:58','',331,'https://stage.physio-skalsky.at/?p=1015',0,'revision','',0),(1017,1,'2022-02-25 13:27:46','2022-02-25 13:27:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

prävention.
rehabilitation.
motivation.

\" content_phone=\"

prävention.
rehabilitation.
motivation.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"50px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-25 13:27:46','2022-02-25 13:27:46','',327,'https://stage.physio-skalsky.at/?p=1017',0,'revision','',0),(1018,1,'2022-02-25 13:28:34','2022-02-25 13:28:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"50px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-25 13:28:34','2022-02-25 13:28:34','',329,'https://stage.physio-skalsky.at/?p=1018',0,'revision','',0),(1021,1,'2022-02-25 13:36:21','2022-02-25 13:36:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|false\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||||false|false\" sticky_enabled=\"0\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 13:36:21','2022-02-25 13:36:21','',776,'https://stage.physio-skalsky.at/?p=1021',0,'revision','',0),(1023,1,'2022-02-25 13:37:11','2022-02-25 13:37:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"||||false|false\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_margin=\"||||false|false\" sticky_enabled=\"0\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-02-25 13:37:11','2022-02-25 13:37:11','',776,'https://stage.physio-skalsky.at/?p=1023',0,'revision','',0),(1026,1,'2022-02-25 13:45:25','2022-02-25 13:45:25','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 2em !important;\r\n line-height: 0.9em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:45:25','2022-02-25 13:45:25','',227,'https://stage.physio-skalsky.at/?p=1026',0,'revision','',0),(1027,1,'2022-02-25 13:46:10','2022-02-25 13:46:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 13:46:10','2022-02-25 13:46:10','',8,'https://stage.physio-skalsky.at/?p=1027',0,'revision','',0),(1029,1,'2022-02-25 13:47:27','2022-02-25 13:47:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_id=\"mybutton\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" module_id=\"mybutton\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" module_id=\"mybutton\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" module_id=\"mybutton\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-25 13:47:27','2022-02-25 13:47:27','',8,'https://stage.physio-skalsky.at/?p=1029',0,'revision','',0),(1031,1,'2022-02-25 13:48:38','2022-02-25 13:48:38','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 0.75em !important;\r\n line-height: 0.9em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:48:38','2022-02-25 13:48:38','',227,'https://stage.physio-skalsky.at/?p=1031',0,'revision','',0),(1032,1,'2022-02-25 13:48:52','2022-02-25 13:48:52','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 0.9em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:48:52','2022-02-25 13:48:52','',227,'https://stage.physio-skalsky.at/?p=1032',0,'revision','',0),(1033,1,'2022-02-25 13:48:59','2022-02-25 13:48:59','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 0.5em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:48:59','2022-02-25 13:48:59','',227,'https://stage.physio-skalsky.at/?p=1033',0,'revision','',0),(1034,1,'2022-02-25 13:49:15','2022-02-25 13:49:15','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 0em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:49:15','2022-02-25 13:49:15','',227,'https://stage.physio-skalsky.at/?p=1034',0,'revision','',0),(1035,1,'2022-02-25 13:49:22','2022-02-25 13:49:22','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:49:22','2022-02-25 13:49:22','',227,'https://stage.physio-skalsky.at/?p=1035',0,'revision','',0),(1036,1,'2022-02-25 13:49:29','2022-02-25 13:49:29','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.5em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:49:29','2022-02-25 13:49:29','',227,'https://stage.physio-skalsky.at/?p=1036',0,'revision','',0),(1037,1,'2022-02-25 13:49:38','2022-02-25 13:49:38','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.6em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:49:38','2022-02-25 13:49:38','',227,'https://stage.physio-skalsky.at/?p=1037',0,'revision','',0),(1038,1,'2022-02-25 13:49:51','2022-02-25 13:49:51','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n#page-container #mybutton:hover { \r\n padding-left: 3em !important; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:49:51','2022-02-25 13:49:51','',227,'https://stage.physio-skalsky.at/?p=1038',0,'revision','',0),(1039,1,'2022-02-25 13:58:20','2022-02-25 13:58:20','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-25 13:58:20','2022-02-25 13:58:20','',227,'https://stage.physio-skalsky.at/?p=1039',0,'revision','',0),(1040,1,'2022-02-28 10:21:54','2022-02-28 10:21:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#0a0f0d\" background_enable_color__hover=\"on\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-28 10:21:54','2022-02-28 10:21:54','',8,'https://stage.physio-skalsky.at/?p=1040',0,'revision','',0),(1042,1,'2022-02-28 10:22:59','2022-02-28 10:22:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"on|hover\" background_color__hover=\"#fe5f00\" background_enable_color__hover=\"on\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-28 10:22:59','2022-02-28 10:22:59','',8,'https://stage.physio-skalsky.at/?p=1042',0,'revision','',0),(1043,1,'2022-02-28 10:23:22','2022-02-28 10:23:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" background_last_edited=\"on|desktop\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93,%22gcid-c766afd1-0cb2-44db-bb09-0034a7d3d937%22:%91%22background_color__hover%22%93}\" background__hover_enabled=\"off|hover\" background_enable_color__hover=\"off\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-28 10:23:22','2022-02-28 10:23:22','',8,'https://stage.physio-skalsky.at/?p=1043',0,'revision','',0),(1044,1,'2022-02-28 10:23:41','2022-02-28 10:23:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-28 10:23:41','2022-02-28 10:23:41','',8,'https://stage.physio-skalsky.at/?p=1044',0,'revision','',0),(1046,1,'2022-02-28 10:24:31','2022-02-28 10:24:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-02-28 10:24:31','2022-02-28 10:24:31','',8,'https://stage.physio-skalsky.at/?p=1046',0,'revision','',0),(1048,1,'2022-02-28 10:25:21','2022-02-28 10:25:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

prävention.
rehabilitation.
motivation.

\" content_phone=\"

prävention.
rehabilitation.
motivation.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-28 10:25:21','2022-02-28 10:25:21','',327,'https://stage.physio-skalsky.at/?p=1048',0,'revision','',0),(1049,1,'2022-02-28 10:25:50','2022-02-28 10:25:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

prävention.
rehabilitation.
motivation.

\" content_phone=\"

prävention.
rehabilitation.
motivation.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

prävention. rehabilitation. motivation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Konzept

\n

Hinter allen Leistungen in der Physiotherapie Skalsky steckt unser erfolgreiches Konzept – Prävention, Rehabilitation, Motivation.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wir bauen darauf Verletzungen und Schmerzen durch Prävention möglichst zu vermeiden. Solltest das nicht klappen, helfen wir dir in der Rehabilitation auf dem Weg zurück zur Gesundheit. Therapieerfolge sind aber nur möglich, wenn Du und wir mit voller Motivation dabei sind. Erfahre unten mehr zu den einzelnen Themen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" sticky_enabled=\"0\" animation_delay=\"250ms\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Konzept','','inherit','closed','closed','','327-revision-v1','','','2022-02-28 10:25:50','2022-02-28 10:25:50','',327,'https://stage.physio-skalsky.at/?p=1049',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1051,1,'2022-02-28 10:28:11','2022-02-28 10:28:11','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-28 10:28:11','2022-02-28 10:28:11','',34,'https://stage.physio-skalsky.at/?p=1051',0,'revision','',0),(1053,1,'2022-02-28 10:30:15','2022-02-28 10:30:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 10:30:15','2022-02-28 10:30:15','',338,'https://stage.physio-skalsky.at/?p=1053',0,'revision','',0),(1055,1,'2022-02-28 10:35:18','2022-02-28 10:35:18','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n/*----------boxen hover text white----------*/\r\n.et_pb_with_border .et_pb_column_1_3 .et_pb_column .et_pb_column_3','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 10:35:18','2022-02-28 10:35:18','',227,'https://stage.physio-skalsky.at/?p=1055',0,'revision','',0),(1056,1,'2022-02-28 10:43:33','2022-02-28 10:43:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"on|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 10:43:33','2022-02-28 10:43:33','',338,'https://stage.physio-skalsky.at/?p=1056',0,'revision','',0),(1058,1,'2022-02-28 10:44:11','2022-02-28 10:44:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 10:44:11','2022-02-28 10:44:11','',338,'https://stage.physio-skalsky.at/?p=1058',0,'revision','',0),(1059,1,'2022-02-28 10:44:27','2022-02-28 10:44:27','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 10:44:27','2022-02-28 10:44:27','',227,'https://stage.physio-skalsky.at/?p=1059',0,'revision','',0),(1061,1,'2022-02-28 11:06:21','2022-02-28 11:06:21','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\net_pb_column:hover .et_pb_bg_layout_light h3 {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:06:21','2022-02-28 11:06:21','',227,'https://stage.physio-skalsky.at/?p=1061',0,'revision','',0),(1062,1,'2022-02-28 11:07:06','2022-02-28 11:07:06','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\net_pb_column:hover .et_pb_bg_layout_light h3 span {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:07:06','2022-02-28 11:07:06','',227,'https://stage.physio-skalsky.at/?p=1062',0,'revision','',0),(1063,1,'2022-02-28 11:09:31','2022-02-28 11:09:31','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light h3 span {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:09:31','2022-02-28 11:09:31','',227,'https://stage.physio-skalsky.at/?p=1063',0,'revision','',0),(1064,1,'2022-02-28 11:09:53','2022-02-28 11:09:53','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:09:53','2022-02-28 11:09:53','',227,'https://stage.physio-skalsky.at/?p=1064',0,'revision','',0),(1065,1,'2022-02-28 11:10:36','2022-02-28 11:10:36','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span, .et_pb_column:hover .et_pb_bg_layout_light a {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:10:36','2022-02-28 11:10:36','',227,'https://stage.physio-skalsky.at/?p=1065',0,'revision','',0),(1066,1,'2022-02-28 11:12:50','2022-02-28 11:12:50','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span, .et_pb_column:hover .et_pb_bg_layout_light .et_pb_button_module_wrapper a.et_pb_bg_layout_light {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:12:50','2022-02-28 11:12:50','',227,'https://stage.physio-skalsky.at/?p=1066',0,'revision','',0),(1067,1,'2022-02-28 11:14:30','2022-02-28 11:14:30','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span, .et_pb_column:hover .et_pb_section .et_pb_bg_layout_light .et_pb_button_module_wrapper a.et_pb_bg_layout_light {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:14:30','2022-02-28 11:14:30','',227,'https://stage.physio-skalsky.at/?p=1067',0,'revision','',0),(1068,1,'2022-02-28 11:18:25','2022-02-28 11:18:25','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span,\r\n.et_pb_column:hover a.et_pb_bg_layout_light:hover\r\n.et_pb_column:hover .et_pb_button:hover:after {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:18:25','2022-02-28 11:18:25','',227,'https://stage.physio-skalsky.at/?p=1068',0,'revision','',0),(1069,1,'2022-02-28 11:18:51','2022-02-28 11:18:51','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span,\r\n.et_pb_column:hover a.et_pb_bg_layout_light:hover,\r\n.et_pb_column:hover .et_pb_button:hover:after {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:18:51','2022-02-28 11:18:51','',227,'https://stage.physio-skalsky.at/?p=1069',0,'revision','',0),(1070,1,'2022-02-28 11:20:50','2022-02-28 11:20:50','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column:hover a.et_pb_bg_layout_light,\r\n.et_pb_column:hover .et_pb_button:after {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:20:50','2022-02-28 11:20:50','',227,'https://stage.physio-skalsky.at/?p=1070',0,'revision','',0),(1071,1,'2022-02-28 11:23:39','2022-02-28 11:23:39','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span,\r\nbody .et_pb_section .et_pb_column:hover a.et_pb_bg_layout_light,\r\n.et_pb_column:hover .et_pb_button:after {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:23:39','2022-02-28 11:23:39','',227,'https://stage.physio-skalsky.at/?p=1071',0,'revision','',0),(1072,1,'2022-02-28 11:29:04','2022-02-28 11:29:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 11:29:04','2022-02-28 11:29:04','',338,'https://stage.physio-skalsky.at/?p=1072',0,'revision','',0),(1074,1,'2022-02-28 11:31:16','2022-02-28 11:31:16','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column:hover a.et_pb_bg_layout_light,\r\n.et_pb_column:hover .et_pb_button:after {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 11:31:16','2022-02-28 11:31:16','',227,'https://stage.physio-skalsky.at/?p=1074',0,'revision','',0),(1075,1,'2022-02-28 11:34:26','2022-02-28 11:34:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 11:34:26','2022-02-28 11:34:26','',338,'https://stage.physio-skalsky.at/?p=1075',0,'revision','',0),(1076,1,'2022-02-28 11:34:40','2022-02-28 11:34:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" custom_padding=\"|1px||||\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 11:34:40','2022-02-28 11:34:40','',338,'https://stage.physio-skalsky.at/?p=1076',0,'revision','',0),(1078,1,'2022-02-28 11:38:08','2022-02-28 11:38:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" custom_padding=\"|1px||||\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\nMit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 11:38:08','2022-02-28 11:38:08','',338,'https://stage.physio-skalsky.at/?p=1078',0,'revision','',0),(1080,1,'2022-02-28 11:38:35','2022-02-28 11:38:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" custom_padding=\"|1px||||\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-02-28 11:38:35','2022-02-28 11:38:35','',338,'https://stage.physio-skalsky.at/?p=1080',0,'revision','',0),(1082,1,'2022-02-28 12:26:31','2022-02-28 12:26:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

individuell.
unterstützend.
fördernd.

\" content_phone=\"

individuell.
unterstützend.
fördernd.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-02-28 12:26:31','2022-02-28 12:26:31','',615,'https://stage.physio-skalsky.at/?p=1082',0,'revision','',0),(1083,1,'2022-02-28 12:28:11','2022-02-28 12:28:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

wille.
fokus.
erfolg.

\" content_phone=\"

wille.
fokus.
erfolg.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen ((Kasten)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" sticky_enabled=\"0\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" sticky_enabled=\"0\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_delay=\"500ms\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-02-28 12:28:11','2022-02-28 12:28:11','',671,'https://stage.physio-skalsky.at/?p=1083',0,'revision','',0),(1086,1,'2022-02-28 12:50:11','2022-02-28 12:50:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-02-28 12:50:11','2022-02-28 12:50:11','',331,'https://stage.physio-skalsky.at/?p=1086',0,'revision','',0),(1088,1,'2022-02-28 13:00:44','2022-02-28 13:00:44','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 13:00:44','2022-02-28 13:00:44','',227,'https://stage.physio-skalsky.at/?p=1088',0,'revision','',0),(1089,1,'2022-02-28 13:01:49','2022-02-28 13:01:49','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n/*----------text hover on 1 column boxes for headline, text, link and icon ----------*/\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-02-28 13:01:49','2022-02-28 13:01:49','',227,'https://stage.physio-skalsky.at/?p=1089',0,'revision','',0),(1090,1,'2022-02-28 13:06:15','2022-02-28 13:06:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-02-28 13:06:15','2022-02-28 13:06:15','',329,'https://stage.physio-skalsky.at/?p=1090',0,'revision','',0),(1092,1,'2022-02-28 13:11:58','2022-02-28 13:11:58','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-02-28 13:11:58','2022-02-28 13:11:58','',25,'https://stage.physio-skalsky.at/?p=1092',0,'revision','',0),(1094,1,'2022-02-28 14:24:46','2022-02-28 14:24:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|15px|100px|15px|false|true\" custom_padding_phone=\"0px|0px|50px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding_tablet=\"25px||||false|true\" custom_margin_last_edited=\"on|phone\" custom_margin_tablet=\"|-25px|0px|-25px|false|true\" custom_margin_phone=\"|0px||0px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"100px||||false|false\" custom_padding_tablet=\"100px||||false|false\" custom_padding_phone=\"100px||||false|false\" custom_padding_last_edited=\"on|desktop\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

 

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

Datenerfassung auf unserer Website

\n

Wer ist verantwortlich für die Datenerfassung auf dieser Website?
Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber. Dessen Kontaktdaten können Sie dem Impressum dieser Website entnehmen.

\n

Wie erfassen wir Ihre Daten?

\n

Ihre Daten werden zum einen dadurch erhoben, dass Sie uns diese mitteilen. Hierbei kann es sich z.B. um Daten handeln, die Sie in ein Kontaktformular eingeben.
Andere Daten werden automatisch beim Besuch der Website durch unsere IT-Systeme erfasst. Das sind vor allem technische Daten (z.B. Internetbrowser, Betriebssystem oder Uhrzeit des Seitenaufrufs). Die Erfassung dieser Daten erfolgt automatisch, sobald Sie unsere Website betreten.

\n

Wofür nutzen wir Ihre Daten?

\n

Ein Teil der Daten wird erhoben, um eine fehlerfreie Bereitstellung der Website zu gewährleisten. Andere Daten können zur Analyse Ihres Nutzerverhaltens verwendet werden.

\n

Welche Rechte haben Sie bezüglich Ihrer Daten?

\n

Sie haben jederzeit das Recht unentgeltlich Auskunft über Herkunft, Empfänger und Zweck Ihrer gespeicherten personenbezogenen Daten zu erhalten. Sie haben außerdem ein Recht, die Berichtigung, Sperrung oder Löschung dieser Daten zu verlangen. Hierzu sowie zu weiteren Fragen zum Thema Datenschutz können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden. Des Weiteren steht Ihnen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu.

\n

Analyse-Tools und Tools von Drittanbietern

\n

Beim Besuch unserer Website kann Ihr Surf-Verhalten statistisch ausgewertet werden. Das geschieht vor allem mit Cookies und mit sogenannten Analyseprogrammen. Die Analyse Ihres Surf-Verhaltens erfolgt in der Regel anonym; das Surf-Verhalten kann nicht zu Ihnen zurückverfolgt werden. Sie können dieser Analyse widersprechen oder sie durch die Nichtbenutzung bestimmter Tools verhindern. Detaillierte Informationen dazu finden Sie in der folgenden Datenschutzerklärung.
Sie können dieser Analyse widersprechen. Über die Widerspruchsmöglichkeiten werden wir Sie in dieser Datenschutzerklärung informieren.

\n

 

\n

 

\n

2. Allgemeine Hinweise und Pflichtinformationen

\n

 

\n

Datenschutz

\n

Die Betreiber dieser Seiten nehmen den Schutz Ihrer persönlichen Daten sehr ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend der gesetzlichen Datenschutzvorschriften sowie dieser Datenschutzerklärung.
Wenn Sie diese Website benutzen, werden verschiedene personenbezogene Daten erhoben. Personenbezogene Daten sind Daten, mit denen Sie persönlich identifiziert werden können. Die vorliegende Datenschutzerklärung erläutert, welche Daten wir erheben und wofür wir sie nutzen. Sie erläutert auch, wie und zu welchem Zweck das geschieht.
Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.

\n

Hinweis zur verantwortlichen Stelle

\n

Die verantwortliche Stelle für die Datenverarbeitung auf dieser Website ist:

\n

Physiotherapie und Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

\n

Verantwortliche Stelle ist die natürliche oder juristische Person, die allein oder gemeinsam mit anderen über die Zwecke und Mittel der Verarbeitung von personenbezogenen Daten (z.B. Namen, E-Mail-Adressen o. Ä.) entscheidet.

\n

Widerruf Ihrer Einwilligung zur Datenverarbeitung

\n

Viele Datenverarbeitungsvorgänge sind nur mit Ihrer ausdrücklichen Einwilligung möglich. Sie können eine bereits erteilte Einwilligung jederzeit widerrufen. Dazu reicht eine formlose Mitteilung per E-Mail an uns. Die Rechtmäßigkeit der bis zum Widerruf erfolgten Datenverarbeitung bleibt vom Widerruf unberührt.

\n

Beschwerderecht bei der zuständigen Aufsichtsbehörde

\n

Im Falle datenschutzrechtlicher Verstöße steht dem Betroffenen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu. Zuständige Aufsichtsbehörde in datenschutzrechtlichen Fragen ist der Landesdatenschutzbeauftragte des Bundeslandes, in dem unser Unternehmen seinen Sitz hat. Eine Liste der Datenschutzbeauftragten sowie deren Kontaktdaten können folgendem Link entnommen werden: bfdi.bund.de/Anschriften_Links

\n

Recht auf Datenübertragbarkeit

\n

Sie haben das Recht, Daten, die wir auf Grundlage Ihrer Einwilligung oder in Erfüllung eines Vertrags automatisiert verarbeiten, an sich oder an einen Dritten in einem gängigen, maschinenlesbaren Format aushändigen zu lassen. Sofern Sie die direkte Übertragung der Daten an einen anderen Verantwortlichen verlangen, erfolgt dies nur, soweit es technisch machbar ist.

\n

SSL- bzw. TLS-Verschlüsselung

\n

Diese Seite nutzt aus Sicherheitsgründen und zum Schutz der Übertragung vertraulicher Inhalte, wie zum Beispiel Bestellungen oder Anfragen, die Sie an uns als Seitenbetreiber senden, eine SSL-bzw. TLS-Verschlüsselung. Eine verschlüsselte Verbindung erkennen Sie daran, dass die Adresszeile des Browsers von “http://” auf “https://” wechselt und an dem Schloss-Symbol in Ihrer Browserzeile.
Wenn die SSL- bzw. TLS-Verschlüsselung aktiviert ist, können die Daten, die Sie an uns übermitteln, nicht von Dritten mitgelesen werden.

\n

Auskunft, Sperrung, Löschung

\n

Sie haben im Rahmen der geltenden gesetzlichen Bestimmungen jederzeit das Recht auf unentgeltliche Auskunft über Ihre gespeicherten personenbezogenen Daten, deren Herkunft und Empfänger und den Zweck der Datenverarbeitung und ggf. ein Recht auf Berichtigung, Sperrung oder Löschung dieser Daten. Hierzu sowie zu weiteren Fragen zum Thema personenbezogene Daten können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden.

\n

Widerspruch gegen Werbe-Mails

\n

Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-E-Mails, vor.

\n

 

\n

 

\n

3. Datenerfassung auf unserer Website

\n

 

\n

Cookies

\n

Die Internetseiten verwenden teilweise so genannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert.
Die meisten der von uns verwendeten Cookies sind so genannte “Session-Cookies”. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen.
Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browser aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein.
Cookies, die zur Durchführung des elektronischen Kommunikationsvorgangs oder zur Bereitstellung bestimmter, von Ihnen erwünschter Funktionen (z.B. Warenkorbfunktion) erforderlich sind, werden auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO gespeichert. Der Websitebetreiber hat ein berechtigtes Interesse an der Speicherung von Cookies zur technisch fehlerfreien und optimierten Bereitstellung seiner Dienste. Soweit andere Cookies (z.B. Cookies zur Analyse Ihres Surfverhaltens) gespeichert werden, werden diese in dieser Datenschutzerklärung gesondert behandelt.

\n

Server-Log-Dateien

\n

Der Provider der Seiten erhebt und speichert automatisch Informationen in so genannten Server-Log-Dateien, die Ihr Browser automatisch an uns übermittelt.

\n

Dies sind:
– Browsertyp und Browserversion
– verwendetes Betriebssystem
– Referrer URL
– Hostname des zugreifenden Rechners
– Uhrzeit der Serveranfrage
– IP-Adresse

\n

Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.
Grundlage für die Datenverarbeitung ist Art. 6 Abs. 1 lit. b DSGVO, der die Verarbeitung von Daten zur Erfüllung eines Vertrags oder vorvertraglicher Maßnahmen gestattet.

\n

 

\n

 

\n

4. Analyse Tools und Werbung

\n

 

\n

Google Analytics

\n

Diese Website nutzt Funktionen des Webanalysedienstes Google Analytics. Anbieter ist die Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.
Google Analytics verwendet so genannte „Cookies“. Das sind Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert.
Die Speicherung von Google-Analytics-Cookies erfolgt auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO. Der Websitebetreiber hat ein berechtigtes Interesse an der Analyse des Nutzerverhaltens, um sowohl sein Webangebot als auch seine Werbung zu optimieren.

\n

IP Anonymisierung

\n

Wir haben auf dieser Website die Funktion IP-Anonymisierung aktiviert. Dadurch wird Ihre IP-Adresse von Google innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum vor der Übermittlung in die USA gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.

\n

Browser Plugin

\n

Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch den Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Googvle sowie die Verarbeitung dieser Daten durch Google verhindern, indem Sie das unter dem folgenden Link verfügbare Browser-Plugin herunterladen und installieren: Browserplugin

\n

Auftragsdatenverarbeitung

\n

Wir haben mit Google einen Vertrag zur Auftragsdatenverarbeitung abgeschlossen und setzen die strengen Vorgaben der deutschen Datenschutzbehörden bei der Nutzung von Google Analytics vollständig um.
Demografische Merkmale bei Google Analytics
Diese Website nutzt die Funktion “demografische Merkmale” von Google Analytics. Dadurch können Berichte erstellt werden, die Aussagen zu Alter, Geschlecht und Interessen der Seitenbesucher enthalten. Diese Daten stammen aus interessenbezogener Werbung von Google sowie aus Besucherdaten von Drittanbietern. Diese Daten können keiner bestimmten Person zugeordnet werden. Sie können diese Funktion jederzeit über die Anzeigeneinstellungen in Ihrem Google-Konto deaktivieren oder die Erfassung Ihrer Daten durch Google Analytics wie im Punkt “Widerspruch gegen Datenerfassung” dargestellt generell untersagen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','publish','closed','closed','','datenschutz','','','2022-02-28 16:01:53','2022-02-28 16:01:53','',0,'https://stage.physio-skalsky.at/?page_id=1094',0,'page','',0),(1095,1,'2022-02-28 14:23:45','2022-02-28 14:23:45','','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:23:45','2022-02-28 14:23:45','',1094,'https://stage.physio-skalsky.at/?p=1095',0,'revision','',0),(1096,1,'2022-02-28 14:24:46','2022-02-28 14:24:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:24:46','2022-02-28 14:24:46','',1094,'https://stage.physio-skalsky.at/?p=1096',0,'revision','',0),(1098,1,'2022-02-28 14:25:11','2022-02-28 14:25:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:25:11','2022-02-28 14:25:11','',1094,'https://stage.physio-skalsky.at/?p=1098',0,'revision','',0),(1100,1,'2022-02-28 14:26:14','2022-02-28 14:26:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\nDiese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:26:14','2022-02-28 14:26:14','',1094,'https://stage.physio-skalsky.at/?p=1100',0,'revision','',0),(1102,1,'2022-02-28 14:26:52','2022-02-28 14:26:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:26:52','2022-02-28 14:26:52','',1094,'https://stage.physio-skalsky.at/?p=1102',0,'revision','',0),(1104,1,'2022-02-28 14:29:38','2022-02-28 14:29:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

\n

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:29:38','2022-02-28 14:29:38','',1094,'https://stage.physio-skalsky.at/?p=1104',0,'revision','',0),(1106,1,'2022-02-28 14:30:37','2022-02-28 14:30:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

\n

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:30:37','2022-02-28 14:30:37','',1094,'https://stage.physio-skalsky.at/?p=1106',0,'revision','',0),(1108,1,'2022-02-28 14:56:20','2022-02-28 14:56:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

\n

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

Datenerfassung auf unserer Website

\n

Wer ist verantwortlich für die Datenerfassung auf dieser Website?
Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber. Dessen Kontaktdaten können Sie dem Impressum dieser Website entnehmen.

\n

Wie erfassen wir Ihre Daten?

\n

Ihre Daten werden zum einen dadurch erhoben, dass Sie uns diese mitteilen. Hierbei kann es sich z.B. um Daten handeln, die Sie in ein Kontaktformular eingeben.
Andere Daten werden automatisch beim Besuch der Website durch unsere IT-Systeme erfasst. Das sind vor allem technische Daten (z.B. Internetbrowser, Betriebssystem oder Uhrzeit des Seitenaufrufs). Die Erfassung dieser Daten erfolgt automatisch, sobald Sie unsere Website betreten.

\n

Wofür nutzen wir Ihre Daten?

\n

Ein Teil der Daten wird erhoben, um eine fehlerfreie Bereitstellung der Website zu gewährleisten. Andere Daten können zur Analyse Ihres Nutzerverhaltens verwendet werden.

\n

Welche Rechte haben Sie bezüglich Ihrer Daten?

\n

Sie haben jederzeit das Recht unentgeltlich Auskunft über Herkunft, Empfänger und Zweck Ihrer gespeicherten personenbezogenen Daten zu erhalten. Sie haben außerdem ein Recht, die Berichtigung, Sperrung oder Löschung dieser Daten zu verlangen. Hierzu sowie zu weiteren Fragen zum Thema Datenschutz können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden. Des Weiteren steht Ihnen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu.

\n

Analyse-Tools und Tools von Drittanbietern

\n

Beim Besuch unserer Website kann Ihr Surf-Verhalten statistisch ausgewertet werden. Das geschieht vor allem mit Cookies und mit sogenannten Analyseprogrammen. Die Analyse Ihres Surf-Verhaltens erfolgt in der Regel anonym; das Surf-Verhalten kann nicht zu Ihnen zurückverfolgt werden. Sie können dieser Analyse widersprechen oder sie durch die Nichtbenutzung bestimmter Tools verhindern. Detaillierte Informationen dazu finden Sie in der folgenden Datenschutzerklärung.
Sie können dieser Analyse widersprechen. Über die Widerspruchsmöglichkeiten werden wir Sie in dieser Datenschutzerklärung informieren.

\n

 

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 14:56:20','2022-02-28 14:56:20','',1094,'https://stage.physio-skalsky.at/?p=1108',0,'revision','',0),(1110,1,'2022-02-28 15:24:46','2022-02-28 15:24:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

 

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

Datenerfassung auf unserer Website

\n

Wer ist verantwortlich für die Datenerfassung auf dieser Website?
Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber. Dessen Kontaktdaten können Sie dem Impressum dieser Website entnehmen.

\n

Wie erfassen wir Ihre Daten?

\n

Ihre Daten werden zum einen dadurch erhoben, dass Sie uns diese mitteilen. Hierbei kann es sich z.B. um Daten handeln, die Sie in ein Kontaktformular eingeben.
Andere Daten werden automatisch beim Besuch der Website durch unsere IT-Systeme erfasst. Das sind vor allem technische Daten (z.B. Internetbrowser, Betriebssystem oder Uhrzeit des Seitenaufrufs). Die Erfassung dieser Daten erfolgt automatisch, sobald Sie unsere Website betreten.

\n

Wofür nutzen wir Ihre Daten?

\n

Ein Teil der Daten wird erhoben, um eine fehlerfreie Bereitstellung der Website zu gewährleisten. Andere Daten können zur Analyse Ihres Nutzerverhaltens verwendet werden.

\n

Welche Rechte haben Sie bezüglich Ihrer Daten?

\n

Sie haben jederzeit das Recht unentgeltlich Auskunft über Herkunft, Empfänger und Zweck Ihrer gespeicherten personenbezogenen Daten zu erhalten. Sie haben außerdem ein Recht, die Berichtigung, Sperrung oder Löschung dieser Daten zu verlangen. Hierzu sowie zu weiteren Fragen zum Thema Datenschutz können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden. Des Weiteren steht Ihnen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu.

\n

Analyse-Tools und Tools von Drittanbietern

\n

Beim Besuch unserer Website kann Ihr Surf-Verhalten statistisch ausgewertet werden. Das geschieht vor allem mit Cookies und mit sogenannten Analyseprogrammen. Die Analyse Ihres Surf-Verhaltens erfolgt in der Regel anonym; das Surf-Verhalten kann nicht zu Ihnen zurückverfolgt werden. Sie können dieser Analyse widersprechen oder sie durch die Nichtbenutzung bestimmter Tools verhindern. Detaillierte Informationen dazu finden Sie in der folgenden Datenschutzerklärung.
Sie können dieser Analyse widersprechen. Über die Widerspruchsmöglichkeiten werden wir Sie in dieser Datenschutzerklärung informieren.

\n

 

\n

 

\n

2. Allgemeine Hinweise und Pflichtinformationen

\n

 

\n

Datenschutz

\n

Die Betreiber dieser Seiten nehmen den Schutz Ihrer persönlichen Daten sehr ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend der gesetzlichen Datenschutzvorschriften sowie dieser Datenschutzerklärung.
Wenn Sie diese Website benutzen, werden verschiedene personenbezogene Daten erhoben. Personenbezogene Daten sind Daten, mit denen Sie persönlich identifiziert werden können. Die vorliegende Datenschutzerklärung erläutert, welche Daten wir erheben und wofür wir sie nutzen. Sie erläutert auch, wie und zu welchem Zweck das geschieht.
Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.

\n

Hinweis zur verantwortlichen Stelle

\n

Die verantwortliche Stelle für die Datenverarbeitung auf dieser Website ist:

\n

Physiotherapie und Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

\n

Verantwortliche Stelle ist die natürliche oder juristische Person, die allein oder gemeinsam mit anderen über die Zwecke und Mittel der Verarbeitung von personenbezogenen Daten (z.B. Namen, E-Mail-Adressen o. Ä.) entscheidet.

\n

Widerruf Ihrer Einwilligung zur Datenverarbeitung

\n

Viele Datenverarbeitungsvorgänge sind nur mit Ihrer ausdrücklichen Einwilligung möglich. Sie können eine bereits erteilte Einwilligung jederzeit widerrufen. Dazu reicht eine formlose Mitteilung per E-Mail an uns. Die Rechtmäßigkeit der bis zum Widerruf erfolgten Datenverarbeitung bleibt vom Widerruf unberührt.

\n

Beschwerderecht bei der zuständigen Aufsichtsbehörde

\n

Im Falle datenschutzrechtlicher Verstöße steht dem Betroffenen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu. Zuständige Aufsichtsbehörde in datenschutzrechtlichen Fragen ist der Landesdatenschutzbeauftragte des Bundeslandes, in dem unser Unternehmen seinen Sitz hat. Eine Liste der Datenschutzbeauftragten sowie deren Kontaktdaten können folgendem Link entnommen werden: bfdi.bund.de/Anschriften_Links

\n

Recht auf Datenübertragbarkeit

\n

Sie haben das Recht, Daten, die wir auf Grundlage Ihrer Einwilligung oder in Erfüllung eines Vertrags automatisiert verarbeiten, an sich oder an einen Dritten in einem gängigen, maschinenlesbaren Format aushändigen zu lassen. Sofern Sie die direkte Übertragung der Daten an einen anderen Verantwortlichen verlangen, erfolgt dies nur, soweit es technisch machbar ist.

\n

SSL- bzw. TLS-Verschlüsselung

\n

Diese Seite nutzt aus Sicherheitsgründen und zum Schutz der Übertragung vertraulicher Inhalte, wie zum Beispiel Bestellungen oder Anfragen, die Sie an uns als Seitenbetreiber senden, eine SSL-bzw. TLS-Verschlüsselung. Eine verschlüsselte Verbindung erkennen Sie daran, dass die Adresszeile des Browsers von “http://” auf “https://” wechselt und an dem Schloss-Symbol in Ihrer Browserzeile.
Wenn die SSL- bzw. TLS-Verschlüsselung aktiviert ist, können die Daten, die Sie an uns übermitteln, nicht von Dritten mitgelesen werden.

\n

Auskunft, Sperrung, Löschung

\n

Sie haben im Rahmen der geltenden gesetzlichen Bestimmungen jederzeit das Recht auf unentgeltliche Auskunft über Ihre gespeicherten personenbezogenen Daten, deren Herkunft und Empfänger und den Zweck der Datenverarbeitung und ggf. ein Recht auf Berichtigung, Sperrung oder Löschung dieser Daten. Hierzu sowie zu weiteren Fragen zum Thema personenbezogene Daten können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden.

\n

Widerspruch gegen Werbe-Mails

\n

Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-E-Mails, vor.

\n

 

\n

 

\n

3. Datenerfassung auf unserer Website

\n

 

\n

Cookies

\n

Die Internetseiten verwenden teilweise so genannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert.
Die meisten der von uns verwendeten Cookies sind so genannte “Session-Cookies”. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen.
Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browser aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein.
Cookies, die zur Durchführung des elektronischen Kommunikationsvorgangs oder zur Bereitstellung bestimmter, von Ihnen erwünschter Funktionen (z.B. Warenkorbfunktion) erforderlich sind, werden auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO gespeichert. Der Websitebetreiber hat ein berechtigtes Interesse an der Speicherung von Cookies zur technisch fehlerfreien und optimierten Bereitstellung seiner Dienste. Soweit andere Cookies (z.B. Cookies zur Analyse Ihres Surfverhaltens) gespeichert werden, werden diese in dieser Datenschutzerklärung gesondert behandelt.

\n

Server-Log-Dateien

\n

Der Provider der Seiten erhebt und speichert automatisch Informationen in so genannten Server-Log-Dateien, die Ihr Browser automatisch an uns übermittelt.

\n

Dies sind:
– Browsertyp und Browserversion
– verwendetes Betriebssystem
– Referrer URL
– Hostname des zugreifenden Rechners
– Uhrzeit der Serveranfrage
– IP-Adresse

\n

Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.
Grundlage für die Datenverarbeitung ist Art. 6 Abs. 1 lit. b DSGVO, der die Verarbeitung von Daten zur Erfüllung eines Vertrags oder vorvertraglicher Maßnahmen gestattet.

\n

 

\n

 

\n

4. Analyse Tools und Werbung

\n

 

\n

Google Analytics

\n

Diese Website nutzt Funktionen des Webanalysedienstes Google Analytics. Anbieter ist die Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.
Google Analytics verwendet so genannte „Cookies“. Das sind Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert.
Die Speicherung von Google-Analytics-Cookies erfolgt auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO. Der Websitebetreiber hat ein berechtigtes Interesse an der Analyse des Nutzerverhaltens, um sowohl sein Webangebot als auch seine Werbung zu optimieren.

\n

IP Anonymisierung

\n

Wir haben auf dieser Website die Funktion IP-Anonymisierung aktiviert. Dadurch wird Ihre IP-Adresse von Google innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum vor der Übermittlung in die USA gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.

\n

Browser Plugin

\n

Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch den Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Googvle sowie die Verarbeitung dieser Daten durch Google verhindern, indem Sie das unter dem folgenden Link verfügbare Browser-Plugin herunterladen und installieren: Browserplugin

\n

Auftragsdatenverarbeitung

\n

Wir haben mit Google einen Vertrag zur Auftragsdatenverarbeitung abgeschlossen und setzen die strengen Vorgaben der deutschen Datenschutzbehörden bei der Nutzung von Google Analytics vollständig um.
Demografische Merkmale bei Google Analytics
Diese Website nutzt die Funktion “demografische Merkmale” von Google Analytics. Dadurch können Berichte erstellt werden, die Aussagen zu Alter, Geschlecht und Interessen der Seitenbesucher enthalten. Diese Daten stammen aus interessenbezogener Werbung von Google sowie aus Besucherdaten von Drittanbietern. Diese Daten können keiner bestimmten Person zugeordnet werden. Sie können diese Funktion jederzeit über die Anzeigeneinstellungen in Ihrem Google-Konto deaktivieren oder die Erfassung Ihrer Daten durch Google Analytics wie im Punkt “Widerspruch gegen Datenerfassung” dargestellt generell untersagen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 15:24:46','2022-02-28 15:24:46','',1094,'https://stage.physio-skalsky.at/?p=1110',0,'revision','',0),(1112,1,'2022-02-28 15:26:21','2022-02-28 15:26:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|15px|0px|15px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"25px||||false|true\" custom_margin_last_edited=\"on|phone\" custom_margin_tablet=\"|-25px|0px|-25px|false|true\" custom_margin_phone=\"|0px||0px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

 

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

Datenerfassung auf unserer Website

\n

Wer ist verantwortlich für die Datenerfassung auf dieser Website?
Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber. Dessen Kontaktdaten können Sie dem Impressum dieser Website entnehmen.

\n

Wie erfassen wir Ihre Daten?

\n

Ihre Daten werden zum einen dadurch erhoben, dass Sie uns diese mitteilen. Hierbei kann es sich z.B. um Daten handeln, die Sie in ein Kontaktformular eingeben.
Andere Daten werden automatisch beim Besuch der Website durch unsere IT-Systeme erfasst. Das sind vor allem technische Daten (z.B. Internetbrowser, Betriebssystem oder Uhrzeit des Seitenaufrufs). Die Erfassung dieser Daten erfolgt automatisch, sobald Sie unsere Website betreten.

\n

Wofür nutzen wir Ihre Daten?

\n

Ein Teil der Daten wird erhoben, um eine fehlerfreie Bereitstellung der Website zu gewährleisten. Andere Daten können zur Analyse Ihres Nutzerverhaltens verwendet werden.

\n

Welche Rechte haben Sie bezüglich Ihrer Daten?

\n

Sie haben jederzeit das Recht unentgeltlich Auskunft über Herkunft, Empfänger und Zweck Ihrer gespeicherten personenbezogenen Daten zu erhalten. Sie haben außerdem ein Recht, die Berichtigung, Sperrung oder Löschung dieser Daten zu verlangen. Hierzu sowie zu weiteren Fragen zum Thema Datenschutz können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden. Des Weiteren steht Ihnen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu.

\n

Analyse-Tools und Tools von Drittanbietern

\n

Beim Besuch unserer Website kann Ihr Surf-Verhalten statistisch ausgewertet werden. Das geschieht vor allem mit Cookies und mit sogenannten Analyseprogrammen. Die Analyse Ihres Surf-Verhaltens erfolgt in der Regel anonym; das Surf-Verhalten kann nicht zu Ihnen zurückverfolgt werden. Sie können dieser Analyse widersprechen oder sie durch die Nichtbenutzung bestimmter Tools verhindern. Detaillierte Informationen dazu finden Sie in der folgenden Datenschutzerklärung.
Sie können dieser Analyse widersprechen. Über die Widerspruchsmöglichkeiten werden wir Sie in dieser Datenschutzerklärung informieren.

\n

 

\n

 

\n

2. Allgemeine Hinweise und Pflichtinformationen

\n

 

\n

Datenschutz

\n

Die Betreiber dieser Seiten nehmen den Schutz Ihrer persönlichen Daten sehr ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend der gesetzlichen Datenschutzvorschriften sowie dieser Datenschutzerklärung.
Wenn Sie diese Website benutzen, werden verschiedene personenbezogene Daten erhoben. Personenbezogene Daten sind Daten, mit denen Sie persönlich identifiziert werden können. Die vorliegende Datenschutzerklärung erläutert, welche Daten wir erheben und wofür wir sie nutzen. Sie erläutert auch, wie und zu welchem Zweck das geschieht.
Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.

\n

Hinweis zur verantwortlichen Stelle

\n

Die verantwortliche Stelle für die Datenverarbeitung auf dieser Website ist:

\n

Physiotherapie und Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

\n

Verantwortliche Stelle ist die natürliche oder juristische Person, die allein oder gemeinsam mit anderen über die Zwecke und Mittel der Verarbeitung von personenbezogenen Daten (z.B. Namen, E-Mail-Adressen o. Ä.) entscheidet.

\n

Widerruf Ihrer Einwilligung zur Datenverarbeitung

\n

Viele Datenverarbeitungsvorgänge sind nur mit Ihrer ausdrücklichen Einwilligung möglich. Sie können eine bereits erteilte Einwilligung jederzeit widerrufen. Dazu reicht eine formlose Mitteilung per E-Mail an uns. Die Rechtmäßigkeit der bis zum Widerruf erfolgten Datenverarbeitung bleibt vom Widerruf unberührt.

\n

Beschwerderecht bei der zuständigen Aufsichtsbehörde

\n

Im Falle datenschutzrechtlicher Verstöße steht dem Betroffenen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu. Zuständige Aufsichtsbehörde in datenschutzrechtlichen Fragen ist der Landesdatenschutzbeauftragte des Bundeslandes, in dem unser Unternehmen seinen Sitz hat. Eine Liste der Datenschutzbeauftragten sowie deren Kontaktdaten können folgendem Link entnommen werden: bfdi.bund.de/Anschriften_Links

\n

Recht auf Datenübertragbarkeit

\n

Sie haben das Recht, Daten, die wir auf Grundlage Ihrer Einwilligung oder in Erfüllung eines Vertrags automatisiert verarbeiten, an sich oder an einen Dritten in einem gängigen, maschinenlesbaren Format aushändigen zu lassen. Sofern Sie die direkte Übertragung der Daten an einen anderen Verantwortlichen verlangen, erfolgt dies nur, soweit es technisch machbar ist.

\n

SSL- bzw. TLS-Verschlüsselung

\n

Diese Seite nutzt aus Sicherheitsgründen und zum Schutz der Übertragung vertraulicher Inhalte, wie zum Beispiel Bestellungen oder Anfragen, die Sie an uns als Seitenbetreiber senden, eine SSL-bzw. TLS-Verschlüsselung. Eine verschlüsselte Verbindung erkennen Sie daran, dass die Adresszeile des Browsers von “http://” auf “https://” wechselt und an dem Schloss-Symbol in Ihrer Browserzeile.
Wenn die SSL- bzw. TLS-Verschlüsselung aktiviert ist, können die Daten, die Sie an uns übermitteln, nicht von Dritten mitgelesen werden.

\n

Auskunft, Sperrung, Löschung

\n

Sie haben im Rahmen der geltenden gesetzlichen Bestimmungen jederzeit das Recht auf unentgeltliche Auskunft über Ihre gespeicherten personenbezogenen Daten, deren Herkunft und Empfänger und den Zweck der Datenverarbeitung und ggf. ein Recht auf Berichtigung, Sperrung oder Löschung dieser Daten. Hierzu sowie zu weiteren Fragen zum Thema personenbezogene Daten können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden.

\n

Widerspruch gegen Werbe-Mails

\n

Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-E-Mails, vor.

\n

 

\n

 

\n

3. Datenerfassung auf unserer Website

\n

 

\n

Cookies

\n

Die Internetseiten verwenden teilweise so genannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert.
Die meisten der von uns verwendeten Cookies sind so genannte “Session-Cookies”. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen.
Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browser aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein.
Cookies, die zur Durchführung des elektronischen Kommunikationsvorgangs oder zur Bereitstellung bestimmter, von Ihnen erwünschter Funktionen (z.B. Warenkorbfunktion) erforderlich sind, werden auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO gespeichert. Der Websitebetreiber hat ein berechtigtes Interesse an der Speicherung von Cookies zur technisch fehlerfreien und optimierten Bereitstellung seiner Dienste. Soweit andere Cookies (z.B. Cookies zur Analyse Ihres Surfverhaltens) gespeichert werden, werden diese in dieser Datenschutzerklärung gesondert behandelt.

\n

Server-Log-Dateien

\n

Der Provider der Seiten erhebt und speichert automatisch Informationen in so genannten Server-Log-Dateien, die Ihr Browser automatisch an uns übermittelt.

\n

Dies sind:
– Browsertyp und Browserversion
– verwendetes Betriebssystem
– Referrer URL
– Hostname des zugreifenden Rechners
– Uhrzeit der Serveranfrage
– IP-Adresse

\n

Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.
Grundlage für die Datenverarbeitung ist Art. 6 Abs. 1 lit. b DSGVO, der die Verarbeitung von Daten zur Erfüllung eines Vertrags oder vorvertraglicher Maßnahmen gestattet.

\n

 

\n

 

\n

4. Analyse Tools und Werbung

\n

 

\n

Google Analytics

\n

Diese Website nutzt Funktionen des Webanalysedienstes Google Analytics. Anbieter ist die Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.
Google Analytics verwendet so genannte „Cookies“. Das sind Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert.
Die Speicherung von Google-Analytics-Cookies erfolgt auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO. Der Websitebetreiber hat ein berechtigtes Interesse an der Analyse des Nutzerverhaltens, um sowohl sein Webangebot als auch seine Werbung zu optimieren.

\n

IP Anonymisierung

\n

Wir haben auf dieser Website die Funktion IP-Anonymisierung aktiviert. Dadurch wird Ihre IP-Adresse von Google innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum vor der Übermittlung in die USA gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.

\n

Browser Plugin

\n

Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch den Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Googvle sowie die Verarbeitung dieser Daten durch Google verhindern, indem Sie das unter dem folgenden Link verfügbare Browser-Plugin herunterladen und installieren: Browserplugin

\n

Auftragsdatenverarbeitung

\n

Wir haben mit Google einen Vertrag zur Auftragsdatenverarbeitung abgeschlossen und setzen die strengen Vorgaben der deutschen Datenschutzbehörden bei der Nutzung von Google Analytics vollständig um.
Demografische Merkmale bei Google Analytics
Diese Website nutzt die Funktion “demografische Merkmale” von Google Analytics. Dadurch können Berichte erstellt werden, die Aussagen zu Alter, Geschlecht und Interessen der Seitenbesucher enthalten. Diese Daten stammen aus interessenbezogener Werbung von Google sowie aus Besucherdaten von Drittanbietern. Diese Daten können keiner bestimmten Person zugeordnet werden. Sie können diese Funktion jederzeit über die Anzeigeneinstellungen in Ihrem Google-Konto deaktivieren oder die Erfassung Ihrer Daten durch Google Analytics wie im Punkt “Widerspruch gegen Datenerfassung” dargestellt generell untersagen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 15:26:21','2022-02-28 15:26:21','',1094,'https://stage.physio-skalsky.at/?p=1112',0,'revision','',0),(1115,1,'2022-02-28 15:28:04','2022-02-28 15:28:04','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-28 15:28:04','2022-02-28 15:28:04','',34,'https://stage.physio-skalsky.at/?p=1115',0,'revision','',0),(1116,1,'2022-02-28 15:28:16','2022-02-28 15:28:16','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-02-28 15:28:16','2022-02-28 15:28:16','',34,'https://stage.physio-skalsky.at/?p=1116',0,'revision','',0),(1118,1,'2022-02-28 15:30:16','2022-02-28 15:30:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|15px|0px|15px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"25px||||false|true\" custom_margin_last_edited=\"on|phone\" custom_margin_tablet=\"|-25px|0px|-25px|false|true\" custom_margin_phone=\"|0px||0px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"100px||||false|false\" custom_padding_tablet=\"100px||||false|false\" custom_padding_phone=\"100px||||false|false\" custom_padding_last_edited=\"on|desktop\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

 

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

Datenerfassung auf unserer Website

\n

Wer ist verantwortlich für die Datenerfassung auf dieser Website?
Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber. Dessen Kontaktdaten können Sie dem Impressum dieser Website entnehmen.

\n

Wie erfassen wir Ihre Daten?

\n

Ihre Daten werden zum einen dadurch erhoben, dass Sie uns diese mitteilen. Hierbei kann es sich z.B. um Daten handeln, die Sie in ein Kontaktformular eingeben.
Andere Daten werden automatisch beim Besuch der Website durch unsere IT-Systeme erfasst. Das sind vor allem technische Daten (z.B. Internetbrowser, Betriebssystem oder Uhrzeit des Seitenaufrufs). Die Erfassung dieser Daten erfolgt automatisch, sobald Sie unsere Website betreten.

\n

Wofür nutzen wir Ihre Daten?

\n

Ein Teil der Daten wird erhoben, um eine fehlerfreie Bereitstellung der Website zu gewährleisten. Andere Daten können zur Analyse Ihres Nutzerverhaltens verwendet werden.

\n

Welche Rechte haben Sie bezüglich Ihrer Daten?

\n

Sie haben jederzeit das Recht unentgeltlich Auskunft über Herkunft, Empfänger und Zweck Ihrer gespeicherten personenbezogenen Daten zu erhalten. Sie haben außerdem ein Recht, die Berichtigung, Sperrung oder Löschung dieser Daten zu verlangen. Hierzu sowie zu weiteren Fragen zum Thema Datenschutz können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden. Des Weiteren steht Ihnen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu.

\n

Analyse-Tools und Tools von Drittanbietern

\n

Beim Besuch unserer Website kann Ihr Surf-Verhalten statistisch ausgewertet werden. Das geschieht vor allem mit Cookies und mit sogenannten Analyseprogrammen. Die Analyse Ihres Surf-Verhaltens erfolgt in der Regel anonym; das Surf-Verhalten kann nicht zu Ihnen zurückverfolgt werden. Sie können dieser Analyse widersprechen oder sie durch die Nichtbenutzung bestimmter Tools verhindern. Detaillierte Informationen dazu finden Sie in der folgenden Datenschutzerklärung.
Sie können dieser Analyse widersprechen. Über die Widerspruchsmöglichkeiten werden wir Sie in dieser Datenschutzerklärung informieren.

\n

 

\n

 

\n

2. Allgemeine Hinweise und Pflichtinformationen

\n

 

\n

Datenschutz

\n

Die Betreiber dieser Seiten nehmen den Schutz Ihrer persönlichen Daten sehr ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend der gesetzlichen Datenschutzvorschriften sowie dieser Datenschutzerklärung.
Wenn Sie diese Website benutzen, werden verschiedene personenbezogene Daten erhoben. Personenbezogene Daten sind Daten, mit denen Sie persönlich identifiziert werden können. Die vorliegende Datenschutzerklärung erläutert, welche Daten wir erheben und wofür wir sie nutzen. Sie erläutert auch, wie und zu welchem Zweck das geschieht.
Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.

\n

Hinweis zur verantwortlichen Stelle

\n

Die verantwortliche Stelle für die Datenverarbeitung auf dieser Website ist:

\n

Physiotherapie und Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

\n

Verantwortliche Stelle ist die natürliche oder juristische Person, die allein oder gemeinsam mit anderen über die Zwecke und Mittel der Verarbeitung von personenbezogenen Daten (z.B. Namen, E-Mail-Adressen o. Ä.) entscheidet.

\n

Widerruf Ihrer Einwilligung zur Datenverarbeitung

\n

Viele Datenverarbeitungsvorgänge sind nur mit Ihrer ausdrücklichen Einwilligung möglich. Sie können eine bereits erteilte Einwilligung jederzeit widerrufen. Dazu reicht eine formlose Mitteilung per E-Mail an uns. Die Rechtmäßigkeit der bis zum Widerruf erfolgten Datenverarbeitung bleibt vom Widerruf unberührt.

\n

Beschwerderecht bei der zuständigen Aufsichtsbehörde

\n

Im Falle datenschutzrechtlicher Verstöße steht dem Betroffenen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu. Zuständige Aufsichtsbehörde in datenschutzrechtlichen Fragen ist der Landesdatenschutzbeauftragte des Bundeslandes, in dem unser Unternehmen seinen Sitz hat. Eine Liste der Datenschutzbeauftragten sowie deren Kontaktdaten können folgendem Link entnommen werden: bfdi.bund.de/Anschriften_Links

\n

Recht auf Datenübertragbarkeit

\n

Sie haben das Recht, Daten, die wir auf Grundlage Ihrer Einwilligung oder in Erfüllung eines Vertrags automatisiert verarbeiten, an sich oder an einen Dritten in einem gängigen, maschinenlesbaren Format aushändigen zu lassen. Sofern Sie die direkte Übertragung der Daten an einen anderen Verantwortlichen verlangen, erfolgt dies nur, soweit es technisch machbar ist.

\n

SSL- bzw. TLS-Verschlüsselung

\n

Diese Seite nutzt aus Sicherheitsgründen und zum Schutz der Übertragung vertraulicher Inhalte, wie zum Beispiel Bestellungen oder Anfragen, die Sie an uns als Seitenbetreiber senden, eine SSL-bzw. TLS-Verschlüsselung. Eine verschlüsselte Verbindung erkennen Sie daran, dass die Adresszeile des Browsers von “http://” auf “https://” wechselt und an dem Schloss-Symbol in Ihrer Browserzeile.
Wenn die SSL- bzw. TLS-Verschlüsselung aktiviert ist, können die Daten, die Sie an uns übermitteln, nicht von Dritten mitgelesen werden.

\n

Auskunft, Sperrung, Löschung

\n

Sie haben im Rahmen der geltenden gesetzlichen Bestimmungen jederzeit das Recht auf unentgeltliche Auskunft über Ihre gespeicherten personenbezogenen Daten, deren Herkunft und Empfänger und den Zweck der Datenverarbeitung und ggf. ein Recht auf Berichtigung, Sperrung oder Löschung dieser Daten. Hierzu sowie zu weiteren Fragen zum Thema personenbezogene Daten können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden.

\n

Widerspruch gegen Werbe-Mails

\n

Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-E-Mails, vor.

\n

 

\n

 

\n

3. Datenerfassung auf unserer Website

\n

 

\n

Cookies

\n

Die Internetseiten verwenden teilweise so genannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert.
Die meisten der von uns verwendeten Cookies sind so genannte “Session-Cookies”. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen.
Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browser aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein.
Cookies, die zur Durchführung des elektronischen Kommunikationsvorgangs oder zur Bereitstellung bestimmter, von Ihnen erwünschter Funktionen (z.B. Warenkorbfunktion) erforderlich sind, werden auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO gespeichert. Der Websitebetreiber hat ein berechtigtes Interesse an der Speicherung von Cookies zur technisch fehlerfreien und optimierten Bereitstellung seiner Dienste. Soweit andere Cookies (z.B. Cookies zur Analyse Ihres Surfverhaltens) gespeichert werden, werden diese in dieser Datenschutzerklärung gesondert behandelt.

\n

Server-Log-Dateien

\n

Der Provider der Seiten erhebt und speichert automatisch Informationen in so genannten Server-Log-Dateien, die Ihr Browser automatisch an uns übermittelt.

\n

Dies sind:
– Browsertyp und Browserversion
– verwendetes Betriebssystem
– Referrer URL
– Hostname des zugreifenden Rechners
– Uhrzeit der Serveranfrage
– IP-Adresse

\n

Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.
Grundlage für die Datenverarbeitung ist Art. 6 Abs. 1 lit. b DSGVO, der die Verarbeitung von Daten zur Erfüllung eines Vertrags oder vorvertraglicher Maßnahmen gestattet.

\n

 

\n

 

\n

4. Analyse Tools und Werbung

\n

 

\n

Google Analytics

\n

Diese Website nutzt Funktionen des Webanalysedienstes Google Analytics. Anbieter ist die Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.
Google Analytics verwendet so genannte „Cookies“. Das sind Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert.
Die Speicherung von Google-Analytics-Cookies erfolgt auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO. Der Websitebetreiber hat ein berechtigtes Interesse an der Analyse des Nutzerverhaltens, um sowohl sein Webangebot als auch seine Werbung zu optimieren.

\n

IP Anonymisierung

\n

Wir haben auf dieser Website die Funktion IP-Anonymisierung aktiviert. Dadurch wird Ihre IP-Adresse von Google innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum vor der Übermittlung in die USA gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.

\n

Browser Plugin

\n

Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch den Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Googvle sowie die Verarbeitung dieser Daten durch Google verhindern, indem Sie das unter dem folgenden Link verfügbare Browser-Plugin herunterladen und installieren: Browserplugin

\n

Auftragsdatenverarbeitung

\n

Wir haben mit Google einen Vertrag zur Auftragsdatenverarbeitung abgeschlossen und setzen die strengen Vorgaben der deutschen Datenschutzbehörden bei der Nutzung von Google Analytics vollständig um.
Demografische Merkmale bei Google Analytics
Diese Website nutzt die Funktion “demografische Merkmale” von Google Analytics. Dadurch können Berichte erstellt werden, die Aussagen zu Alter, Geschlecht und Interessen der Seitenbesucher enthalten. Diese Daten stammen aus interessenbezogener Werbung von Google sowie aus Besucherdaten von Drittanbietern. Diese Daten können keiner bestimmten Person zugeordnet werden. Sie können diese Funktion jederzeit über die Anzeigeneinstellungen in Ihrem Google-Konto deaktivieren oder die Erfassung Ihrer Daten durch Google Analytics wie im Punkt “Widerspruch gegen Datenerfassung” dargestellt generell untersagen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 15:30:16','2022-02-28 15:30:16','',1094,'https://stage.physio-skalsky.at/?p=1118',0,'revision','',0),(1120,1,'2022-02-28 15:31:14','2022-02-28 15:31:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|15px|100px|15px|false|true\" custom_padding_phone=\"0px|0px|50px|0px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" custom_padding_tablet=\"25px||||false|true\" custom_margin_last_edited=\"on|phone\" custom_margin_tablet=\"|-25px|0px|-25px|false|true\" custom_margin_phone=\"|0px||0px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Datenschutzerklärung

\n

Diese Datenschutzerklärung unterliegt den Gesetzen der Schweiz und ist gemäss diesen Gesetzen auszulegen. Die Bestimmungen berücksichtigen die Neuregelungen im Rahmen der Datenschutz-Grundverordnung der EU von 2021 (DSGVO 2016/679).

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"1000px\" custom_margin=\"||||false|false\" custom_padding=\"100px||||false|false\" custom_padding_tablet=\"100px||||false|false\" custom_padding_phone=\"100px||||false|false\" custom_padding_last_edited=\"on|desktop\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

1. Datenschutz auf einen Blick

\n

 

\n

Allgemeine Hinweise

\n

Die folgenden Hinweise geben einen einfachen Überblick darüber, was mit Ihren personenbezogenen Daten passiert, wenn Sie unsere Website besuchen. Personenbezogene Daten sind alle Daten, mit denen Sie persönlich identifiziert werden können. Ausführliche Informationen zum Thema Datenschutz entnehmen Sie unserer unter diesem Text aufgeführten Datenschutzerklärung.

\n

Datenerfassung auf unserer Website

\n

Wer ist verantwortlich für die Datenerfassung auf dieser Website?
Die Datenverarbeitung auf dieser Website erfolgt durch den Websitebetreiber. Dessen Kontaktdaten können Sie dem Impressum dieser Website entnehmen.

\n

Wie erfassen wir Ihre Daten?

\n

Ihre Daten werden zum einen dadurch erhoben, dass Sie uns diese mitteilen. Hierbei kann es sich z.B. um Daten handeln, die Sie in ein Kontaktformular eingeben.
Andere Daten werden automatisch beim Besuch der Website durch unsere IT-Systeme erfasst. Das sind vor allem technische Daten (z.B. Internetbrowser, Betriebssystem oder Uhrzeit des Seitenaufrufs). Die Erfassung dieser Daten erfolgt automatisch, sobald Sie unsere Website betreten.

\n

Wofür nutzen wir Ihre Daten?

\n

Ein Teil der Daten wird erhoben, um eine fehlerfreie Bereitstellung der Website zu gewährleisten. Andere Daten können zur Analyse Ihres Nutzerverhaltens verwendet werden.

\n

Welche Rechte haben Sie bezüglich Ihrer Daten?

\n

Sie haben jederzeit das Recht unentgeltlich Auskunft über Herkunft, Empfänger und Zweck Ihrer gespeicherten personenbezogenen Daten zu erhalten. Sie haben außerdem ein Recht, die Berichtigung, Sperrung oder Löschung dieser Daten zu verlangen. Hierzu sowie zu weiteren Fragen zum Thema Datenschutz können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden. Des Weiteren steht Ihnen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu.

\n

Analyse-Tools und Tools von Drittanbietern

\n

Beim Besuch unserer Website kann Ihr Surf-Verhalten statistisch ausgewertet werden. Das geschieht vor allem mit Cookies und mit sogenannten Analyseprogrammen. Die Analyse Ihres Surf-Verhaltens erfolgt in der Regel anonym; das Surf-Verhalten kann nicht zu Ihnen zurückverfolgt werden. Sie können dieser Analyse widersprechen oder sie durch die Nichtbenutzung bestimmter Tools verhindern. Detaillierte Informationen dazu finden Sie in der folgenden Datenschutzerklärung.
Sie können dieser Analyse widersprechen. Über die Widerspruchsmöglichkeiten werden wir Sie in dieser Datenschutzerklärung informieren.

\n

 

\n

 

\n

2. Allgemeine Hinweise und Pflichtinformationen

\n

 

\n

Datenschutz

\n

Die Betreiber dieser Seiten nehmen den Schutz Ihrer persönlichen Daten sehr ernst. Wir behandeln Ihre personenbezogenen Daten vertraulich und entsprechend der gesetzlichen Datenschutzvorschriften sowie dieser Datenschutzerklärung.
Wenn Sie diese Website benutzen, werden verschiedene personenbezogene Daten erhoben. Personenbezogene Daten sind Daten, mit denen Sie persönlich identifiziert werden können. Die vorliegende Datenschutzerklärung erläutert, welche Daten wir erheben und wofür wir sie nutzen. Sie erläutert auch, wie und zu welchem Zweck das geschieht.
Wir weisen darauf hin, dass die Datenübertragung im Internet (z.B. bei der Kommunikation per E-Mail) Sicherheitslücken aufweisen kann. Ein lückenloser Schutz der Daten vor dem Zugriff durch Dritte ist nicht möglich.

\n

Hinweis zur verantwortlichen Stelle

\n

Die verantwortliche Stelle für die Datenverarbeitung auf dieser Website ist:

\n

Physiotherapie und Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

\n

Verantwortliche Stelle ist die natürliche oder juristische Person, die allein oder gemeinsam mit anderen über die Zwecke und Mittel der Verarbeitung von personenbezogenen Daten (z.B. Namen, E-Mail-Adressen o. Ä.) entscheidet.

\n

Widerruf Ihrer Einwilligung zur Datenverarbeitung

\n

Viele Datenverarbeitungsvorgänge sind nur mit Ihrer ausdrücklichen Einwilligung möglich. Sie können eine bereits erteilte Einwilligung jederzeit widerrufen. Dazu reicht eine formlose Mitteilung per E-Mail an uns. Die Rechtmäßigkeit der bis zum Widerruf erfolgten Datenverarbeitung bleibt vom Widerruf unberührt.

\n

Beschwerderecht bei der zuständigen Aufsichtsbehörde

\n

Im Falle datenschutzrechtlicher Verstöße steht dem Betroffenen ein Beschwerderecht bei der zuständigen Aufsichtsbehörde zu. Zuständige Aufsichtsbehörde in datenschutzrechtlichen Fragen ist der Landesdatenschutzbeauftragte des Bundeslandes, in dem unser Unternehmen seinen Sitz hat. Eine Liste der Datenschutzbeauftragten sowie deren Kontaktdaten können folgendem Link entnommen werden: bfdi.bund.de/Anschriften_Links

\n

Recht auf Datenübertragbarkeit

\n

Sie haben das Recht, Daten, die wir auf Grundlage Ihrer Einwilligung oder in Erfüllung eines Vertrags automatisiert verarbeiten, an sich oder an einen Dritten in einem gängigen, maschinenlesbaren Format aushändigen zu lassen. Sofern Sie die direkte Übertragung der Daten an einen anderen Verantwortlichen verlangen, erfolgt dies nur, soweit es technisch machbar ist.

\n

SSL- bzw. TLS-Verschlüsselung

\n

Diese Seite nutzt aus Sicherheitsgründen und zum Schutz der Übertragung vertraulicher Inhalte, wie zum Beispiel Bestellungen oder Anfragen, die Sie an uns als Seitenbetreiber senden, eine SSL-bzw. TLS-Verschlüsselung. Eine verschlüsselte Verbindung erkennen Sie daran, dass die Adresszeile des Browsers von “http://” auf “https://” wechselt und an dem Schloss-Symbol in Ihrer Browserzeile.
Wenn die SSL- bzw. TLS-Verschlüsselung aktiviert ist, können die Daten, die Sie an uns übermitteln, nicht von Dritten mitgelesen werden.

\n

Auskunft, Sperrung, Löschung

\n

Sie haben im Rahmen der geltenden gesetzlichen Bestimmungen jederzeit das Recht auf unentgeltliche Auskunft über Ihre gespeicherten personenbezogenen Daten, deren Herkunft und Empfänger und den Zweck der Datenverarbeitung und ggf. ein Recht auf Berichtigung, Sperrung oder Löschung dieser Daten. Hierzu sowie zu weiteren Fragen zum Thema personenbezogene Daten können Sie sich jederzeit unter der im Impressum angegebenen Adresse an uns wenden.

\n

Widerspruch gegen Werbe-Mails

\n

Der Nutzung von im Rahmen der Impressumspflicht veröffentlichten Kontaktdaten zur Übersendung von nicht ausdrücklich angeforderter Werbung und Informationsmaterialien wird hiermit widersprochen. Die Betreiber der Seiten behalten sich ausdrücklich rechtliche Schritte im Falle der unverlangten Zusendung von Werbeinformationen, etwa durch Spam-E-Mails, vor.

\n

 

\n

 

\n

3. Datenerfassung auf unserer Website

\n

 

\n

Cookies

\n

Die Internetseiten verwenden teilweise so genannte Cookies. Cookies richten auf Ihrem Rechner keinen Schaden an und enthalten keine Viren. Cookies dienen dazu, unser Angebot nutzerfreundlicher, effektiver und sicherer zu machen. Cookies sind kleine Textdateien, die auf Ihrem Rechner abgelegt werden und die Ihr Browser speichert.
Die meisten der von uns verwendeten Cookies sind so genannte “Session-Cookies”. Sie werden nach Ende Ihres Besuchs automatisch gelöscht. Andere Cookies bleiben auf Ihrem Endgerät gespeichert bis Sie diese löschen. Diese Cookies ermöglichen es uns, Ihren Browser beim nächsten Besuch wiederzuerkennen.
Sie können Ihren Browser so einstellen, dass Sie über das Setzen von Cookies informiert werden und Cookies nur im Einzelfall erlauben, die Annahme von Cookies für bestimmte Fälle oder generell ausschließen sowie das automatische Löschen der Cookies beim Schließen des Browser aktivieren. Bei der Deaktivierung von Cookies kann die Funktionalität dieser Website eingeschränkt sein.
Cookies, die zur Durchführung des elektronischen Kommunikationsvorgangs oder zur Bereitstellung bestimmter, von Ihnen erwünschter Funktionen (z.B. Warenkorbfunktion) erforderlich sind, werden auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO gespeichert. Der Websitebetreiber hat ein berechtigtes Interesse an der Speicherung von Cookies zur technisch fehlerfreien und optimierten Bereitstellung seiner Dienste. Soweit andere Cookies (z.B. Cookies zur Analyse Ihres Surfverhaltens) gespeichert werden, werden diese in dieser Datenschutzerklärung gesondert behandelt.

\n

Server-Log-Dateien

\n

Der Provider der Seiten erhebt und speichert automatisch Informationen in so genannten Server-Log-Dateien, die Ihr Browser automatisch an uns übermittelt.

\n

Dies sind:
– Browsertyp und Browserversion
– verwendetes Betriebssystem
– Referrer URL
– Hostname des zugreifenden Rechners
– Uhrzeit der Serveranfrage
– IP-Adresse

\n

Eine Zusammenführung dieser Daten mit anderen Datenquellen wird nicht vorgenommen.
Grundlage für die Datenverarbeitung ist Art. 6 Abs. 1 lit. b DSGVO, der die Verarbeitung von Daten zur Erfüllung eines Vertrags oder vorvertraglicher Maßnahmen gestattet.

\n

 

\n

 

\n

4. Analyse Tools und Werbung

\n

 

\n

Google Analytics

\n

Diese Website nutzt Funktionen des Webanalysedienstes Google Analytics. Anbieter ist die Google Inc., 1600 Amphitheatre Parkway, Mountain View, CA 94043, USA.
Google Analytics verwendet so genannte „Cookies“. Das sind Textdateien, die auf Ihrem Computer gespeichert werden und die eine Analyse der Benutzung der Website durch Sie ermöglichen. Die durch den Cookie erzeugten Informationen über Ihre Benutzung dieser Website werden in der Regel an einen Server von Google in den USA übertragen und dort gespeichert.
Die Speicherung von Google-Analytics-Cookies erfolgt auf Grundlage von Art. 6 Abs. 1 lit. f DSGVO. Der Websitebetreiber hat ein berechtigtes Interesse an der Analyse des Nutzerverhaltens, um sowohl sein Webangebot als auch seine Werbung zu optimieren.

\n

IP Anonymisierung

\n

Wir haben auf dieser Website die Funktion IP-Anonymisierung aktiviert. Dadurch wird Ihre IP-Adresse von Google innerhalb von Mitgliedstaaten der Europäischen Union oder in anderen Vertragsstaaten des Abkommens über den Europäischen Wirtschaftsraum vor der Übermittlung in die USA gekürzt. Nur in Ausnahmefällen wird die volle IP-Adresse an einen Server von Google in den USA übertragen und dort gekürzt. Im Auftrag des Betreibers dieser Website wird Google diese Informationen benutzen, um Ihre Nutzung der Website auszuwerten, um Reports über die Websiteaktivitäten zusammenzustellen und um weitere mit der Websitenutzung und der Internetnutzung verbundene Dienstleistungen gegenüber dem Websitebetreiber zu erbringen. Die im Rahmen von Google Analytics von Ihrem Browser übermittelte IP-Adresse wird nicht mit anderen Daten von Google zusammengeführt.

\n

Browser Plugin

\n

Sie können die Speicherung der Cookies durch eine entsprechende Einstellung Ihrer Browser-Software verhindern; wir weisen Sie jedoch darauf hin, dass Sie in diesem Fall gegebenenfalls nicht sämtliche Funktionen dieser Website vollumfänglich werden nutzen können. Sie können darüber hinaus die Erfassung der durch den Cookie erzeugten und auf Ihre Nutzung der Website bezogenen Daten (inkl. Ihrer IP-Adresse) an Googvle sowie die Verarbeitung dieser Daten durch Google verhindern, indem Sie das unter dem folgenden Link verfügbare Browser-Plugin herunterladen und installieren: Browserplugin

\n

Auftragsdatenverarbeitung

\n

Wir haben mit Google einen Vertrag zur Auftragsdatenverarbeitung abgeschlossen und setzen die strengen Vorgaben der deutschen Datenschutzbehörden bei der Nutzung von Google Analytics vollständig um.
Demografische Merkmale bei Google Analytics
Diese Website nutzt die Funktion “demografische Merkmale” von Google Analytics. Dadurch können Berichte erstellt werden, die Aussagen zu Alter, Geschlecht und Interessen der Seitenbesucher enthalten. Diese Daten stammen aus interessenbezogener Werbung von Google sowie aus Besucherdaten von Drittanbietern. Diese Daten können keiner bestimmten Person zugeordnet werden. Sie können diese Funktion jederzeit über die Anzeigeneinstellungen in Ihrem Google-Konto deaktivieren oder die Erfassung Ihrer Daten durch Google Analytics wie im Punkt “Widerspruch gegen Datenerfassung” dargestellt generell untersagen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Datenschutz','','inherit','closed','closed','','1094-revision-v1','','','2022-02-28 15:31:14','2022-02-28 15:31:14','',1094,'https://stage.physio-skalsky.at/?p=1120',0,'revision','',0),(1122,1,'2022-03-01 09:20:42','2022-03-01 09:20:42','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-01 09:20:42','2022-03-01 09:20:42','',336,'https://stage.physio-skalsky.at/?p=1122',0,'revision','',0),(1123,1,'2022-03-01 09:21:13','2022-03-01 09:21:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-01 09:21:13','2022-03-01 09:21:13','',336,'https://stage.physio-skalsky.at/?p=1123',0,'revision','',0),(1124,1,'2022-03-03 08:42:31','2022-03-03 08:42:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\nFalls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-03 08:42:31','2022-03-03 08:42:31','',714,'https://stage.physio-skalsky.at/?p=1124',0,'revision','',0),(1126,1,'2022-03-03 08:43:29','2022-03-03 08:43:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-03 08:43:29','2022-03-03 08:43:29','',714,'https://stage.physio-skalsky.at/?p=1126',0,'revision','',0),(1127,1,'2022-03-03 08:43:59','2022-03-03 08:43:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-03 08:43:59','2022-03-03 08:43:59','',714,'https://stage.physio-skalsky.at/?p=1127',0,'revision','',0),(1128,1,'2022-03-03 08:44:34','2022-03-03 08:44:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"default\" background_enable_image=\"off\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{}\" hover_enabled=\"1\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-03 08:44:34','2022-03-03 08:44:34','',714,'https://stage.physio-skalsky.at/?p=1128',0,'revision','',0),(1130,1,'2022-03-03 08:44:56','2022-03-03 08:44:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-03 08:44:56','2022-03-03 08:44:56','',714,'https://stage.physio-skalsky.at/?p=1130',0,'revision','',0),(1132,1,'2022-03-03 08:46:25','2022-03-03 08:46:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
  • Massage
    \n

    Zur Vorbeugung und Behandlung von Erkrankungen des Bewegungsapparats oder als reine Wohlfühlbehandlung

    \n
  • \n
  • \n

    Faszienbehandlung
    Reduktion von Schmerzen und bessere Beweglichkeit durch die Regulierung von Spannungen im faszialen Gewebe.

    \n
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-03 08:46:25','2022-03-03 08:46:25','',714,'https://stage.physio-skalsky.at/?p=1132',0,'revision','',0),(1134,1,'2022-03-03 08:47:59','2022-03-03 08:47:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" custom_padding=\"0px|50px|0px|50px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysio','','publish','closed','closed','','sportphysiotherapie','','','2022-03-03 08:59:13','2022-03-03 08:59:13','',329,'https://stage.physio-skalsky.at/?page_id=1134',0,'page','',0),(1135,1,'2022-03-03 08:47:36','2022-03-03 08:47:36','','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:47:36','2022-03-03 08:47:36','',1134,'https://stage.physio-skalsky.at/?p=1135',0,'revision','',0),(1136,1,'2022-03-03 08:47:59','2022-03-03 08:47:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
  • Massage
    \n

    Zur Vorbeugung und Behandlung von Erkrankungen des Bewegungsapparats oder als reine Wohlfühlbehandlung

    \n
  • \n
  • \n

    Faszienbehandlung
    Reduktion von Schmerzen und bessere Beweglichkeit durch die Regulierung von Spannungen im faszialen Gewebe.

    \n
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:47:59','2022-03-03 08:47:59','',1134,'https://stage.physio-skalsky.at/?p=1136',0,'revision','',0),(1138,1,'2022-03-03 08:49:08','2022-03-03 08:49:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
  • Massage
    \n

    Zur Vorbeugung und Behandlung von Erkrankungen des Bewegungsapparats oder als reine Wohlfühlbehandlung

    \n
  • \n
  • \n

    Faszienbehandlung
    Reduktion von Schmerzen und bessere Beweglichkeit durch die Regulierung von Spannungen im faszialen Gewebe.

    \n
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:49:08','2022-03-03 08:49:08','',1134,'https://stage.physio-skalsky.at/?p=1138',0,'revision','',0),(1139,1,'2022-03-03 08:49:30','2022-03-03 08:49:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Leistungen der Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
  • Massage
    \n

    Zur Vorbeugung und Behandlung von Erkrankungen des Bewegungsapparats oder als reine Wohlfühlbehandlung

    \n
  • \n
  • \n

    Faszienbehandlung
    Reduktion von Schmerzen und bessere Beweglichkeit durch die Regulierung von Spannungen im faszialen Gewebe.

    \n
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:49:30','2022-03-03 08:49:30','',1134,'https://stage.physio-skalsky.at/?p=1139',0,'revision','',0),(1141,1,'2022-03-03 08:51:57','2022-03-03 08:51:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Training: Auf die Plätze, fertig, gold!

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:51:57','2022-03-03 08:51:57','',1134,'https://stage.physio-skalsky.at/?p=1141',0,'revision','',0),(1142,1,'2022-03-03 08:52:27','2022-03-03 08:52:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:52:27','2022-03-03 08:52:27','',1134,'https://stage.physio-skalsky.at/?p=1142',0,'revision','',0),(1144,1,'2022-03-03 08:53:09','2022-03-03 08:53:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:53:09','2022-03-03 08:53:09','',1134,'https://stage.physio-skalsky.at/?p=1144',0,'revision','',0),(1146,1,'2022-03-03 08:53:47','2022-03-03 08:53:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" custom_padding=\"0px|50px|0px|50px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:53:47','2022-03-03 08:53:47','',1134,'https://stage.physio-skalsky.at/?p=1146',0,'revision','',0),(1147,1,'2022-03-03 08:54:20','2022-03-03 08:54:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" custom_padding=\"0px|50px|0px|50px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysiotherapie','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:54:20','2022-03-03 08:54:20','',1134,'https://stage.physio-skalsky.at/?p=1147',0,'revision','',0),(1148,1,'2022-03-03 15:31:03','2022-03-03 08:54:59',' ','','','publish','closed','closed','','1148','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',329,'https://stage.physio-skalsky.at/?p=1148',7,'nav_menu_item','',0),(1149,1,'2022-03-03 08:57:05','2022-03-03 08:57:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

ready. set. gold.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" custom_padding=\"0px|50px|0px|50px|false|true\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Sportphysio','','inherit','closed','closed','','1134-revision-v1','','','2022-03-03 08:57:05','2022-03-03 08:57:05','',1134,'https://stage.physio-skalsky.at/?p=1149',0,'revision','',0),(1150,1,'2022-03-03 09:00:56','2022-03-03 09:00:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

aufsetzen. abrollen. abstoßen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Laufphysiotherapie

\n

«Laufen kann Jede und Jeder.» Das stimmt leider nicht ganz. Falsche Belastung und die falsche Ausrüstung können zu Schmerzen oder gar Verletzungen führen. Unsere Laufphysiotherapie verhindert das.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Laufphysio','','publish','closed','closed','','laufphysiotherapie','','','2022-03-03 09:05:34','2022-03-03 09:05:34','',329,'https://stage.physio-skalsky.at/?page_id=1150',0,'page','',0),(1151,1,'2022-03-03 08:59:35','2022-03-03 08:59:35','','Laufphysiotherapie','','inherit','closed','closed','','1150-revision-v1','','','2022-03-03 08:59:35','2022-03-03 08:59:35','',1150,'https://stage.physio-skalsky.at/?p=1151',0,'revision','',0),(1153,1,'2022-03-03 09:00:56','2022-03-03 09:00:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

aufsetzen. abrollen. abstoßen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Laufphysiotherapie','','inherit','closed','closed','','1150-revision-v1','','','2022-03-03 09:00:56','2022-03-03 09:00:56','',1150,'https://stage.physio-skalsky.at/?p=1153',0,'revision','',0),(1155,1,'2022-03-03 09:02:05','2022-03-03 09:02:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

aufsetzen. abrollen. abstoßen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Laufphysiotherapie

\n

«Laufen kann Jede und Jeder.» Das stimmt leider nicht ganz. Falsche Belastung und die falsche Ausrüstung können zu Schmerzen oder gar Verletzungen führen. Unsere Laufphysiotherapie verhindert das.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Laufphysiotherapie','','inherit','closed','closed','','1150-revision-v1','','','2022-03-03 09:02:05','2022-03-03 09:02:05','',1150,'https://stage.physio-skalsky.at/?p=1155',0,'revision','',0),(1157,1,'2022-03-03 09:02:51','2022-03-03 09:02:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

aufsetzen. abrollen. abstoßen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Laufphysiotherapie

\n

«Laufen kann Jede und Jeder.» Das stimmt leider nicht ganz. Falsche Belastung und die falsche Ausrüstung können zu Schmerzen oder gar Verletzungen führen. Unsere Laufphysiotherapie verhindert das.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Laufphysiotherapie','','inherit','closed','closed','','1150-revision-v1','','','2022-03-03 09:02:51','2022-03-03 09:02:51','',1150,'https://stage.physio-skalsky.at/?p=1157',0,'revision','',0),(1159,1,'2022-03-03 09:04:46','2022-03-03 09:04:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

aufsetzen. abrollen. abstoßen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Laufphysiotherapie

\n

«Laufen kann Jede und Jeder.» Das stimmt leider nicht ganz. Falsche Belastung und die falsche Ausrüstung können zu Schmerzen oder gar Verletzungen führen. Unsere Laufphysiotherapie verhindert das.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Laufphysiotherapie','','inherit','closed','closed','','1150-revision-v1','','','2022-03-03 09:04:46','2022-03-03 09:04:46','',1150,'https://stage.physio-skalsky.at/?p=1159',0,'revision','',0),(1160,1,'2022-03-03 09:05:08','2022-03-03 09:05:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
  • Massage
    \n

    Zur Vorbeugung und Behandlung von Erkrankungen des Bewegungsapparats oder als reine Wohlfühlbehandlung

    \n
  • \n
  • \n

    Faszienbehandlung
    Reduktion von Schmerzen und bessere Beweglichkeit durch die Regulierung von Spannungen im faszialen Gewebe.

    \n
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-03 09:05:08','2022-03-03 09:05:08','',714,'https://stage.physio-skalsky.at/?p=1160',0,'revision','',0),(1161,1,'2022-03-03 09:05:34','2022-03-03 09:05:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

aufsetzen. abrollen. abstoßen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Laufphysiotherapie

\n

«Laufen kann Jede und Jeder.» Das stimmt leider nicht ganz. Falsche Belastung und die falsche Ausrüstung können zu Schmerzen oder gar Verletzungen führen. Unsere Laufphysiotherapie verhindert das.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Laufphysio','','inherit','closed','closed','','1150-revision-v1','','','2022-03-03 09:05:34','2022-03-03 09:05:34','',1150,'https://stage.physio-skalsky.at/?p=1161',0,'revision','',0),(1162,1,'2022-03-03 15:31:03','2022-03-03 09:05:56',' ','','','publish','closed','closed','','1162','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',329,'https://stage.physio-skalsky.at/?p=1162',8,'nav_menu_item','',0),(1164,1,'2022-03-03 09:10:42','2022-03-03 09:10:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

lehren. fördern. inspirieren.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge Gesundheitsförderung

\n

Uns ist es wichtig, dass wir unser Wissen an dich weitergeben. Deshalb halten wir immer wieder Referate zu verschiedenen Gesundheitsthemen, die im Alltag und im Sport wichtig sind.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wie kann ich Sportverletzungen vorbeugen? Welche Übungen stärken den Rücken? Worauf muss ich beim Aufbautraining nach einer Ruhepause achten? Nur einige der Fragen, die sich sportbegeisterte und gesundheitsbewusste Menschen immer wieder stellen. Wissenschaftlich fundierte Antworten zu verschiedenen Themen der Gesundheitsförderung erhältst du bei den Vorträgen von mir, Daniel Skalsky. Dabei ist es mir besonders wichtig, dir nicht nur trockene Theorie zu vermitteln, sondern Wissen, das du einfach in die Praxis umsetzen kannst. Beim Sport, aber auch im Alltag. Lernen soll übrigens auch Spaß machen. Deswegen versuche ich dich zu motivieren. Zu inspirieren. Und gerne auch ein wenig zu unterhalten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Aktuelle Vortragsthemen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Vorbeugen von Beschwerden am Bewegungsapparat: Heute statt morgen
  • \n
  • Bewegung als Medikament
  • \n
  • Weitere Themen auf Anfrage
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Vorträge','','publish','closed','closed','','vortraege-gesundheitsfoerderung','','','2022-03-03 09:13:33','2022-03-03 09:13:33','',329,'https://stage.physio-skalsky.at/?page_id=1164',0,'page','',0),(1165,1,'2022-03-03 09:10:03','2022-03-03 09:10:03','','Vorträge Gesundheitsförderung','','inherit','closed','closed','','1164-revision-v1','','','2022-03-03 09:10:03','2022-03-03 09:10:03','',1164,'https://stage.physio-skalsky.at/?p=1165',0,'revision','',0),(1166,1,'2022-03-03 09:10:42','2022-03-03 09:10:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

lehren. fördern. inspirieren.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Sportphysiotherapie

\n

Der Weg zurück nach einer Verletzung ist kein Sprint, sondern ein Marathon. Wir begleiten dich auf diesem mit maßgeschneiderten Therapien. Damit du am nächsten Wettkampf wieder um Gold kämpfst.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Vorträge Gesundheitsförderung','','inherit','closed','closed','','1164-revision-v1','','','2022-03-03 09:10:42','2022-03-03 09:10:42','',1164,'https://stage.physio-skalsky.at/?p=1166',0,'revision','',0),(1168,1,'2022-03-03 09:11:24','2022-03-03 09:11:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

lehren. fördern. inspirieren.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge Gesundheitsförderung

\n

Uns ist es wichtig, dass wir unser Wissen an dich weitergeben. Deshalb halten wir immer wieder Referate zu verschiedenen Gesundheitsthemen, die im Alltag und im Sport wichtig sind.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Egal, ob Du Profi- oder Freizeitsportler bis: Vor Verletzungen oder Fehlbelastungen ist leider niemand gefeit. Gerne begleiten wir dich mit unserem Angebot der Sportphysiotherapie in Dornbirn nach Unfall- oder Sportverletzungen von der Liege wieder zurück auf den Sportplatz. Die Sportphysiotherapie ist ein Unterbereich der klassischen Physiotherapie und setzt sich mit den biomechanischen Bewegungsabläufen spezifischer Sportarten und Sportverletzungen auseinander. Mit unserem Wissen, unseren persönlichen Erfahrungen und unserem Gespür für die optimale Reizsetzung steht dir unser Team zur Seite und bringt dich zu deiner alten Leistung zurück.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Sportphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Medizinische Trainingstherapie (MTT)
    Individualtraining zur Steigerung der Belastbarkeit des Bewegungsapparates
  • \n
  • Athletisches Aufbautraining nach Verletzugen – Back to Sport Training
  • \n
  • Athletische Austestung nach Verletzugen – Back to Sport Testung
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Vorträge Gesundheitsförderung','','inherit','closed','closed','','1164-revision-v1','','','2022-03-03 09:11:24','2022-03-03 09:11:24','',1164,'https://stage.physio-skalsky.at/?p=1168',0,'revision','',0),(1170,1,'2022-03-03 09:12:17','2022-03-03 09:12:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

lehren. fördern. inspirieren.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge Gesundheitsförderung

\n

Uns ist es wichtig, dass wir unser Wissen an dich weitergeben. Deshalb halten wir immer wieder Referate zu verschiedenen Gesundheitsthemen, die im Alltag und im Sport wichtig sind.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wie kann ich Sportverletzungen vorbeugen? Welche Übungen stärken den Rücken? Worauf muss ich beim Aufbautraining nach einer Ruhepause achten? Nur einige der Fragen, die sich sportbegeisterte und gesundheitsbewusste Menschen immer wieder stellen. Wissenschaftlich fundierte Antworten zu verschiedenen Themen der Gesundheitsförderung erhältst du bei den Vorträgen von mir, Daniel Skalsky. Dabei ist es mir besonders wichtig, dir nicht nur trockene Theorie zu vermitteln, sondern Wissen, das du einfach in die Praxis umsetzen kannst. Beim Sport, aber auch im Alltag. Lernen soll übrigens auch Spaß machen. Deswegen versuche ich dich zu motivieren. Zu inspirieren. Und gerne auch ein wenig zu unterhalten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Aktuelle Vortragsthemen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Vorbeugen von Beschwerden am Bewegungsapparat: Heute statt morgen
  • \n
  • Bewegung als Medikament
  • \n
  • Weitere Themen auf Anfrage
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Training: Auf die Plätze, fertig, gold!

\n

Übrigens: Gerne unterstützen wir Mannschaften oder Einzelsportler*innen beim Training, der Wettkampfvorbereitung oder Rehabilitation.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"0px|50px|0px|50px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Mobiler Physiotherapeut

\n

Auf Wunsch biete ich Behandlungen und Beratungen auf Sportplätzen bzw. in Sporthallen an.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Vorträge Gesundheitsförderung','','inherit','closed','closed','','1164-revision-v1','','','2022-03-03 09:12:17','2022-03-03 09:12:17','',1164,'https://stage.physio-skalsky.at/?p=1170',0,'revision','',0),(1171,1,'2022-03-03 09:12:27','2022-03-03 09:12:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

lehren. fördern. inspirieren.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge Gesundheitsförderung

\n

Uns ist es wichtig, dass wir unser Wissen an dich weitergeben. Deshalb halten wir immer wieder Referate zu verschiedenen Gesundheitsthemen, die im Alltag und im Sport wichtig sind.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wie kann ich Sportverletzungen vorbeugen? Welche Übungen stärken den Rücken? Worauf muss ich beim Aufbautraining nach einer Ruhepause achten? Nur einige der Fragen, die sich sportbegeisterte und gesundheitsbewusste Menschen immer wieder stellen. Wissenschaftlich fundierte Antworten zu verschiedenen Themen der Gesundheitsförderung erhältst du bei den Vorträgen von mir, Daniel Skalsky. Dabei ist es mir besonders wichtig, dir nicht nur trockene Theorie zu vermitteln, sondern Wissen, das du einfach in die Praxis umsetzen kannst. Beim Sport, aber auch im Alltag. Lernen soll übrigens auch Spaß machen. Deswegen versuche ich dich zu motivieren. Zu inspirieren. Und gerne auch ein wenig zu unterhalten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Aktuelle Vortragsthemen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Vorbeugen von Beschwerden am Bewegungsapparat: Heute statt morgen
  • \n
  • Bewegung als Medikament
  • \n
  • Weitere Themen auf Anfrage
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Vorträge Gesundheitsförderung','','inherit','closed','closed','','1164-revision-v1','','','2022-03-03 09:12:27','2022-03-03 09:12:27','',1164,'https://stage.physio-skalsky.at/?p=1171',0,'revision','',0),(1172,1,'2022-03-03 15:31:03','2022-03-03 09:13:09',' ','','','publish','closed','closed','','1172','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',329,'https://stage.physio-skalsky.at/?p=1172',9,'nav_menu_item','',0),(1173,1,'2022-03-03 09:13:33','2022-03-03 09:13:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

lehren. fördern. inspirieren.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Vorträge Gesundheitsförderung

\n

Uns ist es wichtig, dass wir unser Wissen an dich weitergeben. Deshalb halten wir immer wieder Referate zu verschiedenen Gesundheitsthemen, die im Alltag und im Sport wichtig sind.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Wie kann ich Sportverletzungen vorbeugen? Welche Übungen stärken den Rücken? Worauf muss ich beim Aufbautraining nach einer Ruhepause achten? Nur einige der Fragen, die sich sportbegeisterte und gesundheitsbewusste Menschen immer wieder stellen. Wissenschaftlich fundierte Antworten zu verschiedenen Themen der Gesundheitsförderung erhältst du bei den Vorträgen von mir, Daniel Skalsky. Dabei ist es mir besonders wichtig, dir nicht nur trockene Theorie zu vermitteln, sondern Wissen, das du einfach in die Praxis umsetzen kannst. Beim Sport, aber auch im Alltag. Lernen soll übrigens auch Spaß machen. Deswegen versuche ich dich zu motivieren. Zu inspirieren. Und gerne auch ein wenig zu unterhalten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Aktuelle Vortragsthemen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]
    \n
  • Vorbeugen von Beschwerden am Bewegungsapparat: Heute statt morgen
  • \n
  • Bewegung als Medikament
  • \n
  • Weitere Themen auf Anfrage
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Vorträge','','inherit','closed','closed','','1164-revision-v1','','','2022-03-03 09:13:33','2022-03-03 09:13:33','',1164,'https://stage.physio-skalsky.at/?p=1173',0,'revision','',0),(1175,1,'2022-03-03 09:20:23','2022-03-03 09:20:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" _dynamic_attributes=\"button_url\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" _dynamic_attributes=\"button_url\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" _dynamic_attributes=\"button_url\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" _dynamic_attributes=\"button_url\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" _dynamic_attributes=\"button_url\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 09:20:23','2022-03-03 09:20:23','',8,'https://stage.physio-skalsky.at/?p=1175',0,'revision','',0),(1177,1,'2022-03-03 09:22:23','2022-03-03 09:22:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" _dynamic_attributes=\"button_url\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" _dynamic_attributes=\"button_url\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_text=\"Laufcoaching\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" _dynamic_attributes=\"button_url\"][/et_pb_button][et_pb_button button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" _dynamic_attributes=\"button_url\"][/et_pb_button][et_pb_button button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" _dynamic_attributes=\"button_url\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 09:22:23','2022-03-03 09:22:23','',8,'https://stage.physio-skalsky.at/?p=1177',0,'revision','',0),(1179,1,'2022-03-03 09:29:29','2022-03-03 09:29:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

wille.
fokus.
erfolg.

\" content_phone=\"

wille.
fokus.
erfolg.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche ((Liste)) FEHLEND / ZU DEFINIEREN

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-03-03 09:29:29','2022-03-03 09:29:29','',671,'https://stage.physio-skalsky.at/?p=1179',0,'revision','',0),(1180,1,'2022-03-03 09:29:39','2022-03-03 09:29:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

wille.
fokus.
erfolg.

\" content_phone=\"

wille.
fokus.
erfolg.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-03-03 09:29:39','2022-03-03 09:29:39','',671,'https://stage.physio-skalsky.at/?p=1180',0,'revision','',0),(1182,1,'2022-03-03 09:30:49','2022-03-03 09:30:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

wille.
fokus.
erfolg.

\" content_phone=\"

wille.
fokus.
erfolg.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-03-03 09:30:49','2022-03-03 09:30:49','',671,'https://stage.physio-skalsky.at/?p=1182',0,'revision','',0),(1183,1,'2022-03-03 09:32:07','2022-03-03 09:32:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_padding=\"|1px||||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-03-03 09:32:07','2022-03-03 09:32:07','',338,'https://stage.physio-skalsky.at/?p=1183',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1184,1,'2022-03-03 09:33:05','2022-03-03 09:33:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

individuell.
unterstützend.
fördernd.

\" content_phone=\"

individuell.
unterstützend.
fördernd.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-03-03 09:33:05','2022-03-03 09:33:05','',615,'https://stage.physio-skalsky.at/?p=1184',0,'revision','',0),(1186,1,'2022-03-03 09:35:11','2022-03-03 09:35:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufcoaching

\nWir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-03 09:35:11','2022-03-03 09:35:11','',329,'https://stage.physio-skalsky.at/?p=1186',0,'revision','',0),(1188,1,'2022-03-03 09:37:56','2022-03-03 09:37:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-03 09:37:56','2022-03-03 09:37:56','',329,'https://stage.physio-skalsky.at/?p=1188',0,'revision','',0),(1189,1,'2022-03-03 09:38:09','2022-03-03 09:38:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

wille.
fokus.
erfolg.

\" content_phone=\"

wille.
fokus.
erfolg.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"60px\" text_line_height=\"72px\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"750ms\" animation_intensity_slide=\"15%\" global_colors_info=\"{}\"]

wille. fokus. erfolg.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Motivation

\n

Motivation ist ein wichtiger Faktor für Erfolge in der Sport- und der klassischen Physiotherapie. Mit deiner und unserer Motivation erzielen wir herausragende Therapieerfolge.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Wer Herausragendes leisten will, muss eine große Portion Motivation mitbringen. Das gilt auf dem Sportplatz genauso wie in der Physiopraxis. Unsere Leidenschaft für unseren Beruf treibt uns täglich an, das Beste zu geben. Zu reflektieren. Zu inspirieren. Und zu versuchen, noch besser zu werden. Damit uns dies gelingt, bleiben wir stets selbst in Bewegung: Bilden uns fort, tauschen uns mit anderen Experten aus und ziehen Ärztinnen und Ärzte zu Rate. Und wir stehen jeden Tag hochmotiviert in der Praxis, um dich in deinen Zielen zu unterstützen. Motivation ist übrigens ein Teamplayer: Deine und unsere Motivation addieren sich nicht, sie multiplizieren sich. Das Ergebnis: herausragende Therapieerfolge.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Motivation','','inherit','closed','closed','','671-revision-v1','','','2022-03-03 09:38:09','2022-03-03 09:38:09','',671,'https://stage.physio-skalsky.at/?p=1189',0,'revision','',0),(1191,1,'2022-03-03 09:38:37','2022-03-03 09:38:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" hover_enabled=\"0\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" sticky_enabled=\"0\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 09:38:37','2022-03-03 09:38:37','',8,'https://stage.physio-skalsky.at/?p=1191',0,'revision','',0),(1192,1,'2022-03-03 09:39:31','2022-03-03 09:39:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

vorsorgen.
mitwirken.
verbessern.

\" content_phone=\"

vorsorgen.
mitwirken.
verbessern.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

vorsorgen. mitwirken. verbessern.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_padding=\"|1px||||\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Prävention

\n

Wir schützen dich mit unserem Präventionsangebot vor Überbelastungen und Verletzungen, fördern so deine Gesundheit und steigern deine Leistungsfähigkeit. Denn Prävention ist effizienter als jede Therapie.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Je korrekter du dich bewegst, desto geringer ist die Wahrscheinlichkeit, dass du überbelastest oder dich verletzt. Am besten du sorgst schon heute für deine Gesundheit von Morgen. Eine Laufanalyse oder eine gezielte Analyse deines Bewegungsapparates legen die Basis dafür. Kombiniert mit maßgeschneiderten Übungen und Behandlungen, helfen wir dir, deinen Bewegungsablauf zu optimieren und zu stabilisieren und dadurch deine Leistungsfähigkeit zu steigern. Dabei unterstützen wir dich gerne in der Physiotherapie skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Gesundheitsförderung von Freizeit- und Profisportler*innen
  • \n
  • Prävention von Sportverletzungen
  • \n
  • Vorbeugen von chronischen Beschwerden
  • \n
  • Steigerung der Leistungsfähigkeit
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Prävention','','inherit','closed','closed','','338-revision-v1','','','2022-03-03 09:39:31','2022-03-03 09:39:31','',338,'https://stage.physio-skalsky.at/?p=1192',0,'revision','',0),(1193,1,'2022-03-03 09:39:49','2022-03-03 09:39:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

individuell.
unterstützend.
fördernd.

\" content_phone=\"

individuell.
unterstützend.
fördernd.

\" content_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

individuell. unterstützend. fördernd.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Rehabilitation

\n

Eine Verletzung ist ärgerlich und eine grosse Belastung für den Körper. Wir helfen dir dabei nach einer Verletzung oder bei anderen Beschwerden möglichst schnell wieder schmerzfrei und fit zu werden.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Schmerzende Muskeln, Gelenksprobleme oder Beschwerden nach Unfall- oder Sportverletzungen. Bewegungseinschränkungen und Schmerzen sind oft eine große Belastung für deinen Körper und Geist. Umso wichtiger ist es, jemanden an der Seite zu haben, der dich auf dem Weg zurück zur Gesundheit unterstützt. Wir begleiten dich in unserer Physiotherapie in Dornbirn optimal: mit langjähriger Erfahrung, Einfühlungsvermögen, einem individuellen Therapieplan und einem klaren Ziel: Deine Beschwerden bestmöglich zu lindern und deine Leistungsfähigkeit rasch wieder zu steigern.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Leistungen

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Anwendungsbereiche

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" global_colors_info=\"{}\"]
    \n
  • Sportverletzungen
  • \n
  • Vor- und Nachbereitung von Operationen
  • \n
  • Chronische Schmerzen
  • \n
  • Chronische Verspannungen, beispielsweise im Nacken oder Kopf
  • \n
  • Bandscheibenvorfälle
  • \n
  • Kreuzbandrisse
  • \n
  • Bänderrisse
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Rehabilitation','','inherit','closed','closed','','615-revision-v1','','','2022-03-03 09:39:49','2022-03-03 09:39:49','',615,'https://stage.physio-skalsky.at/?p=1193',0,'revision','',0),(1194,1,'2022-03-03 09:44:50','2022-03-03 09:44:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch das Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"100px|25px|0px|25px|false|true\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\"][et_pb_accordion_item open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" global_colors_info=\"{}\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row module_id=\"anchor_covid\" _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','publish','closed','closed','','praxis','','','2022-03-04 13:14:34','2022-03-04 13:14:34','',0,'https://stage.physio-skalsky.at/?page_id=1194',0,'page','',0),(1195,1,'2022-03-03 09:44:09','2022-03-03 09:44:09','','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:44:09','2022-03-03 09:44:09','',1194,'https://stage.physio-skalsky.at/?p=1195',0,'revision','',0),(1196,1,'2022-03-03 09:44:50','2022-03-03 09:44:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

aufsetzen. abrollen. abstoßen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Laufphysiotherapie

\n

«Laufen kann Jede und Jeder.» Das stimmt leider nicht ganz. Falsche Belastung und die falsche Ausrüstung können zu Schmerzen oder gar Verletzungen führen. Unsere Laufphysiotherapie verhindert das.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:44:50','2022-03-03 09:44:50','',1194,'https://stage.physio-skalsky.at/?p=1196',0,'revision','',0),(1197,1,'2022-03-03 09:45:02','2022-03-03 09:45:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Praxis

\n

«Laufen kann Jede und Jeder.» Das stimmt leider nicht ganz. Falsche Belastung und die falsche Ausrüstung können zu Schmerzen oder gar Verletzungen führen. Unsere Laufphysiotherapie verhindert das.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:45:02','2022-03-03 09:45:02','',1194,'https://stage.physio-skalsky.at/?p=1197',0,'revision','',0),(1199,1,'2022-03-03 09:45:22','2022-03-03 09:45:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:45:22','2022-03-03 09:45:22','',1194,'https://stage.physio-skalsky.at/?p=1199',0,'revision','',0),(1201,1,'2022-03-03 09:46:57','2022-03-03 09:46:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Beschwerden und Verletzungen beim Laufen sind häufig. Dabei entstehen vier von fünf Beschwerden durch Trainingsfehler beziehungsweise durch einen ungünstigen Wechsel zwischen Belastung und Entlastung. Um diesen Anteil zu verkleinern, haben wir uns – als eine von wenigen Physiotherapien – auf das Laufcoaching spezialisiert. In der Laufphysiotherapie helfen wir dir Schritt für Schritt deine Beschwerden beim Laufen zu verringern und deine Leistungsfähigkeit nach einer Verletzung wiederaufzubauen. In einem persönlichen Gespräch mit dir, mithilfe von Untersuchungen und mit einer Laufanalyse finden wir die Ursachen für deine Beschwerden und therapieren diese gezielt. Dabei ist es egal, ob du läufst, um den Kopf zu lüften, um abzunehmen oder ob du dich auf Wettkämpfe vorbereitest. Wir begleiten dich sehr gerne mit Kompetenz und Leidenschaft. Damit deine Läufe schmerzfrei werden und dir wieder Spaß machen.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:46:57','2022-03-03 09:46:57','',1194,'https://stage.physio-skalsky.at/?p=1201',0,'revision','',0),(1203,1,'2022-03-03 09:47:53','2022-03-03 09:47:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" open=\"on\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" open=\"off\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:47:53','2022-03-03 09:47:53','',1194,'https://stage.physio-skalsky.at/?p=1203',0,'revision','',0),(1205,1,'2022-03-03 09:49:38','2022-03-03 09:49:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_accordion _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\"][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" open=\"on\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" open=\"off\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:49:38','2022-03-03 09:49:38','',1194,'https://stage.physio-skalsky.at/?p=1205',0,'revision','',0),(1207,1,'2022-03-03 09:50:32','2022-03-03 09:50:32','/*-----------------------Mobile-Menu-----------------------*/\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n/*----------text hover on 1 column boxes for headline, text, link and icon ----------*/\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}\r\n\r\n\r\n\r\n/*---------------Accordeon---------------*/\r\n\r\n.et_pb_toggle_open .et_pb_toggle_title:before {\r\n display: block !important;\r\n content: \"\\e04f\";\r\n}\r\n\r\n\r\n\r\n.lwp-toggle-icon.et_pb_toggle .et_pb_toggle_title:before,.lwp-toggle-icon .et_pb_toggle .et_pb_toggle_title:before {\r\n content:\'\\4c\';\r\n}\r\n \r\n/*-----------------------toggle icon-----------------------*/\r\n.lwp-toggle-icon.et_pb_toggle_open .et_pb_toggle_title:before{\r\n content:\'\\4b\'; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-03-03 09:50:32','2022-03-03 09:50:32','',227,'https://stage.physio-skalsky.at/?p=1207',0,'revision','',0),(1208,1,'2022-03-03 15:31:03','2022-03-03 09:51:53',' ','','','publish','closed','closed','','1208','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',0,'https://stage.physio-skalsky.at/?p=1208',16,'nav_menu_item','',0),(1210,1,'2022-03-03 09:53:47','2022-03-03 09:53:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:53:47','2022-03-03 09:53:47','',1194,'https://stage.physio-skalsky.at/?p=1210',0,'revision','',0),(1212,1,'2022-03-03 09:56:46','2022-03-03 09:56:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" open_toggle_text_color=\"#000000\" toggle_text_color=\"#000000\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#000000\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:56:46','2022-03-03 09:56:46','',1194,'https://stage.physio-skalsky.at/?p=1212',0,'revision','',0),(1214,1,'2022-03-03 09:59:12','2022-03-03 09:59:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"RGBA(255,255,255,0)\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"K||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:59:12','2022-03-03 09:59:12','',1194,'https://stage.physio-skalsky.at/?p=1214',0,'revision','',0),(1215,1,'2022-03-03 09:59:43','2022-03-03 09:59:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"RGBA(255,255,255,0)\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Your Title Goes Here\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\"]

Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 09:59:43','2022-03-03 09:59:43','',1194,'https://stage.physio-skalsky.at/?p=1215',0,'revision','',0),(1217,1,'2022-03-03 10:01:06','2022-03-03 10:01:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"RGBA(255,255,255,0)\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:01:06','2022-03-03 10:01:06','',1194,'https://stage.physio-skalsky.at/?p=1217',0,'revision','',0),(1218,1,'2022-03-03 10:01:25','2022-03-03 10:01:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"RGBA(255,255,255,0)\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:01:25','2022-03-03 10:01:25','',1194,'https://stage.physio-skalsky.at/?p=1218',0,'revision','',0),(1220,1,'2022-03-03 10:04:59','2022-03-03 10:04:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"RGBA(255,255,255,0)\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:04:59','2022-03-03 10:04:59','',1194,'https://stage.physio-skalsky.at/?p=1220',0,'revision','',0),(1222,1,'2022-03-03 10:06:45','2022-03-03 10:06:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"RGBA(255,255,255,0)\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:06:45','2022-03-03 10:06:45','',1194,'https://stage.physio-skalsky.at/?p=1222',0,'revision','',0),(1224,1,'2022-03-03 10:07:17','2022-03-03 10:07:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:07:17','2022-03-03 10:07:17','',1194,'https://stage.physio-skalsky.at/?p=1224',0,'revision','',0),(1227,1,'2022-03-03 10:11:24','2022-03-03 10:11:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|25px||25px|false|true\" custom_padding_phone=\"75px|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Laufphysiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:11:24','2022-03-03 10:11:24','',1194,'https://stage.physio-skalsky.at/?p=1227',0,'revision','',0),(1229,1,'2022-03-03 10:13:26','2022-03-03 10:13:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|25px||25px|false|true\" custom_padding_phone=\"75px|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:13:26','2022-03-03 10:13:26','',1194,'https://stage.physio-skalsky.at/?p=1229',0,'revision','',0),(1230,1,'2022-03-03 10:13:33','2022-03-03 10:13:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|25px||25px|false|true\" custom_padding_phone=\"75px|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Analyse des Bewegungsapparats unter Belastung
  • \n
  • Laufanalyse
  • \n
  • Beratung und Coaching
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:13:33','2022-03-03 10:13:33','',1194,'https://stage.physio-skalsky.at/?p=1230',0,'revision','',0),(1232,1,'2022-03-03 10:14:29','2022-03-03 10:14:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_last_edited=\"on|desktop\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|25px||25px|false|true\" custom_padding_phone=\"75px|15px||15px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:14:29','2022-03-03 10:14:29','',1194,'https://stage.physio-skalsky.at/?p=1232',0,'revision','',0),(1234,1,'2022-03-03 10:16:11','2022-03-03 10:16:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|25px|0px|25px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|12.5px||12.5px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:16:11','2022-03-03 10:16:11','',1194,'https://stage.physio-skalsky.at/?p=1234',0,'revision','',0),(1235,1,'2022-03-03 10:17:00','2022-03-03 10:17:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|25px|0px|25px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:17:00','2022-03-03 10:17:00','',1194,'https://stage.physio-skalsky.at/?p=1235',0,'revision','',0),(1237,1,'2022-03-03 10:18:32','2022-03-03 10:18:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|25px|0px|25px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" module_class=\"anchor_covid\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:18:32','2022-03-03 10:18:32','',1194,'https://stage.physio-skalsky.at/?p=1237',0,'revision','',0),(1238,1,'2022-03-03 10:19:03','2022-03-03 10:19:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"/anchor_covid\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 10:19:03','2022-03-03 10:19:03','',8,'https://stage.physio-skalsky.at/?p=1238',0,'revision','',0),(1240,1,'2022-03-03 10:19:25','2022-03-03 10:19:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"#anchor_covid\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 10:19:25','2022-03-03 10:19:25','',8,'https://stage.physio-skalsky.at/?p=1240',0,'revision','',0),(1242,1,'2022-03-03 10:20:00','2022-03-03 10:20:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"/praxis/#anchor_covid\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 10:20:00','2022-03-03 10:20:00','',8,'https://stage.physio-skalsky.at/?p=1242',0,'revision','',0),(1243,1,'2022-03-03 10:20:18','2022-03-03 10:20:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"/praxis#anchor_covid\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 10:20:18','2022-03-03 10:20:18','',8,'https://stage.physio-skalsky.at/?p=1243',0,'revision','',0),(1245,1,'2022-03-03 10:20:58','2022-03-03 10:20:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|25px|0px|25px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" module_id=\"anchor_covid\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:20:58','2022-03-03 10:20:58','',1194,'https://stage.physio-skalsky.at/?p=1245',0,'revision','',0),(1246,1,'2022-03-03 10:21:19','2022-03-03 10:21:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|25px|0px|25px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_id=\"anchor_covid\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:21:19','2022-03-03 10:21:19','',1194,'https://stage.physio-skalsky.at/?p=1246',0,'revision','',0),(1248,1,'2022-03-03 10:21:50','2022-03-03 10:21:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|25px|0px|25px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"anchor_covid\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:21:50','2022-03-03 10:21:50','',1194,'https://stage.physio-skalsky.at/?p=1248',0,'revision','',0),(1250,1,'2022-03-03 10:22:43','2022-03-03 10:22:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" custom_padding=\"100px|25px|0px|25px|false|true\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\" sticky_enabled=\"0\" open_toggle_text_color=\"#FFFFFF\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" border_color_all=\"#FFFFFF\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" sticky_enabled=\"0\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" open=\"off\" sticky_enabled=\"0\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" hover_enabled=\"0\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_id=\"anchor_covid\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" hover_enabled=\"0\" global_colors_info=\"{}\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_last_edited=\"on|tablet\" sticky_enabled=\"0\" text_font_size_phone=\"16px\" text_font_size_tablet=\"18px\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-03 10:22:43','2022-03-03 10:22:43','',1194,'https://stage.physio-skalsky.at/?p=1250',0,'revision','',0),(1253,1,'2022-03-03 10:42:36','2022-03-03 10:42:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" link_option_url=\"/praxis#anchor_covid\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"«Nach meinem Bandscheibenvorfall war ich dank der Behandlung in der Physiotherapie Skalsky nach kürzester Zeit wieder schmerzfrei.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Laufphysiotherapie ist sehr zu empfehlen. Habe seither keine Probleme mit der Achillessehne mehr und kann viel längere Läufe absolvieren.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Ich bin sehr zufrieden mit dem Ergebnis und kann Physiotherapie Skalsky nur weiterempfehlen!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Wir haben Daniel Skalsky für einen Vortrag zur Gesundheit im Büro gebucht. Kompetent, interessant und einfach anwendbare Übungen. Toll!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Das Team ist sehr sympathisch und kompetent. Man merkt, dass alle mit Leidenschaft dabei sind.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Physiotherapeutin zeigte mir, wie ich die Übungen zuhause machen kann. Das habe ich sehr geschätzt.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 10:42:36','2022-03-03 10:42:36','',8,'https://stage.physio-skalsky.at/?p=1253',0,'revision','',0),(1255,1,'2022-03-03 10:44:42','2022-03-03 10:44:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" link_option_url=\"/praxis#anchor_covid\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"||||true|true\"][et_pb_slide heading=\"«Nach meinem Bandscheibenvorfall war ich dank der Behandlung in der Physiotherapie Skalsky nach kürzester Zeit wieder schmerzfrei.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Laufphysiotherapie ist sehr zu empfehlen. Habe seither keine Probleme mit der Achillessehne mehr und kann viel längere Läufe absolvieren.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Ich bin sehr zufrieden mit dem Ergebnis und kann Physiotherapie Skalsky nur weiterempfehlen!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Wir haben Daniel Skalsky für einen Vortrag zur Gesundheit im Büro gebucht. Kompetent, interessant und einfach anwendbare Übungen. Toll!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Das Team ist sehr sympathisch und kompetent. Man merkt, dass alle mit Leidenschaft dabei sind.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Physiotherapeutin zeigte mir, wie ich die Übungen zuhause machen kann. Das habe ich sehr geschätzt.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 10:44:42','2022-03-03 10:44:42','',8,'https://stage.physio-skalsky.at/?p=1255',0,'revision','',0),(1256,1,'2022-03-03 10:51:20','2022-03-03 10:51:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" link_option_url=\"/praxis#anchor_covid\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" custom_padding=\"||||true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Nach meinem Bandscheibenvorfall war ich dank der Behandlung in der Physiotherapie Skalsky nach kürzester Zeit wieder schmerzfrei.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Laufphysiotherapie ist sehr zu empfehlen. Habe seither keine Probleme mit der Achillessehne mehr und kann viel längere Läufe absolvieren.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Ich bin sehr zufrieden mit dem Ergebnis und kann Physiotherapie Skalsky nur weiterempfehlen!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Wir haben Daniel Skalsky für einen Vortrag zur Gesundheit im Büro gebucht. Kompetent, interessant und einfach anwendbare Übungen. Toll!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Das Team ist sehr sympathisch und kompetent. Man merkt, dass alle mit Leidenschaft dabei sind.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Physiotherapeutin zeigte mir, wie ich die Übungen zuhause machen kann. Das habe ich sehr geschätzt.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 10:51:20','2022-03-03 10:51:20','',336,'https://stage.physio-skalsky.at/?p=1256',0,'revision','',0),(1258,1,'2022-03-03 10:52:01','2022-03-03 10:52:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" link_option_url=\"/praxis#anchor_covid\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" custom_padding=\"||||true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Nach meinem Bandscheibenvorfall war ich dank der Behandlung in der Physiotherapie Skalsky nach kürzester Zeit wieder schmerzfrei.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Laufphysiotherapie ist sehr zu empfehlen. Habe seither keine Probleme mit der Achillessehne mehr und kann viel längere Läufe absolvieren.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Ich bin sehr zufrieden mit dem Ergebnis und kann Physiotherapie Skalsky nur weiterempfehlen!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Wir haben Daniel Skalsky für einen Vortrag zur Gesundheit im Büro gebucht. Kompetent, interessant und einfach anwendbare Übungen. Toll!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Das Team ist sehr sympathisch und kompetent. Man merkt, dass alle mit Leidenschaft dabei sind.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Physiotherapeutin zeigte mir, wie ich die Übungen zuhause machen kann. Das habe ich sehr geschätzt.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 10:52:01','2022-03-03 10:52:01','',336,'https://stage.physio-skalsky.at/?p=1258',0,'revision','',0),(1259,1,'2022-03-03 10:52:28','2022-03-03 10:52:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" custom_padding=\"||||true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Nach meinem Bandscheibenvorfall war ich dank der Behandlung in der Physiotherapie Skalsky nach kürzester Zeit wieder schmerzfrei.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Laufphysiotherapie ist sehr zu empfehlen. Habe seither keine Probleme mit der Achillessehne mehr und kann viel längere Läufe absolvieren.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Ich bin sehr zufrieden mit dem Ergebnis und kann Physiotherapie Skalsky nur weiterempfehlen!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Wir haben Daniel Skalsky für einen Vortrag zur Gesundheit im Büro gebucht. Kompetent, interessant und einfach anwendbare Übungen. Toll!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Das Team ist sehr sympathisch und kompetent. Man merkt, dass alle mit Leidenschaft dabei sind.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Physiotherapeutin zeigte mir, wie ich die Übungen zuhause machen kann. Das habe ich sehr geschätzt.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 10:52:28','2022-03-03 10:52:28','',336,'https://stage.physio-skalsky.at/?p=1259',0,'revision','',0),(1261,1,'2022-03-03 10:53:06','2022-03-03 10:53:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" custom_padding=\"||||true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Nach meinem Bandscheibenvorfall war ich dank der Behandlung in der Physiotherapie Skalsky nach kürzester Zeit wieder schmerzfrei.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Laufphysiotherapie ist sehr zu empfehlen. Habe seither keine Probleme mit der Achillessehne mehr und kann viel längere Läufe absolvieren.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Ich bin sehr zufrieden mit dem Ergebnis und kann Physiotherapie Skalsky nur weiterempfehlen!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Wir haben Daniel Skalsky für einen Vortrag zur Gesundheit im Büro gebucht. Kompetent, interessant und einfach anwendbare Übungen. Toll!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Das Team ist sehr sympathisch und kompetent. Man merkt, dass alle mit Leidenschaft dabei sind.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Physiotherapeutin zeigte mir, wie ich die Übungen zuhause machen kann. Das habe ich sehr geschätzt.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 10:53:06','2022-03-03 10:53:06','',336,'https://stage.physio-skalsky.at/?p=1261',0,'revision','',0),(1262,1,'2022-03-03 10:53:34','2022-03-03 10:53:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" custom_padding=\"||||true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Nach meinem Bandscheibenvorfall war ich dank der Behandlung in der Physiotherapie Skalsky nach kürzester Zeit wieder schmerzfrei.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Laufphysiotherapie ist sehr zu empfehlen. Habe seither keine Probleme mit der Achillessehne mehr und kann viel längere Läufe absolvieren.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Ich bin sehr zufrieden mit dem Ergebnis und kann Physiotherapie Skalsky nur weiterempfehlen!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Wir haben Daniel Skalsky für einen Vortrag zur Gesundheit im Büro gebucht. Kompetent, interessant und einfach anwendbare Übungen. Toll!»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Das Team ist sehr sympathisch und kompetent. Man merkt, dass alle mit Leidenschaft dabei sind.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Die Physiotherapeutin zeigte mir, wie ich die Übungen zuhause machen kann. Das habe ich sehr geschätzt.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 10:53:34','2022-03-03 10:53:34','',336,'https://stage.physio-skalsky.at/?p=1262',0,'revision','',0),(1264,1,'2022-03-03 10:55:55','2022-03-03 10:55:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 10:55:55','2022-03-03 10:55:55','',336,'https://stage.physio-skalsky.at/?p=1264',0,'revision','',0),(1266,1,'2022-03-03 10:57:55','2022-03-03 10:57:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_contact_form_7][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" height=\"100%\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" positioning=\"absolute\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 10:57:55','2022-03-03 10:57:55','',336,'https://stage.physio-skalsky.at/?p=1266',0,'revision','',0),(1269,1,'2022-03-03 11:01:18','2022-03-03 11:01:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\"][/dsm_contact_form_7][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 11:01:18','2022-03-03 11:01:18','',336,'https://stage.physio-skalsky.at/?p=1269',0,'revision','',0),(1272,1,'2022-03-03 11:03:51','2022-03-03 11:03:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\"][/dsm_contact_form_7][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 11:03:51','2022-03-03 11:03:51','',336,'https://stage.physio-skalsky.at/?p=1272',0,'revision','',0),(1274,1,'2022-03-03 11:06:31','2022-03-03 11:06:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" label_bottom_spacing=\"0px\" labels_font=\"helvetica-neue-light||||||||\" labels_font_size=\"20px\"][/dsm_contact_form_7][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 11:06:31','2022-03-03 11:06:31','',336,'https://stage.physio-skalsky.at/?p=1274',0,'revision','',0),(1276,1,'2022-03-03 11:52:02','2022-03-03 11:52:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" label_bottom_spacing=\"0px\" labels_font=\"helvetica-neue-bold||||||||\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_background_color=\"RGBA(255,255,255,0)\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" labels_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_font_size=\"20px\" placeholder_text_color=\"#000000\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" file_padding=\"||||false|false\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" validation_error_background_color=\"RGBA(255,255,255,0)\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" border_color_all_error_validation=\"#E02B20\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" validation_success_background_color=\"RGBA(255,255,255,0)\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" border_color_all_validation_success=\"#7CDA24\"][/dsm_contact_form_7][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" positioning=\"absolute\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 11:52:02','2022-03-03 11:52:02','',336,'https://stage.physio-skalsky.at/?p=1276',0,'revision','',0),(1277,1,'2022-03-03 11:53:06','2022-03-03 11:53:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"/praxis#anchor_covid\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-03 11:53:06','2022-03-03 11:53:06','',8,'https://stage.physio-skalsky.at/?p=1277',0,'revision','',0),(1279,1,'2022-03-03 12:16:47','2022-03-03 12:16:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" label_bottom_spacing=\"0px\" labels_font=\"helvetica-neue-bold||||||||\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_background_color=\"RGBA(255,255,255,0)\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" labels_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_font_size=\"20px\" placeholder_text_color=\"#000000\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" file_padding=\"||||false|false\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" validation_error_background_color=\"RGBA(255,255,255,0)\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" border_color_all_error_validation=\"#E02B20\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" validation_success_background_color=\"RGBA(255,255,255,0)\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" border_color_all_validation_success=\"#7CDA24\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"|0vw||0vw|true|true\" custom_padding_phone=\"|0vw||0vw|true|true\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" height=\"50vh\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 12:16:47','2022-03-03 12:16:47','',336,'https://stage.physio-skalsky.at/?p=1279',0,'revision','',0),(1281,1,'2022-03-03 12:17:53','2022-03-03 12:17:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" label_bottom_spacing=\"0px\" labels_font=\"helvetica-neue-bold||||||||\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_background_color=\"RGBA(255,255,255,0)\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" labels_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_font_size=\"20px\" placeholder_text_color=\"#000000\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" file_padding=\"||||false|false\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" validation_error_background_color=\"RGBA(255,255,255,0)\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" border_color_all_error_validation=\"#E02B20\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" validation_success_background_color=\"RGBA(255,255,255,0)\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" border_color_all_validation_success=\"#7CDA24\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"|0vw||0vw|true|true\" custom_padding_phone=\"|0vw||0vw|true|true\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" max_width=\"100vw\" width=\"100%\" custom_padding=\"||0px||false|false\" custom_margin=\"||0px||false|false\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" height=\"50vh\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 12:17:53','2022-03-03 12:17:53','',336,'https://stage.physio-skalsky.at/?p=1281',0,'revision','',0),(1282,1,'2022-03-03 12:18:08','2022-03-03 12:18:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"25px||0px||false|false\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"25px||0px||false|false\" custom_padding_phone=\"25px||0px||false|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" label_bottom_spacing=\"0px\" labels_font=\"helvetica-neue-bold||||||||\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_background_color=\"RGBA(255,255,255,0)\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" labels_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_font_size=\"20px\" placeholder_text_color=\"#000000\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" file_padding=\"||||false|false\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" validation_error_background_color=\"RGBA(255,255,255,0)\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" border_color_all_error_validation=\"#E02B20\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" validation_success_background_color=\"RGBA(255,255,255,0)\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" border_color_all_validation_success=\"#7CDA24\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"|0vw||0vw|true|true\" custom_padding_phone=\"|0vw||0vw|true|true\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" max_width=\"100vw\" width=\"100%\" custom_padding=\"||0px||false|false\" custom_margin=\"||0px||false|false\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" height=\"50vh\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 12:18:08','2022-03-03 12:18:08','',336,'https://stage.physio-skalsky.at/?p=1282',0,'revision','',0),(1284,1,'2022-03-03 12:19:12','2022-03-03 12:19:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"25px||0px||false|false\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"10px||0px||false|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" label_bottom_spacing=\"0px\" labels_font=\"helvetica-neue-bold||||||||\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_background_color=\"RGBA(255,255,255,0)\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" labels_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_font_size=\"20px\" placeholder_text_color=\"#000000\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" file_padding=\"||||false|false\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" validation_error_background_color=\"RGBA(255,255,255,0)\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" border_color_all_error_validation=\"#E02B20\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" validation_success_background_color=\"RGBA(255,255,255,0)\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" border_color_all_validation_success=\"#7CDA24\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"|0vw||0vw|true|true\" custom_padding_phone=\"|0vw||0vw|true|true\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" max_width=\"100vw\" width=\"100%\" custom_padding=\"100px||0px||false|false\" custom_margin=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"75px||||false|false\" custom_padding_phone=\"75px||||false|false\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" height=\"50vh\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" position_origin_a=\"center_center\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 12:19:12','2022-03-03 12:19:12','',336,'https://stage.physio-skalsky.at/?p=1284',0,'revision','',0),(1287,1,'2022-03-03 12:23:44','2022-03-03 12:23:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_padding=\"25px||0px||false|false\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"10px||0px||false|false\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][dsm_contact_form_7 _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" cf7_library=\"4\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button_one=\"on\" button_one_text_color=\"#000000\" button_one_text_size=\"22px\" button_one_border_radius=\"0px\" button_one_border_width=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" label_bottom_spacing=\"0px\" labels_font=\"helvetica-neue-bold||||||||\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_background_color=\"RGBA(255,255,255,0)\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" labels_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_font_size=\"20px\" placeholder_text_color=\"#000000\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" file_padding=\"||||false|false\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" validation_error_background_color=\"RGBA(255,255,255,0)\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" border_color_all_error_validation=\"#E02B20\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" validation_success_background_color=\"RGBA(255,255,255,0)\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" border_color_all_validation_success=\"#7CDA24\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_last_edited=\"on|desktop\" custom_padding_tablet=\"|0vw||0vw|true|true\" radio_checkbox_text_align=\"left\" animation_style=\"fade\" animation_duration=\"1250ms\" custom_padding_phone=\"|0vw||0vw|true|true\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" max_width=\"100vw\" width=\"100%\" custom_padding=\"100px||0px||false|false\" custom_margin=\"||0px||false|false\" custom_padding_last_edited=\"on|phone\" custom_padding_tablet=\"75px||||false|false\" custom_padding_phone=\"75px||||false|false\"][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][dsm_embed_google_map _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\" address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"12\" height=\"50vh\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" position_origin_a=\"center_center\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-03 12:23:44','2022-03-03 12:23:44','',336,'https://stage.physio-skalsky.at/?p=1287',0,'revision','',0),(1288,1,'2022-03-03 12:25:04','2022-03-03 12:25:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 12:25:04','2022-03-03 12:25:04','',331,'https://stage.physio-skalsky.at/?p=1288',0,'revision','',0),(1290,1,'2022-03-03 12:29:47','2022-03-03 12:29:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 12:29:47','2022-03-03 12:29:47','',331,'https://stage.physio-skalsky.at/?p=1290',0,'revision','',0),(1292,1,'2022-03-03 12:34:17','2022-03-03 12:34:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Melih Erdogan

\n

Melih fasziniert es, dass der Körper mit den richtigen Impulsen den Heilungsweg fast wie von selbst findet. Aber eben nur fast - denn auch in der (Sport-)Physiotherapie gilt: \"Von Nichts kommt Nichts\".

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 12:34:17','2022-03-03 12:34:17','',331,'https://stage.physio-skalsky.at/?p=1292',0,'revision','',0),(1294,1,'2022-03-03 12:35:04','2022-03-03 12:35:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Marion Gasser Müssigmann

\n

Marion ist verantwortlich für die Praxisorganisation, hat unseren Terminkalender fest im Griff und sorgt dafür, dass du dich bei uns in der Physiotherapie Skalsky rundum wohl fühlst.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 12:35:04','2022-03-03 12:35:04','',331,'https://stage.physio-skalsky.at/?p=1294',0,'revision','',0),(1295,1,'2022-03-03 12:35:38','2022-03-03 12:35:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Melih Erdogan

\n

Melih fasziniert es, dass der Körper mit den richtigen Impulsen den Heilungsweg fast wie von selbst findet. Aber eben nur fast - denn auch in der (Sport-)Physiotherapie gilt: \"Von Nichts kommt Nichts\".

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Marion Gasser Müssigmann

\n

Marion ist verantwortlich für die Praxisorganisation, hat unseren Terminkalender fest im Griff und sorgt dafür, dass du dich bei uns in der Physiotherapie Skalsky rundum wohl fühlst.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 12:35:38','2022-03-03 12:35:38','',331,'https://stage.physio-skalsky.at/?p=1295',0,'revision','',0),(1297,1,'2022-03-03 12:42:45','2022-03-03 12:42:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Physiotherapie
Rehabilitation
Physiotherapie bei Turnerinnen und Turnern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Für mich war früh klar, dass ich in meinem Beruf meine Leidenschaft für das Turnen einbringen möchte. Nach Abschluss des Sportgymnasiums Dornbirn, sowie einem Auslandsaufenthalt in Dänemark, entschied ich mich deshalb für die Ausbildung zur Physiotherapeutin – eine Entscheidung, die ich seither nie bereut habe. Ich gebe gerne mein Wissen als Trainerin und Physiotherapeutin an meine Patientinnen und Patienten weiter, und unterstütze sie so, ihre Ziele zu erreichen. Aufgrund meiner jahrelangen Erfahrung als aktive Turnerin, sowie eigener Verletzungen, kann ich meinen Patientinnen und Patienten auch in schwierigen Phasen in ihrem Rehaprozess die nötige Unterstützung und Motivation bieten. Es ist schön zu sehen, wenn sie wieder zu ihrer Leistungsfähigkeit zurückfinden und ihren Alltag beschwerdefrei gestalten können.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Studium Physiotherapie B.Sc. (in Ausbildung 2019 – 2023)
  • \n
  • Bernd-Blindow-Schule in Friedrichshafen (2018 – 2021)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Berufliche Stationen

\n

verschiedene Praktika im Rahmen der Ausbildung:

\n
    \n
  • Fachklinik Allgäu (Innere Medizin)
  • \n
  • Acura Klinik Albstadt (Chirurgie)
  • \n
  • LKH Rankweil (Neurologie)
  • \n
  • Praxis Holland (Orthopädie/Chirurgie)
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Nebentätigkeiten

\n
    \n
  • Trainerin beim TSZ Dornbirna
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Cornelia Bucher','','publish','closed','closed','','cornelia-bucher','','','2022-03-03 12:44:31','2022-03-03 12:44:31','',331,'https://stage.physio-skalsky.at/?page_id=1297',0,'page','',0),(1298,1,'2022-03-03 12:40:32','2022-03-03 12:40:32','','Cornelia Bucher','','inherit','closed','closed','','1297-revision-v1','','','2022-03-03 12:40:32','2022-03-03 12:40:32','',1297,'https://stage.physio-skalsky.at/?p=1298',0,'revision','',0),(1300,1,'2022-03-03 12:42:45','2022-03-03 12:42:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Physiotherapie
Rehabilitation
Physiotherapie bei Turnerinnen und Turnern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Für mich war früh klar, dass ich in meinem Beruf meine Leidenschaft für das Turnen einbringen möchte. Nach Abschluss des Sportgymnasiums Dornbirn, sowie einem Auslandsaufenthalt in Dänemark, entschied ich mich deshalb für die Ausbildung zur Physiotherapeutin – eine Entscheidung, die ich seither nie bereut habe. Ich gebe gerne mein Wissen als Trainerin und Physiotherapeutin an meine Patientinnen und Patienten weiter, und unterstütze sie so, ihre Ziele zu erreichen. Aufgrund meiner jahrelangen Erfahrung als aktive Turnerin, sowie eigener Verletzungen, kann ich meinen Patientinnen und Patienten auch in schwierigen Phasen in ihrem Rehaprozess die nötige Unterstützung und Motivation bieten. Es ist schön zu sehen, wenn sie wieder zu ihrer Leistungsfähigkeit zurückfinden und ihren Alltag beschwerdefrei gestalten können.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Studium Physiotherapie B.Sc. (in Ausbildung 2019 – 2023)
  • \n
  • Bernd-Blindow-Schule in Friedrichshafen (2018 – 2021)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Cornelia Bucher','','inherit','closed','closed','','1297-revision-v1','','','2022-03-03 12:42:45','2022-03-03 12:42:45','',1297,'https://stage.physio-skalsky.at/?p=1300',0,'revision','',0),(1302,1,'2022-03-03 12:44:02','2022-03-03 12:44:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Cornelia Bucher

\n

Physiotherapie
Rehabilitation
Physiotherapie bei Turnerinnen und Turnern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Für mich war früh klar, dass ich in meinem Beruf meine Leidenschaft für das Turnen einbringen möchte. Nach Abschluss des Sportgymnasiums Dornbirn, sowie einem Auslandsaufenthalt in Dänemark, entschied ich mich deshalb für die Ausbildung zur Physiotherapeutin – eine Entscheidung, die ich seither nie bereut habe. Ich gebe gerne mein Wissen als Trainerin und Physiotherapeutin an meine Patientinnen und Patienten weiter, und unterstütze sie so, ihre Ziele zu erreichen. Aufgrund meiner jahrelangen Erfahrung als aktive Turnerin, sowie eigener Verletzungen, kann ich meinen Patientinnen und Patienten auch in schwierigen Phasen in ihrem Rehaprozess die nötige Unterstützung und Motivation bieten. Es ist schön zu sehen, wenn sie wieder zu ihrer Leistungsfähigkeit zurückfinden und ihren Alltag beschwerdefrei gestalten können.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Studium Physiotherapie B.Sc. (in Ausbildung 2019 – 2023)
  • \n
  • Bernd-Blindow-Schule in Friedrichshafen (2018 – 2021)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Berufliche Stationen

\n

verschiedene Praktika im Rahmen der Ausbildung:

\n
    \n
  • Fachklinik Allgäu (Innere Medizin)
  • \n
  • Acura Klinik Albstadt (Chirurgie)
  • \n
  • LKH Rankweil (Neurologie)
  • \n
  • Praxis Holland (Orthopädie/Chirurgie)
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Nebentätigkeiten

\n
    \n
  • Trainerin beim TSZ Dornbirna
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Cornelia Bucher','','inherit','closed','closed','','1297-revision-v1','','','2022-03-03 12:44:02','2022-03-03 12:44:02','',1297,'https://stage.physio-skalsky.at/?p=1302',0,'revision','',0),(1303,1,'2022-03-03 15:31:03','2022-03-03 12:44:53',' ','','','publish','closed','closed','','1303','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',331,'https://stage.physio-skalsky.at/?p=1303',12,'nav_menu_item','',0),(1304,1,'2022-03-03 12:47:47','2022-03-03 12:47:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Melih Erdogan

\n

Rehabilitation
Manuelle Lymphdrainage
Betreuung von Fußballerinnen und Fußballern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ich habe zwei Lieblingssprüche: «Von nichts kommt nichts.» Und: «Weniger ist mehr». Das erscheint auf den ersten Blick wie ein Widerspruch. In der Physiotherapie ergänzen sich die Aussagen aber perfekt. Denn ohne Arbeit und Impulse gibt es keine Fortschritte. Sei das in der Rehabilitation oder in der Prävention. Gleichzeitig nützt es in der Sportphysiotherapie und der klassischen Pyhsiotherapie nichts, wenn ich möglichst viele Therapien anwende. Vielmehr muss ich die Therapien individuell auf unsere Patientinnen und Patienten sowie ihre Körper abstimmen. Diese Balance fasziniert mich und es braucht viel Gespür um sie zu finden. Mit Leidenschaft gebe ich unseren Patientinnen und Patienten die richtigen Impulse, damit ich sie von Schmerzen und Beschwerden befreien kann. Denn so findet der Körper fast wie von alleine auf den richtigen Weg. 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Funktionelle Orthonomie und Integration FOI Basis 1 (2022)
  • \n
  • Bernd- Blindow- Schule Friedrichshafen (2017-2020)
  • \n
  • Manuelle Lymphdrainage nach Dr. Vodder (2021)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Berufliche Stationen

\n

Praktikumsstellen

\n
    \n
  • Klinik Lindenberg Ried (Orthopädie /Praktikum)
  • \n
  • Landeskrankenhaus Bregenz (Chirurgie /Praktikum)
  • \n
  • Heilig Geist Spital Ravensburg (Innere Medizin / Praktikum)
  • \n
  • Klinikum Friedrichshafen (Neurologie / Praktikum)
  • \n
  • Stiftung Liebenau (Pädiatrie/ Praktikum)
  • \n
  • Physiotherapie skalsky. (Praxis -Praktikum)
  • \n
  • Helios Spital Überlingen ( Gynokologie / Praktikum)
  • \n
  • Physiopraxis Lopatka Dornbirn seit 2020
  • \n
  • Physiotherapie skalsky. seit 2021
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Nebentätigkeiten

\n
    \n
  • Fußballer beim FC Fußach
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Melih Erdogan','','publish','closed','closed','','melih-erdogan','','','2022-03-03 12:51:01','2022-03-03 12:51:01','',331,'https://stage.physio-skalsky.at/?page_id=1304',0,'page','',0),(1305,1,'2022-03-03 12:45:49','2022-03-03 12:45:49','','Melih Erdogan','','inherit','closed','closed','','1304-revision-v1','','','2022-03-03 12:45:49','2022-03-03 12:45:49','',1304,'https://stage.physio-skalsky.at/?p=1305',0,'revision','',0),(1307,1,'2022-03-03 12:47:47','2022-03-03 12:47:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Melih Erdogan

\n

Rehabilitation
Manuelle Lymphdrainage
Betreuung von Fußballerinnen und Fußballern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ich habe zwei Lieblingssprüche: «Von nichts kommt nichts.» Und: «Weniger ist mehr». Das erscheint auf den ersten Blick wie ein Widerspruch. In der Physiotherapie ergänzen sich die Aussagen aber perfekt. Denn ohne Arbeit und Impulse gibt es keine Fortschritte. Sei das in der Rehabilitation oder in der Prävention. Gleichzeitig nützt es in der Sportphysiotherapie und der klassischen Pyhsiotherapie nichts, wenn ich möglichst viele Therapien anwende. Vielmehr muss ich die Therapien individuell auf unsere Patientinnen und Patienten sowie ihre Körper abstimmen. Diese Balance fasziniert mich und es braucht viel Gespür um sie zu finden. Mit Leidenschaft gebe ich unseren Patientinnen und Patienten die richtigen Impulse, damit ich sie von Schmerzen und Beschwerden befreien kann. Denn so findet der Körper fast wie von alleine auf den richtigen Weg. 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Melih Erdogan','','inherit','closed','closed','','1304-revision-v1','','','2022-03-03 12:47:47','2022-03-03 12:47:47','',1304,'https://stage.physio-skalsky.at/?p=1307',0,'revision','',0),(1309,1,'2022-03-03 12:48:25','2022-03-03 12:48:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Melih Erdogan

\n

Rehabilitation
Manuelle Lymphdrainage
Betreuung von Fußballerinnen und Fußballern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ich habe zwei Lieblingssprüche: «Von nichts kommt nichts.» Und: «Weniger ist mehr». Das erscheint auf den ersten Blick wie ein Widerspruch. In der Physiotherapie ergänzen sich die Aussagen aber perfekt. Denn ohne Arbeit und Impulse gibt es keine Fortschritte. Sei das in der Rehabilitation oder in der Prävention. Gleichzeitig nützt es in der Sportphysiotherapie und der klassischen Pyhsiotherapie nichts, wenn ich möglichst viele Therapien anwende. Vielmehr muss ich die Therapien individuell auf unsere Patientinnen und Patienten sowie ihre Körper abstimmen. Diese Balance fasziniert mich und es braucht viel Gespür um sie zu finden. Mit Leidenschaft gebe ich unseren Patientinnen und Patienten die richtigen Impulse, damit ich sie von Schmerzen und Beschwerden befreien kann. Denn so findet der Körper fast wie von alleine auf den richtigen Weg. 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Funktionelle Orthonomie und Integration FOI Basis 1 (2022)
  • \n
  • Bernd- Blindow- Schule Friedrichshafen (2017-2020)
  • \n
  • Manuelle Lymphdrainage nach Dr. Vodder (2021)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Melih Erdogan','','inherit','closed','closed','','1304-revision-v1','','','2022-03-03 12:48:25','2022-03-03 12:48:25','',1304,'https://stage.physio-skalsky.at/?p=1309',0,'revision','',0),(1311,1,'2022-03-03 12:49:58','2022-03-03 12:49:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Melih Erdogan

\n

Rehabilitation
Manuelle Lymphdrainage
Betreuung von Fußballerinnen und Fußballern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ich habe zwei Lieblingssprüche: «Von nichts kommt nichts.» Und: «Weniger ist mehr». Das erscheint auf den ersten Blick wie ein Widerspruch. In der Physiotherapie ergänzen sich die Aussagen aber perfekt. Denn ohne Arbeit und Impulse gibt es keine Fortschritte. Sei das in der Rehabilitation oder in der Prävention. Gleichzeitig nützt es in der Sportphysiotherapie und der klassischen Pyhsiotherapie nichts, wenn ich möglichst viele Therapien anwende. Vielmehr muss ich die Therapien individuell auf unsere Patientinnen und Patienten sowie ihre Körper abstimmen. Diese Balance fasziniert mich und es braucht viel Gespür um sie zu finden. Mit Leidenschaft gebe ich unseren Patientinnen und Patienten die richtigen Impulse, damit ich sie von Schmerzen und Beschwerden befreien kann. Denn so findet der Körper fast wie von alleine auf den richtigen Weg. 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Funktionelle Orthonomie und Integration FOI Basis 1 (2022)
  • \n
  • Bernd- Blindow- Schule Friedrichshafen (2017-2020)
  • \n
  • Manuelle Lymphdrainage nach Dr. Vodder (2021)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Berufliche Stationen

\n

Praktikumsstellen

\n
    \n
  • Klinik Lindenberg Ried (Orthopädie /Praktikum)
  • \n
  • Landeskrankenhaus Bregenz (Chirurgie /Praktikum)
  • \n
  • Heilig Geist Spital Ravensburg (Innere Medizin / Praktikum)
  • \n
  • Klinikum Friedrichshafen (Neurologie / Praktikum)
  • \n
  • Stiftung Liebenau (Pädiatrie/ Praktikum)
  • \n
  • Physiotherapie skalsky. (Praxis -Praktikum)
  • \n
  • Helios Spital Überlingen ( Gynokologie / Praktikum)
  • \n
  • Physiopraxis Lopatka Dornbirn seit 2020
  • \n
  • Physiotherapie skalsky. seit 2021
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Melih Erdogan','','inherit','closed','closed','','1304-revision-v1','','','2022-03-03 12:49:58','2022-03-03 12:49:58','',1304,'https://stage.physio-skalsky.at/?p=1311',0,'revision','',0),(1312,1,'2022-03-03 12:50:29','2022-03-03 12:50:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Melih Erdogan

\n

Rehabilitation
Manuelle Lymphdrainage
Betreuung von Fußballerinnen und Fußballern

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ich habe zwei Lieblingssprüche: «Von nichts kommt nichts.» Und: «Weniger ist mehr». Das erscheint auf den ersten Blick wie ein Widerspruch. In der Physiotherapie ergänzen sich die Aussagen aber perfekt. Denn ohne Arbeit und Impulse gibt es keine Fortschritte. Sei das in der Rehabilitation oder in der Prävention. Gleichzeitig nützt es in der Sportphysiotherapie und der klassischen Pyhsiotherapie nichts, wenn ich möglichst viele Therapien anwende. Vielmehr muss ich die Therapien individuell auf unsere Patientinnen und Patienten sowie ihre Körper abstimmen. Diese Balance fasziniert mich und es braucht viel Gespür um sie zu finden. Mit Leidenschaft gebe ich unseren Patientinnen und Patienten die richtigen Impulse, damit ich sie von Schmerzen und Beschwerden befreien kann. Denn so findet der Körper fast wie von alleine auf den richtigen Weg. 

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Funktionelle Orthonomie und Integration FOI Basis 1 (2022)
  • \n
  • Bernd- Blindow- Schule Friedrichshafen (2017-2020)
  • \n
  • Manuelle Lymphdrainage nach Dr. Vodder (2021)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Berufliche Stationen

\n

Praktikumsstellen

\n
    \n
  • Klinik Lindenberg Ried (Orthopädie /Praktikum)
  • \n
  • Landeskrankenhaus Bregenz (Chirurgie /Praktikum)
  • \n
  • Heilig Geist Spital Ravensburg (Innere Medizin / Praktikum)
  • \n
  • Klinikum Friedrichshafen (Neurologie / Praktikum)
  • \n
  • Stiftung Liebenau (Pädiatrie/ Praktikum)
  • \n
  • Physiotherapie skalsky. (Praxis -Praktikum)
  • \n
  • Helios Spital Überlingen ( Gynokologie / Praktikum)
  • \n
  • Physiopraxis Lopatka Dornbirn seit 2020
  • \n
  • Physiotherapie skalsky. seit 2021
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Nebentätigkeiten

\n
    \n
  • Fußballer beim FC Fußach
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Melih Erdogan','','inherit','closed','closed','','1304-revision-v1','','','2022-03-03 12:50:29','2022-03-03 12:50:29','',1304,'https://stage.physio-skalsky.at/?p=1312',0,'revision','',0),(1313,1,'2022-03-03 15:31:03','2022-03-03 12:51:17',' ','','','publish','closed','closed','','1313','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',331,'https://stage.physio-skalsky.at/?p=1313',13,'nav_menu_item','',0),(1314,1,'2022-03-03 12:53:15','2022-03-03 12:53:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Marion Gasser-Müßigmann

\n

Praxisorganisation
Terminvereinbarung
Buchhaltung

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Die Physiotherapie hat mich schon immer interessiert und harmoniert gut mit meiner Leidenschaft für Sport. In meiner Freizeit spiele ich Tennis, entspanne beim Yoga und fahre Ski. In der Praxis unterstütze ich das Team in der Praxisorganisation: Zwischen der Koordination von Terminen, der Buchhaltung und Telefonaten mit den Patientinnen und Patienten oder den Krankenkassen wird es nie langweilig. Mir ist es wichtig, dass unsere Patientinnen und Patienten sich in unserer Praxis rundum wohl fühlen, damit sie sich auf die Physotherapie freuen können. Deshalb habe ich immer ein offenes Ohr für ihre Anliegen. Wenn ich es mir aussuchten kann, werde ich in meinem zweiten Leben Physiotherapeutin.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Ausbildungen

\n

Langjährige Erfahrung im Bereich Marketing und Kommunikation bei diversen Unternehmen im Bereich Dienstleistungen und Medizintechnik sowie Sportsponsoring.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Marion Gasser-Müßigmann','','publish','closed','closed','','marion-gasser-muessigmann','','','2022-03-04 13:13:02','2022-03-04 13:13:02','',331,'https://stage.physio-skalsky.at/?page_id=1314',0,'page','',0),(1315,1,'2022-03-03 12:52:31','2022-03-03 12:52:31','','','','inherit','closed','closed','','1314-revision-v1','','','2022-03-03 12:52:31','2022-03-03 12:52:31','',1314,'https://stage.physio-skalsky.at/?p=1315',0,'revision','',0),(1316,1,'2022-03-03 12:53:15','2022-03-03 12:53:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','1314-revision-v1','','','2022-03-03 12:53:15','2022-03-03 12:53:15','',1314,'https://stage.physio-skalsky.at/?p=1316',0,'revision','',0),(1317,1,'2022-03-03 12:53:40','2022-03-03 12:53:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Marion Gasser-Müßigmann

\n

Praxisorganisation
Terminvereinbarung
Buchhaltung

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','1314-revision-v1','','','2022-03-03 12:53:40','2022-03-03 12:53:40','',1314,'https://stage.physio-skalsky.at/?p=1317',0,'revision','',0),(1319,1,'2022-03-03 12:54:05','2022-03-03 12:54:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Marion Gasser-Müßigmann

\n

Praxisorganisation
Terminvereinbarung
Buchhaltung

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Die Physiotherapie hat mich schon immer interessiert und harmoniert gut mit meiner Leidenschaft für Sport. In meiner Freizeit spiele ich Tennis, entspanne beim Yoga und fahre Ski. In der Praxis unterstütze ich das Team in der Praxisorganisation: Zwischen der Koordination von Terminen, der Buchhaltung und Telefonaten mit den Patientinnen und Patienten oder den Krankenkassen wird es nie langweilig. Mir ist es wichtig, dass unsere Patientinnen und Patienten sich in unserer Praxis rundum wohl fühlen, damit sie sich auf die Physotherapie freuen können. Deshalb habe ich immer ein offenes Ohr für ihre Anliegen. Wenn ich es mir aussuchten kann, werde ich in meinem zweiten Leben Physiotherapeutin.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','1314-revision-v1','','','2022-03-03 12:54:05','2022-03-03 12:54:05','',1314,'https://stage.physio-skalsky.at/?p=1319',0,'revision','',0),(1321,1,'2022-03-03 12:55:18','2022-03-03 12:55:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Marion Gasser-Müßigmann

\n

Praxisorganisation
Terminvereinbarung
Buchhaltung

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Die Physiotherapie hat mich schon immer interessiert und harmoniert gut mit meiner Leidenschaft für Sport. In meiner Freizeit spiele ich Tennis, entspanne beim Yoga und fahre Ski. In der Praxis unterstütze ich das Team in der Praxisorganisation: Zwischen der Koordination von Terminen, der Buchhaltung und Telefonaten mit den Patientinnen und Patienten oder den Krankenkassen wird es nie langweilig. Mir ist es wichtig, dass unsere Patientinnen und Patienten sich in unserer Praxis rundum wohl fühlen, damit sie sich auf die Physotherapie freuen können. Deshalb habe ich immer ein offenes Ohr für ihre Anliegen. Wenn ich es mir aussuchten kann, werde ich in meinem zweiten Leben Physiotherapeutin.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n

Langjährige Erfahrung im Bereich Marketing und Kommunikation bei diversen Unternehmen im Bereich Dienstleistungen und Medizintechnik sowie Sportsponsoring.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','1314-revision-v1','','','2022-03-03 12:55:18','2022-03-03 12:55:18','',1314,'https://stage.physio-skalsky.at/?p=1321',0,'revision','',0),(1322,1,'2022-03-03 12:55:59','2022-03-03 12:55:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Marion Gasser-Müßigmann

\n

Praxisorganisation
Terminvereinbarung
Buchhaltung

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Die Physiotherapie hat mich schon immer interessiert und harmoniert gut mit meiner Leidenschaft für Sport. In meiner Freizeit spiele ich Tennis, entspanne beim Yoga und fahre Ski. In der Praxis unterstütze ich das Team in der Praxisorganisation: Zwischen der Koordination von Terminen, der Buchhaltung und Telefonaten mit den Patientinnen und Patienten oder den Krankenkassen wird es nie langweilig. Mir ist es wichtig, dass unsere Patientinnen und Patienten sich in unserer Praxis rundum wohl fühlen, damit sie sich auf die Physotherapie freuen können. Deshalb habe ich immer ein offenes Ohr für ihre Anliegen. Wenn ich es mir aussuchten kann, werde ich in meinem zweiten Leben Physiotherapeutin.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]

Ausbildungen

\n

Langjährige Erfahrung im Bereich Marketing und Kommunikation bei diversen Unternehmen im Bereich Dienstleistungen und Medizintechnik sowie Sportsponsoring.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section]','Marion Gasser-Müßigmann','','inherit','closed','closed','','1314-revision-v1','','','2022-03-03 12:55:59','2022-03-03 12:55:59','',1314,'https://stage.physio-skalsky.at/?p=1322',0,'revision','',0),(1323,1,'2022-03-03 15:31:03','2022-03-03 12:56:31',' ','','','publish','closed','closed','','1323','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',331,'https://stage.physio-skalsky.at/?p=1323',14,'nav_menu_item','',0),(1325,1,'2022-03-03 15:04:31','2022-03-03 15:04:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Melih Erdogan

\n

Melih fasziniert es, dass der Körper mit den richtigen Impulsen den Heilungsweg fast wie von selbst findet. Aber eben nur fast - denn auch in der (Sport-)Physiotherapie gilt: \"Von Nichts kommt Nichts\".

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Marion Gasser Müssigmann

\n

Marion ist verantwortlich für die Praxisorganisation, hat unseren Terminkalender fest im Griff und sorgt dafür, dass du dich bei uns in der Physiotherapie Skalsky rundum wohl fühlst.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 15:04:31','2022-03-03 15:04:31','',331,'https://stage.physio-skalsky.at/?p=1325',0,'revision','',0),(1327,1,'2022-03-03 15:05:45','2022-03-03 15:05:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Melih Erdogan

\n

Melih fasziniert es, dass der Körper mit den richtigen Impulsen den Heilungsweg fast wie von selbst findet. Aber eben nur fast - denn auch in der (Sport-)Physiotherapie gilt: \"Von Nichts kommt Nichts\".

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Marion Gasser Müssigmann

\n

Marion ist verantwortlich für die Praxisorganisation, hat unseren Terminkalender fest im Griff und sorgt dafür, dass du dich bei uns in der Physiotherapie Skalsky rundum wohl fühlst.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][et_pb_button button_text=\"Mehr erfahren\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 15:05:45','2022-03-03 15:05:45','',331,'https://stage.physio-skalsky.at/?p=1327',0,'revision','',0),(1329,1,'2022-03-03 15:09:45','2022-03-03 15:09:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding=\"75px|50px|0px|50px|false|true\" custom_padding_tablet=\"75px|25px||25px|false|true\" custom_padding_phone=\"50px|15px||15px|false|true\"][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" sticky_enabled=\"0\" border_width_all_tablet=\"0px\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Muster Stellenausschreibung

\n

Beschreibtext hier Lorem ipsum dolor sit amet, bewerben Button ist gleich Link zu Mail.

[/et_pb_text][et_pb_button button_text=\"Bewerben\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" button_url=\"mailto:therapie@physio-skalsky.at\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','publish','closed','closed','','offene-stellen','','','2022-03-04 16:01:32','2022-03-04 16:01:32','',331,'https://stage.physio-skalsky.at/?page_id=1329',0,'page','',0),(1330,1,'2022-03-03 15:06:51','2022-03-03 15:06:51','','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-03 15:06:51','2022-03-03 15:06:51','',1329,'https://stage.physio-skalsky.at/?p=1330',0,'revision','',0),(1332,1,'2022-03-03 15:09:45','2022-03-03 15:09:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Offene Stellen

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-03 15:09:45','2022-03-03 15:09:45','',1329,'https://stage.physio-skalsky.at/?p=1332',0,'revision','',0); INSERT INTO `wp_posts` VALUES (1334,1,'2022-03-03 15:10:14','2022-03-03 15:10:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" theme_builder_area=\"post_content\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\" theme_builder_area=\"post_content\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" theme_builder_area=\"post_content\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-03 15:10:14','2022-03-03 15:10:14','',1329,'https://stage.physio-skalsky.at/?p=1334',0,'revision','',0),(1336,1,'2022-03-03 15:31:03','2022-03-03 15:31:03',' ','','','publish','closed','closed','','1336','','','2022-03-03 15:31:03','2022-03-03 15:31:03','',331,'https://stage.physio-skalsky.at/?p=1336',15,'nav_menu_item','',0),(1338,1,'2022-03-03 15:32:30','2022-03-03 15:32:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_phone=\"

kompetent.
leidenschaftlich.
gemeinsam.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

kompetent. leidenschaftlich. gemeinsam.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Team

\n

In unserem Team trifft das Motto von Profisportler Steffen Kirchner zu: «Menschen, die miteinander arbeiten, addieren ihre Potenziale. Menschen, die füreinander arbeiten, multiplizieren ihre Potenziale!»

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"50px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Für Daniel war schon früh klar, dass er Physiotherapeut werden möchte. Als Gründer der Physiothreapie Skalsky sind ihm eine gute technische Ausrüstung und die Atmosphäre in der Praxis besonders wichtig.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"e3f940c1-f579-4f62-b236-f56ca741191b\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6Ijc3NiJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Cornelia Bucher

\n

Cornelia ist aktive Turnerin und Trainerin. Ihre Erfahrungen helfen ihr in der Sportphysiotherapie, wenn sie Patientinnen und Patienten präventiv oder auf dem Weg zum Comeback begleitet.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Melih Erdogan

\n

Melih fasziniert es, dass der Körper mit den richtigen Impulsen den Heilungsweg fast wie von selbst findet. Aber eben nur fast - denn auch in der (Sport-)Physiotherapie gilt: \"Von Nichts kommt Nichts\".

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" make_equal=\"on\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"12.5px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" animation_style=\"none\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" animation_style=\"slide\" animation_direction=\"left\" animation_delay=\"250ms\" animation_intensity_slide=\"1.5%\" global_colors_info=\"{}\"]

Marion Gasser Müssigmann

\n

Marion ist verantwortlich für die Praxisorganisation, hat unseren Terminkalender fest im Griff und sorgt dafür, dass du dich bei uns in der Physiotherapie Skalsky rundum wohl fühlst.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" animation_style=\"fade\" animation_direction=\"left\" animation_delay=\"250ms\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,2_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" custom_padding_tablet=\"75px|0px||0px|false|true\" custom_padding_phone=\"75px|5px|0px|5px|false|true\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjEzMjkifX0=@\" _dynamic_attributes=\"link_option_url\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][et_pb_button button_text=\"Mehr erfahren\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Team','','inherit','closed','closed','','331-revision-v1','','','2022-03-03 15:32:30','2022-03-03 15:32:30','',331,'https://stage.physio-skalsky.at/?p=1338',0,'revision','',0),(1340,1,'2022-03-04 09:00:49','2022-03-04 09:00:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:00:49','2022-03-04 09:00:49','',329,'https://stage.physio-skalsky.at/?p=1340',0,'revision','',0),(1342,1,'2022-03-04 09:21:52','2022-03-04 09:21:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Ausbildungen

\n
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:21:52','2022-03-04 09:21:52','',329,'https://stage.physio-skalsky.at/?p=1342',0,'revision','',0),(1343,1,'2022-03-04 09:22:11','2022-03-04 09:22:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\" locked=\"off\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

\n
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:22:11','2022-03-04 09:22:11','',329,'https://stage.physio-skalsky.at/?p=1343',0,'revision','',0),(1345,1,'2022-03-04 09:23:50','2022-03-04 09:23:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

\n
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

\n

 

\n
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

\n

 

\n
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:23:50','2022-03-04 09:23:50','',329,'https://stage.physio-skalsky.at/?p=1345',0,'revision','',0),(1347,1,'2022-03-04 09:26:25','2022-03-04 09:26:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

\n
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

\n

 

\n
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

\n

 

\n
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:26:25','2022-03-04 09:26:25','',329,'https://stage.physio-skalsky.at/?p=1347',0,'revision','',0),(1350,1,'2022-03-04 09:34:39','2022-03-04 09:34:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:34:39','2022-03-04 09:34:39','',329,'https://stage.physio-skalsky.at/?p=1350',0,'revision','',0),(1352,1,'2022-03-04 09:45:57','2022-03-04 09:45:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:45:57','2022-03-04 09:45:57','',329,'https://stage.physio-skalsky.at/?p=1352',0,'revision','',0),(1353,1,'2022-03-04 09:46:12','2022-03-04 09:46:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|100px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:46:12','2022-03-04 09:46:12','',329,'https://stage.physio-skalsky.at/?p=1353',0,'revision','',0),(1355,1,'2022-03-04 09:46:56','2022-03-04 09:46:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|100px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:46:56','2022-03-04 09:46:56','',329,'https://stage.physio-skalsky.at/?p=1355',0,'revision','',0),(1357,1,'2022-03-04 09:48:10','2022-03-04 09:48:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|100px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:48:10','2022-03-04 09:48:10','',329,'https://stage.physio-skalsky.at/?p=1357',0,'revision','',0),(1359,1,'2022-03-04 09:48:54','2022-03-04 09:48:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:48:54','2022-03-04 09:48:54','',329,'https://stage.physio-skalsky.at/?p=1359',0,'revision','',0),(1361,1,'2022-03-04 09:49:47','2022-03-04 09:49:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:49:47','2022-03-04 09:49:47','',329,'https://stage.physio-skalsky.at/?p=1361',0,'revision','',0),(1363,1,'2022-03-04 09:52:03','2022-03-04 09:52:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_phone=\"

maßgeschneidert.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

maßgeschneidert. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding_phone=\"25px|5px|0px|5px|false|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" custom_padding=\"0px||0px||true|false\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|false\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 09:52:03','2022-03-04 09:52:03','',329,'https://stage.physio-skalsky.at/?p=1363',0,'revision','',0),(1365,1,'2022-03-04 10:29:36','2022-03-04 10:29:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Daniel Skalsky Bsc. MAS

\n

Physiotherapeut
Sportphysiotherapeut
Manualtherapeut

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Als die anderen noch davon träumten Feuerwehrmann oder Superman zu werden, stand mein Berufswunsch bereits fest: Ich wollte im Gesundheits- und Sportbereich arbeiten. Nach einer schweren Knieverletzung brach ich mein Sportstudium ab und begann meine Ausbildung zum Physiotherapeuten. Aus meinem Traum wurde inzwischen mein Beruf. Und meine Leidenschaft. Zweifellos braucht es als Physiotherapeut großes Fachwissen. Aber auch viel Empathie. Und ein Gespür dafür was der andere gerade braucht. Und was eben nicht.

\n

Genauso wichtig wie eine gute technische Ausstattung ist für mich übrigens die Atmosphäre in der Praxis. Die Menschen sollen sich wohl fühlen. Entspannen. Lernen, ihre Selbstheilung zu aktivieren. Spüren, was ihnen gut tut. Würde mir all dies jeden Tag gelingen, wäre ich tatsächlich Superman. Dennoch ist dies mein Anspruch, der mich antreibt, leitet und trägt.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Ausbildungen

\n
    \n
  • University College Physiotherapie Thim van der Laan, Landquart/Schweiz; Abschluss (Bsc)
  • \n
  • Masterstudium Evidence Based Manual Therapie (EBMT), Landquart/Schweiz; Abschluss (MAS)
  • \n
  • Studium der Sportwissenschaften, Universität Innsbruck
  • \n
  • Sportphysiotherapie (Spt Education), Salzburg
  • \n
  • Behandlung des Sportlers, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • Injury Prevention Screening (Spartanova), Belgien
  • \n
  • Aufwärmprogramm zur Verletzungsprävention „Die 11+“ (FIFA), Vaduz
  • \n
  • Stickmassage, Ausbildung bei Daniel Griesser, Physiotherapeut der Schweizer Fußballnationalmannschaft, Vaduz
  • \n
  • NLP Practitioner (Neurolinguistisches Programmieren), Feldafing/Deutschland
  • \n
  • Aufbaukurs Ernährung (Spt Education), München
  • \n
  • Osteopathie im Sport (Spt Education), Salzburg
  • \n
  • Integrative Funktionelle Osteopathie (FOI), Dornbirn
  • \n
  • Laufanlaysen Medical Specalist for Runners (Spt Education), Inzell
  • \n
  • Laufgruppenleiter (Vorarlberg bewegt)
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Berufliche Stationen

\n
    \n
  • Eden Reha, Praktikum, Donaustauf/Deutschland (beim Chefphysiotherapeut der Deutschen Fußballnationalmannschaft)
  • \n
  • Physiotherapie Jansen, Praktikum, Lustenau
  • \n
  • Physiotherapie Roozendaal, Praktikum, Bregenz
  • \n
  • Klinik Hirslanden, Zentrum für Medizin und Sport, Swiss Olympic Center, St. Gallen
  • \n
  • THE Physio Anstalt, Triesen
  • \n
  • Dozent an der Fachhochschule für Physiotherapie, Landquart
  • \n
  • Selbständiger Physiotherapeut mit eigener Praxis, Dornbirn
  • \n
[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"50px||||false|false\" global_colors_info=\"{}\"]

Nebentätigkeiten

\n
    \n
  • Individueller Prävention-Trainer beim Vorarlberger Fußballverband (VFV)
  • \n
  • Sportphysiotherapeut beim SSV Schoren, Handball Bundesliga (2016-2017)
  • \n
  • Sportphysiotherapeut beim Turnsportzentrum Dornbirn, Team-Turnen
    Bewegungsexperte bei „Vorarlberg bewegt“
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Daniel Skalsky','','inherit','closed','closed','','776-revision-v1','','','2022-03-04 10:29:36','2022-03-04 10:29:36','',776,'https://stage.physio-skalsky.at/?p=1365',0,'revision','',0),(1366,1,'2022-03-04 10:45:27','2022-03-04 10:45:27','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-04 10:45:27','2022-03-04 10:45:27','',25,'https://stage.physio-skalsky.at/?p=1366',0,'revision','',0),(1369,1,'2022-03-04 12:57:31','2022-03-04 12:57:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch auch Marion im Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"100px|25px|0px|25px|false|true\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\"][et_pb_accordion_item _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" global_colors_info=\"{}\" open=\"on\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" open=\"off\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row module_id=\"anchor_covid\" _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" text_font_size=\"18px\" text_line_height=\"1em\" hover_enabled=\"0\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-04 12:57:31','2022-03-04 12:57:31','',1194,'https://stage.physio-skalsky.at/?p=1369',0,'revision','',0),(1371,1,'2022-03-04 12:58:07','2022-03-04 12:58:07','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','34-revision-v1','','','2022-03-04 12:58:07','2022-03-04 12:58:07','',34,'https://stage.physio-skalsky.at/?p=1371',0,'revision','',0),(1373,1,'2022-03-04 13:12:04','2022-03-04 13:12:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Marion Gasser-Müßigmann

\n

Praxisorganisation
Terminvereinbarung
Buchhaltung

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Die Physiotherapie hat mich schon immer interessiert und harmoniert gut mit meiner Leidenschaft für Sport. In meiner Freizeit spiele ich Tennis, entspanne beim Yoga und fahre Ski. In der Praxis unterstütze ich das Team in der Praxisorganisation: Zwischen der Koordination von Terminen, der Buchhaltung und Telefonaten mit den Patientinnen und Patienten oder den Krankenkassen wird es nie langweilig. Mir ist es wichtig, dass unsere Patientinnen und Patienten sich in unserer Praxis rundum wohl fühlen, damit sie sich auf die Physotherapie freuen können. Deshalb habe ich immer ein offenes Ohr für ihre Anliegen. Wenn ich es mir aussuchten kann, werde ich in meinem zweiten Leben Physiotherapeutin.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Ausbildungen

\n

Langjährige Erfahrung im Bereich Marketing und Kommunikation bei diversen Unternehmen im Bereich Dienstleistungen und Medizintechnik sowie Sportsponsoring.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Marion Gasser-Müßigmann','','inherit','closed','closed','','1314-revision-v1','','','2022-03-04 13:12:04','2022-03-04 13:12:04','',1314,'https://stage.physio-skalsky.at/?p=1373',0,'revision','',0),(1375,1,'2022-03-04 13:13:02','2022-03-04 13:13:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_margin=\"85px||||false|false\" custom_margin_tablet=\"45px||||false|false\" custom_margin_phone=\"65px||||false|false\" custom_margin_last_edited=\"on|tablet\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" max_width=\"100%\" custom_margin=\"||0px||false|true\" custom_padding=\"0px|0px|0px|0px|false|true\" custom_padding_phone=\"0px|0px|0px|0px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg\" custom_padding=\"50px|25px||25px|false|true\" border_width_all=\"0px\" border_width_right=\"12.5px\" border_width_bottom=\"0px\" border_width_all_tablet=\"0px\" border_width_right_tablet=\"0px\" border_width_right_phone=\"0px\" border_width_bottom_phone=\"0px\" border_width_left_phone=\"0px\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"26f4b927-01f4-4e4b-9d4b-14942cfa1fe1\" background_color=\"RGBA(255,255,255,0)\" custom_padding_phone=\"50px|15px|25px|15px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_intensity_slide=\"1.5%\" custom_css_after=\"none\" border_width_all=\"0px\" border_width_bottom=\"0px\" border_width_left=\"12.5px\" global_colors_info=\"{}\" custom_css_after_phone=\"none\" custom_css_after_last_edited=\"on|desktop\" custom_css_after_tablet=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"0px||||false|false\" custom_padding_last_edited=\"on|phone\" animation_style=\"none\" animation_direction=\"left\" global_colors_info=\"{}\"]

Marion Gasser-Müßigmann

\n

Praxisorganisation
Terminvereinbarung
Buchhaltung

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" width_tablet=\"\" width_phone=\"\" width_last_edited=\"on|phone\" max_width=\"600px\" custom_margin=\"||||false|false\" custom_padding=\"75px||||false|false\" custom_padding_tablet=\"50px||||false|false\" custom_padding_phone=\"25px||||false|false\" custom_padding_last_edited=\"on|tablet\" animation_direction=\"left\" global_colors_info=\"{}\"]

Die Physiotherapie hat mich schon immer interessiert und harmoniert gut mit meiner Leidenschaft für Sport. In meiner Freizeit spiele ich Tennis, entspanne beim Yoga und fahre Ski. In der Praxis unterstütze ich das Team in der Praxisorganisation: Zwischen der Koordination von Terminen, der Buchhaltung und Telefonaten mit den Patientinnen und Patienten oder den Krankenkassen wird es nie langweilig. Mir ist es wichtig, dass unsere Patientinnen und Patienten sich in unserer Praxis rundum wohl fühlen, damit sie sich auf die Physotherapie freuen können. Deshalb habe ich immer ein offenes Ohr für ihre Anliegen. Wenn ich es mir aussuchten kann, werde ich in meinem zweiten Leben Physiotherapeutin.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|100px|50px|true|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Ausbildungen

\n

Langjährige Erfahrung im Bereich Marketing und Kommunikation bei diversen Unternehmen im Bereich Dienstleistungen und Medizintechnik sowie Sportsponsoring.

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Marion Gasser-Müßigmann','','inherit','closed','closed','','1314-revision-v1','','','2022-03-04 13:13:02','2022-03-04 13:13:02','',1314,'https://stage.physio-skalsky.at/?p=1375',0,'revision','',0),(1376,1,'2022-03-04 13:14:34','2022-03-04 13:14:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

fragen. antworten. informationen.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Praxis

\n

Nicht immer ist alles so deutlich erklärt, wie wir denken. Deshalb findest du hier alle wichtigen Informationen rund um deinen Termin, die Krankenkasse, unsere Praxis und die aktuelle COVID-Situation. Bei weiteren Fragen hilft euch das Sekretariat gerne weiter.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding=\"100px|25px|0px|25px|false|true\" custom_padding_tablet=\"75px|10px||10px|false|true\" custom_padding_phone=\"75px|1px||1px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_accordion open_toggle_text_color=\"#FFFFFF\" open_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" closed_toggle_background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" icon_color=\"#FFFFFF\" use_icon_font_size=\"on\" icon_font_size=\"25px\" module_id=\"lwp-toggle-icon\" module_class=\"lwp-toggle-icon\" _builder_version=\"4.14.7\" _module_preset=\"default\" toggle_text_color=\"#FFFFFF\" toggle_level=\"h3\" toggle_font=\"helvetica-neue-bold||||||||\" toggle_font_size=\"24px\" toggle_line_height=\"1.3em\" border_color_all=\"#FFFFFF\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22open_toggle_background_color%22,%22closed_toggle_background_color%22%93}\"][et_pb_accordion_item open=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_css_main_element=\"display: none;\" global_colors_info=\"{}\"][/et_pb_accordion_item][et_pb_accordion_item title=\"Terminabsage\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Termine müssen 24 Stunden vorher abgesagt werden. Ansonsten wird die Einheit vollumfänglich verrechnet.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wo erhalte ich eine Überweisung für die Therapie?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Die Behandlung erfolgt auf Verordnung einer Ärztin, eines Arztes oder Krankenhauses. Du erhältst einen Überweisungsschein für Physiotherapie. Je nach Diagnose erhältst du eine Überweisung für Heilgymnastik (30/45/60 Minuten), eine Überweisung für Massage (15/30 Minuten) oder eine Überweisung für Elektrotherapie. Die Krankenkasse übernimmt rund 50 Prozent der Kosten für ärztlich verordnete Therapien.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bewilligt die Therapie?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Deine Krankenkasse bewilligt deinen Überweisungsschein. Bei Bedarf kümmern wir uns gerne um die Bewilligung der Therapie. Wende dich dazu bitte an Marion.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (über Krankenkasse versichert)?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Je nach Krankenkasse, wird ein Großteil der Kosten für ärztlich verordnete Behandlungen übernommen. Die Patientin oder der Patient muss die Rechnung vorerst begleichen. Zur Rückerstattung reiche bitte den zuvor bewilligten Überweisungsschein gemeinsam mit dem Zahlungsbeleg bei deiner Krankenkasse ein. Die Krankenkasse überweist dir anschließend einen Teilbetrag auf dein Konto.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Wer bezahlt die Therapie (privat versichert)?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Private Versicherungen bezahlen ärztlich verordnete Therapien zur Gänze. Die Patientin oder der Patient begleicht die Rechnung vorerst und erhält die Kosten anschließend wieder rückerstattet. Privatversicherungen übernehmen im Regelfall auch den Selbstbehalt für Behandlungen in Folge eines Unfalls oder von Krankheit.

[/et_pb_accordion_item][et_pb_accordion_item title=\"Welche Leistungen müssen unabhängig der Versicherung privat bezahlt werden?\" icon_color=\"#FFFFFF\" toggle_icon=\"L||divi||400\" _builder_version=\"4.14.7\" _module_preset=\"default\" body_font=\"helvetica-neue-light||||||||\" body_text_color=\"#FFFFFF\" body_font_size=\"24px\" body_line_height=\"1.3em\" global_colors_info=\"{}\" open=\"off\"]

Analyse des Bewegungsapparates: Preis auf Anfrage
Gesundheitsvorträge: Preis auf Anfrage

[/et_pb_accordion_item][/et_pb_accordion][/et_pb_column][/et_pb_row][et_pb_row module_id=\"anchor_covid\" _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" text_font_size=\"18px\" text_line_height=\"1em\" text_font_size_tablet=\"18px\" text_font_size_phone=\"16px\" text_font_size_last_edited=\"on|tablet\" global_colors_info=\"{}\"]

Hinweise Covid

\n

Stand 01.03.2022

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]

In der Physiotherapie skalsky. sind wir weiterhin für eure Gesundheit da, ob geimpft oder ungeimpft, und behandeln dich unter Berücksichtigung strenger Hygienemassnahmen. Wir haben zu eurer und unserer Sicherheit den Praxisbetrieb nach allen aktuellen Empfehlungen unseres Berufsverbandes angepasst, um die Therapien mit höchstmöglichem Schutz auszuführen. In unserem Team sind alle gegen das Coronavirus geimpft und wir testen uns regelmäßig zu eurem und unserem Schutz.

\n

Verpflichtend ist das Tragen einer FFP2-Maske (ärztlich belegte Ausnahmen ausgenommen).

\n

Möchtest du aktuell lieber auf Distanz mit uns an deinen Beschwerden bzw. an deinem Weg zurück zur Gesundheit arbeiten dann vereinbare einfach ein Online- oder Telerehatermin mit uns unter: 06507811724 oder therapie@physio-skalsky.at

\n

Vielen Dank für euer Vertrauen und bleibt gesund und in Bewegung
Euer Physiotherapie- & Sportphysiotherapie-Team skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Praxis','','inherit','closed','closed','','1194-revision-v1','','','2022-03-04 13:14:34','2022-03-04 13:14:34','',1194,'https://stage.physio-skalsky.at/?p=1376',0,'revision','',0),(1378,1,'2022-03-04 13:18:41','2022-03-04 13:18:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_padding=\"25px||0px||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"10px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][dsm_contact_form_7 cf7_library=\"4\" label_bottom_spacing=\"0px\" input_background_color=\"RGBA(255,255,255,0)\" file_padding=\"||||false|false\" validation_error_background_color=\"RGBA(255,255,255,0)\" validation_success_background_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" labels_font=\"helvetica-neue-bold||||||||\" labels_text_color=\"#000000\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_text_color=\"#000000\" placeholder_font_size=\"20px\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_align=\"left\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" custom_button_one=\"on\" button_one_text_size=\"22px\" button_one_text_color=\"#000000\" button_one_border_width=\"0px\" button_one_border_radius=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_tablet=\"|0vw||0vw|true|true\" custom_padding_phone=\"|0vw||0vw|true|true\" custom_padding_last_edited=\"on|desktop\" animation_style=\"fade\" animation_duration=\"1250ms\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" border_color_all_error_validation=\"#E02B20\" border_color_all_validation_success=\"#7CDA24\" global_colors_info=\"{}\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"100vw\" custom_margin=\"||0px||false|false\" custom_padding=\"100px||0px||false|false\" custom_padding_tablet=\"75px||||false|false\" custom_padding_phone=\"75px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_embed_google_map address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"16\" _builder_version=\"4.14.7\" _module_preset=\"default\" position_origin_a=\"center_center\" width=\"100%\" height=\"50vh\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-04 13:18:41','2022-03-04 13:18:41','',336,'https://stage.physio-skalsky.at/?p=1378',0,'revision','',0),(1380,1,'2022-03-04 13:31:07','2022-03-04 13:31:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

dornbirn. bildgasse 10d. zweiter Stock.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" custom_padding=\"25px||0px||false|false\" custom_padding_tablet=\"||0px||false|false\" custom_padding_phone=\"10px||0px||false|false\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Kontakt

\n

So findest du uns: Unsere Praxis liegt in der Bildgasse 10d, in Dornbirn. Wir sind im Gebäude zwischen Kletterhalle und Doppelmayr, im 2. Stock. Aufzug, Parkplätze und Bushaltestelle direkt vor dem Eingang sind vorhanden.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][dsm_contact_form_7 cf7_library=\"4\" label_bottom_spacing=\"0px\" input_background_color=\"RGBA(255,255,255,0)\" file_padding=\"||||false|false\" validation_error_background_color=\"RGBA(255,255,255,0)\" validation_success_background_color=\"RGBA(255,255,255,0)\" _builder_version=\"4.14.7\" _module_preset=\"default\" labels_font=\"helvetica-neue-bold||||||||\" labels_text_color=\"#000000\" labels_font_size=\"20px\" labels_line_height=\"1.4em\" input_textarea_select_font=\"helvetica-neue-light||||||||\" input_textarea_select_text_color=\"#000000\" input_textarea_select_font_size=\"20px\" input_textarea_select_line_height=\"1.4em\" placeholder_font=\"helvetica-neue-light||||||||\" placeholder_text_color=\"#000000\" placeholder_font_size=\"20px\" placeholder_line_height=\"1.4em\" radio_checkbox_font=\"helvetica-neue-light||||||||\" radio_checkbox_text_align=\"left\" radio_checkbox_text_color=\"#000000\" radio_checkbox_font_size=\"20px\" radio_checkbox_line_height=\"1.4em\" error_msg_font=\"helvetica-neue-light||||||||\" error_msg_text_color=\"#E02B20\" error_msg_font_size=\"16px\" error_msg_line_height=\"1.4em\" error_validation_font=\"helvetica-neue-light||||||||\" error_validation_text_color=\"#E02B20\" error_validation_font_size=\"16px\" error_validation_line_height=\"1.4em\" success_validation_font=\"helvetica-neue-light||||||||\" success_validation_text_color=\"#7CDA24\" success_validation_font_size=\"16px\" success_validation_line_height=\"1.4em\" custom_button_one=\"on\" button_one_text_size=\"22px\" button_one_text_color=\"#000000\" button_one_border_width=\"0px\" button_one_border_radius=\"0px\" button_one_font=\"helvetica-neue-bold||||||||\" button_one_icon=\"5||divi||400\" button_one_icon_color=\"#000000\" button_one_on_hover=\"off\" button_one_custom_margin=\"0px|0px|0px|0px|true|true\" button_one_custom_padding=\"0px|0px|0px|0px|true|true\" custom_padding=\"|17.5vw||17.5vw|true|true\" custom_padding_tablet=\"|0vw||0vw|true|true\" custom_padding_phone=\"|0vw||0vw|true|true\" custom_padding_last_edited=\"on|desktop\" animation_style=\"fade\" animation_duration=\"1250ms\" hover_enabled=\"0\" border_width_all_image=\"1px\" border_color_all_image=\"#000000\" border_color_all_error_validation=\"#E02B20\" border_color_all_validation_success=\"#7CDA24\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/dsm_contact_form_7][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"100vw\" custom_margin=\"||0px||false|false\" custom_padding=\"100px||0px||false|false\" custom_padding_tablet=\"75px||||false|false\" custom_padding_phone=\"75px||||false|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][dsm_embed_google_map address=\"Bildgasse 10d 6850 Dornbirn\" zoom=\"16\" _builder_version=\"4.14.7\" _module_preset=\"default\" position_origin_a=\"center_center\" width=\"100%\" height=\"50vh\" animation_style=\"slide\" animation_direction=\"bottom\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/dsm_embed_google_map][/et_pb_column][/et_pb_row][/et_pb_section]','Kontakt','','inherit','closed','closed','','336-revision-v1','','','2022-03-04 13:31:07','2022-03-04 13:31:07','',336,'https://stage.physio-skalsky.at/?p=1380',0,'revision','',0),(1382,1,'2022-03-04 13:42:20','2022-03-04 13:42:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

analyse. therapie. ergebnisse.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Physiotherapie

\n

Von Manueller Therapie bis zur Medizinischen Trainingstherapie und von der manuellen Lymphdrainage bis zur Elektrotherapie. Wir haben die richtige Physiotherapie-Methode für dich.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"6e600794-ddde-4364-97a7-475e32362930\" global_colors_info=\"{}\"]

Veränderungen finden immer innen statt. Zumindest beginnen sie dort. Ziel jeder nachhaltig erfolgreichen Physiotherapie ist es deswegen, die natürliche Selbstheilung zu fördern und zu begleiten. Um dich bestmöglich unterstützen zu können, starten wir jede Therapie mit einem Gespräch und einer sorgfältigen Untersuchung. Erst auf Basis dieser Ergebnisse entwickelt deine Physiotherapeutin oder dein Physiotherapeut gemeinsam mit dir einen Behandlungsplan, der auf die Stärken und Probleme deines Bewegungsapparates zugeschnitten ist. Und auf unser gemeinsames Ziel: Deine Beschwerden oder Funktions- und Aktivitätseinschränkungen bestmöglich zu verringern – oder noch lieber – deine Leistungsfähigkeit wiederherzustellen. Dazu bietet unser Team eine Vielfalt an Therapien an, die wir individuell für dich zusammenstellen:

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Therapieangebot Physiotherapie

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"e138347b-34ea-453c-b2a7-6ca81314e502\" custom_padding=\"0px|5vw|||false|false\" locked=\"off\" global_colors_info=\"{}\"]
    \n
  • Manuelle Therapie
    Therapie zur Behandlung von Funktionsstörungen des Bewegungsapparats und Auflösung von Blockaden (Gelenke, Muskeln, Nerven)
  • \n
  • Trigger Punkt Therapie
    Technik zur Verminderung bzw. Auflösung von Muskelverhärtungen
  • \n
  • Kinesiotapes / Klassische Tapes
    Alternativmedizinische Methode zur Lockerung der Muskulatur und Stabilisierung der Gelenke
  • \n
  • Manuelle Lymphdrainage
    Physikalische Therapie zur Entstauung von Lymphen und Ödemen
  • \n
  • Medizinische Trainingstherapie (MTT)
  • \n
  • Wärmepackungen (Fango)
  • \n
  • Elektrotherapie
    Behandlung von Schmerzen oder verspannter Muskulatur durch gezielte sanfte elektrische Impulse
  • \n
  • Ultraschalltherapie
  • \n
  • Mc Kenzie (Rückentherapie)
  • \n
  • Funktionelle Integrative Osteopathie
    Optimale Integration funktioneller osteopathischer Techniken
  • \n
  • Physio-Check
    Ganzheitliche Analyse des Bewegungsapparates: Beurteilung der Haltung, Kraft-, Funktions- und Muskellängentests
  • \n
  • Massage
    \n

    Zur Vorbeugung und Behandlung von Erkrankungen des Bewegungsapparats oder als reine Wohlfühlbehandlung

    \n
  • \n
  • \n

    Faszienbehandlung
    Reduktion von Schmerzen und bessere Beweglichkeit durch die Regulierung von Spannungen im faszialen Gewebe.

    \n
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"off|off|off\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Physiotherapie','','inherit','closed','closed','','714-revision-v1','','','2022-03-04 13:42:20','2022-03-04 13:42:20','',714,'https://stage.physio-skalsky.at/?p=1382',0,'revision','',0),(1383,1,'2022-03-04 13:43:50','2022-03-04 13:43:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 13:43:50','2022-03-04 13:43:50','',1329,'https://stage.physio-skalsky.at/?p=1383',0,'revision','',0),(1385,1,'2022-03-04 13:44:17','2022-03-04 13:44:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 13:44:17','2022-03-04 13:44:17','',1329,'https://stage.physio-skalsky.at/?p=1385',0,'revision','',0),(1387,1,'2022-03-04 14:31:47','2022-03-04 14:31:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 14:31:47','2022-03-04 14:31:47','',1329,'https://stage.physio-skalsky.at/?p=1387',0,'revision','',0),(1389,1,'2022-03-04 14:48:19','2022-03-04 14:48:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 14:48:19','2022-03-04 14:48:19','',1329,'https://stage.physio-skalsky.at/?p=1389',0,'revision','',0),(1391,1,'2022-03-04 14:48:31','2022-03-04 14:48:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 14:48:31','2022-03-04 14:48:31','',1329,'https://stage.physio-skalsky.at/?p=1391',0,'revision','',0),(1394,1,'2022-03-04 15:35:47','2022-03-04 15:35:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" sticky_enabled=\"0\" border_width_all_tablet=\"0px\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 15:35:47','2022-03-04 15:35:47','',1329,'https://stage.physio-skalsky.at/?p=1394',0,'revision','',0),(1395,1,'2022-03-04 15:57:23','2022-03-04 15:57:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

sport. physio. skalsky.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" custom_padding_last_edited=\"on|desktop\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_enable_video_mp4=\"off\" positioning=\"fixed\" position_origin_f=\"top_right\" horizontal_offset=\"25px\" z_index=\"500\" horizontal_offset_tablet=\"15px\" horizontal_offset_phone=\"10px\" horizontal_offset_last_edited=\"on|phone\" width=\"100px\" height=\"100px\" custom_margin=\"75vh||0px||false|true\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"0px||0px||true|true\" custom_padding_phone=\"0px||0px||true|true\" link_option_url=\"/praxis#anchor_covid\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" max_width=\"100px\" custom_margin=\"0px||0px||true|false\" custom_margin_tablet=\"0px||0px||true|false\" custom_margin_phone=\"0px||0px||true|false\" custom_margin_last_edited=\"on|desktop\" custom_padding=\"0px||0px||true|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"default\" text_font=\"helvetica-neue-bold||||||||\" text_text_color=\"#FFFFFF\" text_font_size=\"20px\" text_line_height=\"1.4em\" background_color=\"#000000\" width=\"100px\" height=\"100px\" custom_margin=\"||||false|false\" custom_padding=\"20px||||false|false\" global_colors_info=\"{}\"]

COVID
Info

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Deine Physiotherapie und Sportphysiotherapie in Dornbirn.

\n

In der Physiotherapie und Sportphysiotherapie Skalsky unterstützen wir dich professionell, engagiert und vor allem individuell auf deinem Weg zu mehr Gesundheit.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Unser Konzept

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzOCJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Prävention

\n

Wir helfen dir Verletzungen und Beschwerden zu vermeiden. Das ist effizienter als jede Therapie.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"250ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjYxNSJ9fQ==@\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Rehabilitation

\n

Auf dem Weg zurück zur vollständigen Gesundheit begleiten wir dich professionell und engagiert.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e0e817bb-18da-40ba-9602-2223bbc27856\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjY3MSJ9fQ==@\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\" custom_css_after_tablet=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\" custom_css_after_phone=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"]

Motivation

\n

Deine und unsere Motivation multiplizieren sich und ergeben herausragende Therapieerfolge.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"32.5px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"784148df-ffca-4b86-a950-c1106ca23d87\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"2f70e671-f159-45ef-a414-1310354059a2\" global_colors_info=\"{}\"]

Was wir bieten

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_tablet=\"\" custom_padding_phone=\"12.5px|15px|0px|15px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" button_text=\"Physiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" button_text=\"Sportphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" button_text=\"Laufphysiotherapie\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" button_text=\"Vorträge Gesundheitsförderung\" module_id=\"mybutton\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"7fd8cf05-0da7-42aa-893d-1cba6998fa49\" global_colors_info=\"{}\" button_bg_color__hover_enabled=\"on|desktop\"][/et_pb_button][et_pb_button button_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMyOSJ9fQ==@\" button_text=\"Alle Leistungen erkunden\" _builder_version=\"4.14.7\" _dynamic_attributes=\"button_url\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" custom_padding=\"40px|0px|0px|0px|false|false\" custom_padding_tablet=\"25px||||false|false\" custom_padding_phone=\"12.5px|0px|0px|0px|false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" custom_padding=\"0px||25px||false|false\" custom_padding_phone=\"25px||25px||false|false\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" custom_padding_phone=\"12.5px|15px|25px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" positioning=\"none\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" positioning=\"none\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"36e45792-cc01-4b04-b768-6090ad83ffc0\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" border_color_right=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_bottom=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" border_color_left=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93,%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22border_color_all%22,%22border_color_right%22,%22border_color_bottom%22,%22border_color_left%22%93,%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22background_color%22,%22background_color%22%93}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"f02f6d28-c777-440e-9d66-312773b54208\" horizontal_offset=\"25px\" max_width_tablet=\"95%\" max_width_phone=\"90%\" max_width_last_edited=\"on|desktop\" global_colors_info=\"{}\"][/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"69e6114e-6939-4c6f-9e50-33d29ff9279a\" background_color=\"gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjMzMSJ9fQ==@\" global_colors_info=\"{%22gcid-553bd4ac-64b3-49f6-95f3-7411db4bdf92%22:%91%22background_color%22%93}\"][et_pb_row column_structure=\"1_4,1_2,1_4\" use_custom_gutter=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" height=\"600px\" custom_padding=\"0px|50px|0px|50px|false|true\" animation_style=\"slide\" animation_direction=\"left\" animation_duration=\"1250ms\" animation_intensity_slide=\"2.5%\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"50px||50px||true|false\" custom_css_after=\" content: %22%22;|| display: block;|| padding-bottom: 100%;\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a819ee71-6e63-4d14-a3d6-b528005191a0\" vertical_offset=\"50px\" global_colors_info=\"{}\"]

Unser Team

\n

Unser Praxisteam besteht aus Cornelia, Daniel, Melih und Marion. Gemeinsam unterstützen wir dich mit grosser Leidenschaft bei deinen Zielen.

[/et_pb_text][et_pb_button button_text=\"Kennenlernen\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"relative\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"-475px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_enable_image=\"off\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg\" max_width=\"750px\" height=\"600px\" custom_margin=\"|25px||20%|false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg\" height=\"287.5px\" global_colors_info=\"{}\"][/et_pb_divider][et_pb_divider show_divider=\"off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_image=\"https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg\" height=\"287.5px\" custom_margin=\"25px||||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_slider _builder_version=\"4.14.7\" _module_preset=\"f4c06bfe-c1a2-47e6-8950-575612c8a5c3\" global_colors_info=\"{}\"][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][et_pb_slide heading=\"«Super Physiotherapie in Dornbirn. Hohes Engagement, kompetent und sehr freundlich. Rückt einen schnell wieder zurecht. Sehr zu empfehlen.»\" _builder_version=\"4.14.7\" _module_preset=\"default\" header_font=\"helvetica-neue-light|100|||||||\" header_text_color=\"#000000\" header_font_size=\"27px\" header_line_height=\"37px\" body_font=\"helvetica-neue-bold||||||||\" body_text_color=\"#000000\" body_font_size=\"17px\" body_line_height=\"24px\" text_orientation=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"]

Florian Salzmann

[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][/et_pb_section]','Home','','inherit','closed','closed','','8-revision-v1','','','2022-03-04 15:57:23','2022-03-04 15:57:23','',8,'https://stage.physio-skalsky.at/?p=1395',0,'revision','',0),(1396,1,'2022-03-04 15:58:13','2022-03-04 15:58:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" sticky_enabled=\"0\" border_width_all_tablet=\"0px\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" global_colors_info=\"{}\"]

Mobiler Physiotherapeut

\n

Falls Du unsere Praxis aus gesundheitlichen Gründen nicht besuchen kannst, kommen wir gerne zu dir nach Hause.

[/et_pb_text][et_pb_button button_text=\"Bewerben\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" button_url=\"mailto:therapie@physio-skalsky.at\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 15:58:13','2022-03-04 15:58:13','',1329,'https://stage.physio-skalsky.at/?p=1396',0,'revision','',0),(1398,1,'2022-03-04 15:59:33','2022-03-04 15:59:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" sticky_enabled=\"0\" border_width_all_tablet=\"0px\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Muster Stellenausschreibung

\n

Beschreibtext hier Lorem ipsum dolor sit amet, bewerben Button ist gleich Link zu Mail.

[/et_pb_text][et_pb_button button_text=\"Bewerben\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" button_url=\"mailto:therapie@physio-skalsky.at\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 15:59:33','2022-03-04 15:59:33','',1329,'https://stage.physio-skalsky.at/?p=1398',0,'revision','',0),(1400,1,'2022-03-04 16:00:33','2022-03-04 16:00:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\" global_colors_info=\"{}\"][et_pb_text content_tablet=\"

sport.
physio.
skalsky.

\" content_phone=\"

sport.
physio.
skalsky.

\" content_last_edited=\"on|desktop\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" global_colors_info=\"{}\"]

du. wir. match.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Offene Stellen

\n

Die Physiotherapie und Sportphysiotherapie Skalsky ist auf der Suche nach neuen Teammitgliedern. Bewirb dich auf eine unserer offenen Stellen oder schreib uns eine Initialbewerbung. Wir freuen uns auf dich.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"3c5aaa42-8006-482c-a53f-f8d1ac00d10a\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\" sticky_enabled=\"0\" custom_padding=\"75px|50px|0px|50px|false|true\" custom_padding_tablet=\"75px|25px||25px|false|true\" custom_padding_phone=\"50px|15px||15px|false|true\"][et_pb_column type=\"1_3\" disabled_on=\"off|off|off\" _builder_version=\"4.14.7\" _module_preset=\"efeac644-9873-442a-998f-208b22961f40\" hover_enabled=\"0\" global_colors_info=\"{}\" border_width_all=\"0px\" sticky_enabled=\"0\" border_width_all_tablet=\"0px\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"a63101f3-4a89-4ed1-9718-5a06bc780843\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

Muster Stellenausschreibung

\n

Beschreibtext hier Lorem ipsum dolor sit amet, bewerben Button ist gleich Link zu Mail.

[/et_pb_text][et_pb_button button_text=\"Bewerben\" _builder_version=\"4.14.7\" _module_preset=\"ac8c5032-7a19-4a29-8987-3a034883d461\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" button_url=\"mailto:therapie@physio-skalsky.at\" sticky_enabled=\"0\"][/et_pb_button][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][et_pb_column _builder_version=\"4.14.7\" _module_preset=\"default\" type=\"1_3\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_column][/et_pb_row][/et_pb_section]','Offene Stellen','','inherit','closed','closed','','1329-revision-v1','','','2022-03-04 16:00:33','2022-03-04 16:00:33','',1329,'https://stage.physio-skalsky.at/?p=1400',0,'revision','',0),(1403,1,'2022-03-04 16:04:21','2022-03-04 16:04:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

individuell.
vielfältig.
professionell.

\" content_phone=\"

individuell.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"25px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" global_colors_info=\"{}\"]

Anwendungsgebiete

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 16:04:21','2022-03-04 16:04:21','',329,'https://stage.physio-skalsky.at/?p=1403',0,'revision','',0),(1405,1,'2022-03-04 16:06:29','2022-03-04 16:06:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

individuell.
vielfältig.
professionell.

\" content_phone=\"

individuell.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"25px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Anwendungsgebiete

\n

Das sind häufige Beschwerden, bei denen Physiotherapie helfen kann.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Leistungen','','inherit','closed','closed','','329-revision-v1','','','2022-03-04 16:06:29','2022-03-04 16:06:29','',329,'https://stage.physio-skalsky.at/?p=1405',0,'revision','',0),(1406,1,'2022-03-04 16:07:05','2022-03-04 16:07:05','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" theme_builder_area=\"et_header_layout\"][/et_pb_menu][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_header_layout\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"c92fc9db-2893-4458-963d-ef7d8123240d\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_left\" width=\"100%\" max_width=\"1920px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"|50px||50px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" positioning=\"none\"][et_pb_text content_tablet=\"

individuell.
vielfältig.
professionell.

\" content_phone=\"

individuell.
vielfältig.
professionell.

\" content_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"94715bda-5158-41ee-b5d4-7875c07e9bef\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]

individuell. vielfältig. professionell.

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.14.7\" _module_preset=\"ea2b465d-ddd6-4e98-8781-4d451fcd7d26\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.14.7\" _module_preset=\"617b825d-4e4f-4896-bc00-57976e66f9f6\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"33aef2cc-40ac-4cec-8ca4-45ceb0e50572\" global_colors_info=\"{}\"]

Leistungen

\n

Das Team der Physiotherapie Skalsky besitzt in verschiedensten Bereichen eine hohe Kompetenz. Dadurch können wir dir ein umfassendes und individuelles Analyse- und Therapieangebot anbieten.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding_phone=\"25px|5px|0px|5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjcxNCJ9fQ==@\" global_colors_info=\"{}\" background__hover_enabled=\"on|hover\" custom_css_before_last_edited=\"off|desktop\" custom_css_before__hover_enabled=\"off|desktop\" custom_css_main_element__hover_enabled=\"on|hover\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\" text_text_color__hover_enabled=\"off|hover\" text_text_color__hover=\"#FFFFFF\"]

Physiotherapie

\n

In der klassischen Physiotherapie verringern wir deine Beschwerden durch massgeschneiderte Therapien.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExMzQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Sportphysiotherapie

\n

Mit unserem Know-How und unseren persönlichen Erfahrungen bringen wir dich zurück auf den Trainingsplatz.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" animation_delay=\"500ms\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNTAifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Laufphysiotherapie

\n

Wir helfen dir die Ursachen für Beschwerden beim Laufen zu finden und zu korrigieren. - Für schmerzfreie Läufe.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.14.7\" _module_preset=\"ea99c481-f27d-4721-a401-e8f8528890b2\" custom_padding=\"10px|12.5px|0px|12.5px|false|true\" locked=\"off\" global_colors_info=\"{}\" custom_css_main_element_last_edited=\"on|desktop\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _dynamic_attributes=\"link_option_url\" _module_preset=\"e59babbb-c3cd-4ebe-b126-26cc66973b9e\" link_option_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjExNjQifX0=@\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"de7b6c19-01ed-4334-931d-0fbe5fc291b9\" global_colors_info=\"{}\"]

Vorträge zur Gesundheitsförderung

\n

Lerne in unseren interaktiven Referaten, wie du im Alltag und Sport deine Gesundheit schützen und fördern kannst.

[/et_pb_text][et_pb_button button_text=\"Entdecken\" _builder_version=\"4.14.7\" _module_preset=\"ba8255fb-9d40-40ca-940d-003d3350673f\" positioning=\"absolute\" position_origin_a=\"bottom_left\" vertical_offset=\"25px\" horizontal_offset=\"25px\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"0d8bdf38-65bc-4802-8cae-ef4218b805a5\" background_color=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"100px|50px|0px|50px|false|true\" custom_padding_tablet=\"50px|50px|0px|50px|false|true\" custom_padding_phone=\"25px|25px|0px|25px|false|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"||25px||false|false\" sticky_enabled=\"0\"]

Anwendungsgebiete

\n

Das sind häufige Beschwerden, bei denen Physiotherapie helfen kann.

[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"100px|50px|100px|50px|true|true\" custom_padding_phone=\"25px|25px|25px|25px|true|true\" locked=\"off\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Achillodynie (Schmerzen an der Achillesssehne)
  • \n
  • Arthrose
  • \n
  • Bandscheibenvorfall
  • \n
  • Beinschmerzen
  • \n
  • BWS-Syndrom
  • \n
  • Daumenschmerzen
  • \n
  • Fersenschmerzen
  • \n
  • Fersensporn
  • \n
  • Fibromyalgie
  • \n
  • Fingerschmerzen
  • \n
  • Frozen Shoulder
  • \n
  • Fußschmerzen
  • \n
  • Gelenkschmerzen
  • \n
  • Gesäßschmerzen
  • \n
  • Gleitwirbel
  • \n
  • Golferellenbogen
  • \n
  • Gonarthrose
  • \n
  • Hallux rigidus
  • \n
  • Hallux valgus
  • \n
  • Halswirbelschmerzen
  • \n
  • Hammerzeh
  • \n
  • Handgelenkschmerzen
  • \n
  • Hohlfuß
  • \n
  • Hüftarthrose
  • \n
  • Hüftschmerzen
  • \n
  • Impingement-Syndrom
  • \n
  • Intercostal-Neuralgie
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Ischialgie
  • \n
  • ISG-Syndrom
  • \n
  • Kalkschulter
  • \n
  • Karpaltunnelsyndrom
  • \n
  • Kieferschmerz
  • \n
  • Knickfuß
  • \n
  • Knieschmerz
  • \n
  • Kopfschmerz
  • \n
  • Kreuzbandriss
  • \n
  • Kribbelnde Hände
  • \n
  • Leistenschmerz
  • \n
  • LWS-Syndrom
  • \n
  • Meniskus-Schmerzen
  • \n
  • Morbus Bechterew
  • \n
  • Muskelschmerzen
  • \n
  • Nackenschmerzen
  • \n
  • Oberschenkelschmerzen
  • \n
  • Patellaspitzensyndrom
  • \n
  • Piriformis-Syndrom
  • \n
  • Plantarfasziitis
  • \n
  • Plattfuß
  • \n
  • Rheuma
  • \n
  • Rückenschmerz
  • \n
  • Schambeinentzündung
  • \n
  • Schienbeinschmerzen
  • \n
  • Schnappender Finger
  • \n
  • Schulterschmerz
  • \n
[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"07a89f6c-2aff-4705-88cb-85380ea4061a\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"]
    \n
  • Sehnenschmerz
  • \n
  • Senkfuß
  • \n
  • Skoliose
  • \n
  • Spreizfuß
  • \n
  • Tennisarm
  • \n
  • Verstauchungen
  • \n
  • Zerrungen
  • \n
  • Zervikalsyndrom
  • \n
[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|0px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"170px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|50px|25px|50px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_left\" position_origin_r=\"bottom_left\" vertical_offset=\"0px\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" position_origin_a=\"bottom_right\" position_origin_r=\"bottom_right\" width=\"100%\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" z_index=\"-500\" custom_padding=\"15px||15px||true|false\" global_colors_info=\"{%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22background_color%22%93}\" theme_builder_area=\"et_footer_layout\"][et_pb_row custom_padding_last_edited=\"on|tablet\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|0px|15px|false|true\" custom_padding_tablet=\"|25px||25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg\" title_text=\"skalsky_logo_weiss\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"120px\" max_width_tablet=\"160px\" max_width_phone=\"120px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" width=\"100%\" max_width=\"1920px\" custom_padding=\"50px|15px|50px|15px|false|true\" custom_padding_tablet=\"50px|25px|50px|25px|false|true\" custom_padding_phone=\"|15px||15px|false|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Physiotherapie und 
Sportphysiotherapie Dornbirn
Daniel Skalsky
Bildgasse 10d
6850 Dornbirn

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Öffnungszeiten
Montag - Donnerstag: 8:00 - 19:00 Uhr
Freitag: 8:00 - 13:00 Uhr

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_padding=\"||25px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

Terminvereinbarung
Telefon: +43 650 7811724
E-Mail: therapie@physio-skalsky.at

[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\"][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://www.instagram.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||15px||false|false\" custom_padding=\"||||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_icon font_icon=\"||divi||400\" icon_color=\"#FFFFFF\" icon_width=\"35px\" url=\"https://de-de.facebook.com/physioskalsky/\" url_new_window=\"on\" align=\"left\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_margin=\"||0px||false|false\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" icon_color__hover_enabled=\"on|hover\" icon_color__hover=\"rgba(255,255,255,0.65)\" theme_builder_area=\"et_footer_layout\"][/et_pb_icon][et_pb_text _builder_version=\"4.14.7\" _module_preset=\"18839983-7da1-480b-bb82-2522993aed96\" custom_margin=\"||||false|false\" custom_padding=\"25px||||false|false\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]

©2022 Physio Skalsky
Impressum | Datenschutz

[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','329-autosave-v1','','','2022-03-04 16:07:05','2022-03-04 16:07:05','',329,'https://stage.physio-skalsky.at/?p=1406',0,'revision','',0),(1407,1,'2022-03-07 10:39:41','2022-03-07 10:39:41','/*-----------------------Mobile-Menu-----------------------*/\r\n\r\n/*\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n*/\r\n\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n/*----------text hover on 1 column boxes for headline, text, link and icon ----------*/\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}\r\n\r\n\r\n\r\n/*---------------Accordeon---------------*/\r\n\r\n.et_pb_toggle_open .et_pb_toggle_title:before {\r\n display: block !important;\r\n content: \"\\e04f\";\r\n}\r\n\r\n\r\n\r\n.lwp-toggle-icon.et_pb_toggle .et_pb_toggle_title:before,.lwp-toggle-icon .et_pb_toggle .et_pb_toggle_title:before {\r\n content:\'\\4c\';\r\n}\r\n \r\n/*-----------------------toggle icon-----------------------*/\r\n.lwp-toggle-icon.et_pb_toggle_open .et_pb_toggle_title:before{\r\n content:\'\\4b\'; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-03-07 10:39:41','2022-03-07 10:39:41','',227,'https://stage.physio-skalsky.at/?p=1407',0,'revision','',0),(1408,1,'2022-03-08 11:01:36','0000-00-00 00:00:00','','Automatisch gespeicherter Entwurf','','auto-draft','open','open','','','','','2022-03-08 11:01:36','0000-00-00 00:00:00','',0,'https://stage.physio-skalsky.at/?p=1408',0,'post','',0),(1410,1,'2022-03-10 07:47:37','2022-03-10 07:47:37','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-10 07:47:37','2022-03-10 07:47:37','',25,'https://stage.physio-skalsky.at/?p=1410',0,'revision','',0),(1412,1,'2022-03-10 07:47:56','2022-03-10 07:47:56','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][divi_mobile_tb_menu][/et_pb_code][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-10 07:47:56','2022-03-10 07:47:56','',25,'https://stage.physio-skalsky.at/?p=1412',0,'revision','',0),(1414,1,'2022-03-10 07:50:41','2022-03-10 07:50:41','{\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header_cart_icon_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header_search_icon_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header_search_text_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header_search_icon_close_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header_account_icon_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_burger_colour_closed\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_burger_colour_open\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:7:\\\"inherit\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.5em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_background_box_shadow_colour\": {\n \"value\": \"rgba(0,0,0,0.2)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:7:\\\"inherit\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.5em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_sub_menu_bg_color\": {\n \"value\": \"rgba(0,0,0,0.2)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_sub_sub_menu_bg_color\": {\n \"value\": \"rgba(0,0,0,0)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:7:\\\"inherit\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.5em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_icon_color\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_icon_color_hover\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bottom_nav_bg_color\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bottom_nav_icon_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bottom_nav_active_icon_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bottom_nav_icon_color_hover\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bottom_nav_text_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bottom_nav_active_text_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bottom_nav_text_color_hover\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_fullscreen_extra_option_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:7:\\\"inherit\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.5em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n },\n \"divi-child::divi-mobile-menu_fullscreen_extra_option_font_color\": {\n \"value\": \"#000000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:49:05\"\n }\n}','','','trash','closed','closed','','40c752ff-800c-4717-aaba-d745eda8c5b1','','','2022-03-10 07:50:41','2022-03-10 07:50:41','',0,'https://stage.physio-skalsky.at/?p=1414',0,'customize_changeset','',0),(1415,1,'2022-03-10 07:49:20','2022-03-10 07:49:20','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][divi_mobile_tb_menu][/et_pb_code][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-10 07:49:20','2022-03-10 07:49:20','',25,'https://stage.physio-skalsky.at/?p=1415',0,'revision','',0),(1417,1,'2022-03-10 07:49:46','2022-03-10 07:49:46','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][divi_mobile_tb_menu][/et_pb_code][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-10 07:49:46','2022-03-10 07:49:46','',25,'https://stage.physio-skalsky.at/?p=1417',0,'revision','',0),(1418,1,'2022-03-10 07:50:07','2022-03-10 07:50:07','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\" sticky_enabled=\"0\"][/et_pb_menu][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][divi_mobile_tb_menu][/et_pb_code][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" disabled_on=\"on|on|on\" disabled=\"on\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-10 07:50:07','2022-03-10 07:50:07','',25,'https://stage.physio-skalsky.at/?p=1418',0,'revision','',0),(1420,1,'2022-03-10 07:52:18','2022-03-10 07:52:18','{\n \"divi-child::divi-mobile-menu_divi_mobile_mobile_preview\": {\n \"value\": \"dm-mobile\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:52:05\"\n },\n \"divi-child::divi-mobile-menu_disable_parent_clickthrough\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:52:18\"\n }\n}','','','trash','closed','closed','','b3d66fbb-f911-4494-8319-7beecda5b911','','','2022-03-10 07:52:18','2022-03-10 07:52:18','',0,'https://stage.physio-skalsky.at/?p=1420',0,'customize_changeset','',0),(1421,1,'2022-03-10 07:53:47','2022-03-10 07:53:47','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_padding\": {\n \"value\": \"16\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:53:47\"\n }\n}','','','trash','closed','closed','','6e809c21-c221-470a-8d9e-0afa48f28304','','','2022-03-10 07:53:47','2022-03-10 07:53:47','',0,'https://stage.physio-skalsky.at/2022/03/6e809c21-c221-470a-8d9e-0afa48f28304/',0,'customize_changeset','',0),(1422,1,'2022-03-10 07:54:02','2022-03-10 07:54:02','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_font_size\": {\n \"value\": \"18\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:54:02\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_padding\": {\n \"value\": \"14\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:54:02\"\n }\n}','','','trash','closed','closed','','d68d74ff-7b01-4a0e-a6af-7dc9b42440e4','','','2022-03-10 07:54:02','2022-03-10 07:54:02','',0,'https://stage.physio-skalsky.at/2022/03/d68d74ff-7b01-4a0e-a6af-7dc9b42440e4/',0,'customize_changeset','',0),(1423,1,'2022-03-10 07:54:21','2022-03-10 07:54:21','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_padding\": {\n \"value\": \"5\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:54:21\"\n }\n}','','','trash','closed','closed','','b192b48d-72a0-497e-a356-29cbef3739ca','','','2022-03-10 07:54:21','2022-03-10 07:54:21','',0,'https://stage.physio-skalsky.at/2022/03/b192b48d-72a0-497e-a356-29cbef3739ca/',0,'customize_changeset','',0),(1424,1,'2022-03-10 07:55:22','2022-03-10 07:55:22','{\n \"divi-child::divi-mobile-menu_sub_menu_enable_border\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:55:22\"\n }\n}','','','trash','closed','closed','','e4c09c96-2126-4af9-ac7b-ede0cf565519','','','2022-03-10 07:55:22','2022-03-10 07:55:22','',0,'https://stage.physio-skalsky.at/2022/03/e4c09c96-2126-4af9-ac7b-ede0cf565519/',0,'customize_changeset','',0),(1425,1,'2022-03-10 07:55:40','2022-03-10 07:55:40','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:7:\\\"inherit\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.2em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:55:40\"\n }\n}','','','trash','closed','closed','','eb2f5928-e057-4130-8401-a0cdf0bb1052','','','2022-03-10 07:55:40','2022-03-10 07:55:40','',0,'https://stage.physio-skalsky.at/2022/03/eb2f5928-e057-4130-8401-a0cdf0bb1052/',0,'customize_changeset','',0),(1426,1,'2022-03-10 07:56:26','2022-03-10 07:56:26','{\n \"divi-child::divi-mobile-menu_set_mobile_sub_menu_side_max_width\": {\n \"value\": \"\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:56:26\"\n }\n}','','','trash','closed','closed','','5e4980ad-71d7-4342-871a-27ee2bc76259','','','2022-03-10 07:56:26','2022-03-10 07:56:26','',0,'https://stage.physio-skalsky.at/2022/03/5e4980ad-71d7-4342-871a-27ee2bc76259/',0,'customize_changeset','',0),(1427,1,'2022-03-10 07:56:40','2022-03-10 07:56:40','{\n \"divi-child::divi-mobile-menu_set_mobile_sub_menu_side_max_width\": {\n \"value\": \"1000\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:56:40\"\n }\n}','','','trash','closed','closed','','4b17b7d2-e542-42d6-bbfb-21d294facb4a','','','2022-03-10 07:56:40','2022-03-10 07:56:40','',0,'https://stage.physio-skalsky.at/2022/03/4b17b7d2-e542-42d6-bbfb-21d294facb4a/',0,'customize_changeset','',0),(1428,1,'2022-03-10 07:56:49','2022-03-10 07:56:49','{\n \"divi-child::divi-mobile-menu_set_mobile_sub_menu_side_max_width\": {\n \"value\": \"300\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:56:49\"\n }\n}','','','trash','closed','closed','','34b32285-d8a1-479b-a89a-c480d8354679','','','2022-03-10 07:56:49','2022-03-10 07:56:49','',0,'https://stage.physio-skalsky.at/2022/03/34b32285-d8a1-479b-a89a-c480d8354679/',0,'customize_changeset','',0),(1429,1,'2022-03-10 07:56:59','2022-03-10 07:56:59','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_space_top\": {\n \"value\": \"150\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:56:59\"\n }\n}','','','trash','closed','closed','','0ea41c73-570b-4455-a28f-8b1dc61510a0','','','2022-03-10 07:56:59','2022-03-10 07:56:59','',0,'https://stage.physio-skalsky.at/2022/03/0ea41c73-570b-4455-a28f-8b1dc61510a0/',0,'customize_changeset','',0),(1430,1,'2022-03-10 07:57:30','2022-03-10 07:57:30','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:4:\\\"18px\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.2em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:57:30\"\n }\n}','','','trash','closed','closed','','86403ef6-5e21-48b1-b350-25f6418de6ee','','','2022-03-10 07:57:30','2022-03-10 07:57:30','',0,'https://stage.physio-skalsky.at/2022/03/86403ef6-5e21-48b1-b350-25f6418de6ee/',0,'customize_changeset','',0),(1431,1,'2022-03-10 07:57:51','2022-03-10 07:57:51','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_space_top\": {\n \"value\": \"15\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:57:51\"\n }\n}','','','trash','closed','closed','','8dd5e538-d73a-4447-b293-d4d379b9dd4e','','','2022-03-10 07:57:51','2022-03-10 07:57:51','',0,'https://stage.physio-skalsky.at/2022/03/8dd5e538-d73a-4447-b293-d4d379b9dd4e/',0,'customize_changeset','',0),(1432,1,'2022-03-10 07:58:06','2022-03-10 07:58:06','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_space_top\": {\n \"value\": \"0\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:58:06\"\n }\n}','','','trash','closed','closed','','a04a85ad-d574-46d0-bf88-0ec3d22cfdcc','','','2022-03-10 07:58:06','2022-03-10 07:58:06','',0,'https://stage.physio-skalsky.at/2022/03/a04a85ad-d574-46d0-bf88-0ec3d22cfdcc/',0,'customize_changeset','',0),(1433,1,'2022-03-10 07:59:41','2022-03-10 07:59:41','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_icon_close\": {\n \"value\": \"35\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 07:59:40\"\n }\n}','','','trash','closed','closed','','6e45d1b2-cdac-4cea-aeac-b38005f5aef4','','','2022-03-10 07:59:41','2022-03-10 07:59:41','',0,'https://stage.physio-skalsky.at/2022/03/6e45d1b2-cdac-4cea-aeac-b38005f5aef4/',0,'customize_changeset','',0),(1434,1,'2022-03-10 08:00:04','2022-03-10 08:00:04','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_icon_close\": {\n \"value\": \"34\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:00:04\"\n }\n}','','','trash','closed','closed','','6bc0fb8f-2238-42a0-a98c-7f29f70250c9','','','2022-03-10 08:00:04','2022-03-10 08:00:04','',0,'https://stage.physio-skalsky.at/2022/03/6bc0fb8f-2238-42a0-a98c-7f29f70250c9/',0,'customize_changeset','',0),(1435,1,'2022-03-10 08:00:22','2022-03-10 08:00:22','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_icon\": {\n \"value\": \"35\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:00:22\"\n }\n}','','','trash','closed','closed','','00105518-fd22-4186-a3db-9397b03614ba','','','2022-03-10 08:00:22','2022-03-10 08:00:22','',0,'https://stage.physio-skalsky.at/2022/03/00105518-fd22-4186-a3db-9397b03614ba/',0,'customize_changeset','',0),(1436,1,'2022-03-10 08:00:44','2022-03-10 08:00:44','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_open_font_size\": {\n \"value\": \"20\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:00:44\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_close_font_size\": {\n \"value\": \"20\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:00:44\"\n }\n}','','','trash','closed','closed','','da40c425-ed92-4360-a5eb-b4c796a1b6ba','','','2022-03-10 08:00:44','2022-03-10 08:00:44','',0,'https://stage.physio-skalsky.at/2022/03/da40c425-ed92-4360-a5eb-b4c796a1b6ba/',0,'customize_changeset','',0),(1437,1,'2022-03-10 08:02:00','2022-03-10 08:02:00','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:4:\\\"18px\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.5em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:02:00\"\n }\n}','','','trash','closed','closed','','d0917bb1-d761-4af8-a088-1a0c4868ad6b','','','2022-03-10 08:02:00','2022-03-10 08:02:00','',0,'https://stage.physio-skalsky.at/2022/03/d0917bb1-d761-4af8-a088-1a0c4868ad6b/',0,'customize_changeset','',0),(1438,1,'2022-03-10 08:02:18','2022-03-10 08:02:18','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:4:\\\"18px\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.2em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:02:18\"\n }\n}','','','trash','closed','closed','','a3b363a8-d7e4-470a-9cb0-9ed58c49f88a','','','2022-03-10 08:02:18','2022-03-10 08:02:18','',0,'https://stage.physio-skalsky.at/2022/03/a3b363a8-d7e4-470a-9cb0-9ed58c49f88a/',0,'customize_changeset','',0),(1439,1,'2022-03-10 08:02:33','2022-03-10 08:02:33','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_text_font_size\": {\n \"value\": \"18\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:02:33\"\n }\n}','','','trash','closed','closed','','e40e596a-ed91-48be-a104-dab8560808ae','','','2022-03-10 08:02:33','2022-03-10 08:02:33','',0,'https://stage.physio-skalsky.at/2022/03/e40e596a-ed91-48be-a104-dab8560808ae/',0,'customize_changeset','',0),(1440,1,'2022-03-10 08:03:05','2022-03-10 08:03:05','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_space_top\": {\n \"value\": \"75\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:03:05\"\n }\n}','','','trash','closed','closed','','f608ef71-011c-4ed9-b305-b1fde1e795ed','','','2022-03-10 08:03:05','2022-03-10 08:03:05','',0,'https://stage.physio-skalsky.at/2022/03/f608ef71-011c-4ed9-b305-b1fde1e795ed/',0,'customize_changeset','',0),(1441,1,'2022-03-10 08:03:15','2022-03-10 08:03:15','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_space_top\": {\n \"value\": \"50\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:03:15\"\n }\n}','','','trash','closed','closed','','227665a4-618e-4e4c-9d70-e20161eaeb86','','','2022-03-10 08:03:15','2022-03-10 08:03:15','',0,'https://stage.physio-skalsky.at/2022/03/227665a4-618e-4e4c-9d70-e20161eaeb86/',0,'customize_changeset','',0),(1442,1,'2022-03-10 08:03:25','2022-03-10 08:03:25','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_space_top\": {\n \"value\": \"25\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:03:25\"\n }\n}','','','trash','closed','closed','','f8b1839c-f8fb-4dba-8ec1-a4c91ba64850','','','2022-03-10 08:03:25','2022-03-10 08:03:25','',0,'https://stage.physio-skalsky.at/2022/03/f8b1839c-f8fb-4dba-8ec1-a4c91ba64850/',0,'customize_changeset','',0),(1443,1,'2022-03-10 08:04:45','2022-03-10 08:04:45','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_background_color\": {\n \"value\": \"rgba(29,13,111,0)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:04:45\"\n }\n}','','','trash','closed','closed','','6246306c-256d-45f8-ac94-ca7e898ac5dd','','','2022-03-10 08:04:45','2022-03-10 08:04:45','',0,'https://stage.physio-skalsky.at/2022/03/6246306c-256d-45f8-ac94-ca7e898ac5dd/',0,'customize_changeset','',0),(1444,1,'2022-03-10 08:05:13','2022-03-10 08:05:13','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_background_box_shadow_colour\": {\n \"value\": \"rgba(0,0,0,0)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:05:13\"\n }\n}','','','trash','closed','closed','','f6a66176-2498-4c23-8fe0-741b2b3e155d','','','2022-03-10 08:05:13','2022-03-10 08:05:13','',0,'https://stage.physio-skalsky.at/2022/03/f6a66176-2498-4c23-8fe0-741b2b3e155d/',0,'customize_changeset','',0),(1445,1,'2022-03-10 08:06:08','2022-03-10 08:06:08','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_burger_colour_closed\": {\n \"value\": \"#020202\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:06:08\"\n }\n}','','','trash','closed','closed','','d538dafa-8050-414c-84bc-1aba0731535b','','','2022-03-10 08:06:08','2022-03-10 08:06:08','',0,'https://stage.physio-skalsky.at/2022/03/d538dafa-8050-414c-84bc-1aba0731535b/',0,'customize_changeset','',0),(1446,1,'2022-03-10 08:06:12','2022-03-10 08:06:12','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_burger_colour_open\": {\n \"value\": \"#020202\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:06:12\"\n }\n}','','','trash','closed','closed','','5ced0c6e-032a-4cdd-8119-240d93f0e3dc','','','2022-03-10 08:06:12','2022-03-10 08:06:12','',0,'https://stage.physio-skalsky.at/2022/03/5ced0c6e-032a-4cdd-8119-240d93f0e3dc/',0,'customize_changeset','',0),(1447,1,'2022-03-10 08:07:18','2022-03-10 08:07:18','{\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:07:18\"\n }\n}','','','trash','closed','closed','','65c60c9a-19e5-479a-b08c-f1d820e79436','','','2022-03-10 08:07:18','2022-03-10 08:07:18','',0,'https://stage.physio-skalsky.at/2022/03/65c60c9a-19e5-479a-b08c-f1d820e79436/',0,'customize_changeset','',0),(1448,1,'2022-03-10 08:07:29','2022-03-10 08:07:29','{\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header_bg_color\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:07:29\"\n }\n}','','','trash','closed','closed','','2e1086fc-f91e-4ed8-84af-44745ac091c3','','','2022-03-10 08:07:29','2022-03-10 08:07:29','',0,'https://stage.physio-skalsky.at/2022/03/2e1086fc-f91e-4ed8-84af-44745ac091c3/',0,'customize_changeset','',0),(1449,1,'2022-03-10 08:07:54','2022-03-10 08:07:54','{\n \"divi-child::divi-mobile-menu_divi_mobile_custom_header_logo\": {\n \"value\": \"26\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:07:54\"\n }\n}','','','trash','closed','closed','','624a25a1-73e6-4659-869d-7291e1c4859e','','','2022-03-10 08:07:54','2022-03-10 08:07:54','',0,'https://stage.physio-skalsky.at/2022/03/624a25a1-73e6-4659-869d-7291e1c4859e/',0,'customize_changeset','',0),(1450,1,'2022-03-10 08:08:56','2022-03-10 08:08:56','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_color\": {\n \"value\": \"#020202\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:08:56\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_color_hover\": {\n \"value\": \"rgba(2,2,2,0.65)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:08:56\"\n }\n}','','','trash','closed','closed','','5ae2840e-acbe-48b6-bedf-67d50bca9f84','','','2022-03-10 08:08:56','2022-03-10 08:08:56','',0,'https://stage.physio-skalsky.at/2022/03/5ae2840e-acbe-48b6-bedf-67d50bca9f84/',0,'customize_changeset','',0),(1451,1,'2022-03-10 08:09:05','2022-03-10 08:09:05','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_icon_activate_color\": {\n \"value\": \"#020202\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:09:05\"\n }\n}','','','trash','closed','closed','','2845e5a4-e01b-4629-8569-f93d0e796a74','','','2022-03-10 08:09:05','2022-03-10 08:09:05','',0,'https://stage.physio-skalsky.at/2022/03/2845e5a4-e01b-4629-8569-f93d0e796a74/',0,'customize_changeset','',0),(1452,1,'2022-03-10 08:09:11','2022-03-10 08:09:11','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_icon_close_color\": {\n \"value\": \"#020202\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:09:11\"\n }\n}','','','trash','closed','closed','','6e53fa97-c57d-45e2-abd4-9058bc5c2c54','','','2022-03-10 08:09:11','2022-03-10 08:09:11','',0,'https://stage.physio-skalsky.at/2022/03/6e53fa97-c57d-45e2-abd4-9058bc5c2c54/',0,'customize_changeset','',0),(1453,1,'2022-03-10 08:09:25','2022-03-10 08:09:25','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_sub_menu_bg_color\": {\n \"value\": \"rgba(0,0,0,0)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:09:25\"\n }\n}','','','trash','closed','closed','','2d635f89-d1ef-4825-9509-ca7708410c48','','','2022-03-10 08:09:25','2022-03-10 08:09:25','',0,'https://stage.physio-skalsky.at/2022/03/2d635f89-d1ef-4825-9509-ca7708410c48/',0,'customize_changeset','',0),(1454,1,'2022-03-10 08:09:42','2022-03-10 08:09:42','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_bg_color\": {\n \"value\": \"#ffffff\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:09:42\"\n }\n}','','','trash','closed','closed','','f10820ac-1ea8-4951-ab3a-1850002a78c7','','','2022-03-10 08:09:42','2022-03-10 08:09:42','',0,'https://stage.physio-skalsky.at/2022/03/f10820ac-1ea8-4951-ab3a-1850002a78c7/',0,'customize_changeset','',0),(1455,1,'2022-03-10 08:10:03','2022-03-10 08:10:03','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_text_color\": {\n \"value\": \"#020202\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:10:03\"\n }\n}','','','trash','closed','closed','','5cc7529a-c6f5-40d5-85c4-bd3bc921eefd','','','2022-03-10 08:10:03','2022-03-10 08:10:03','',0,'https://stage.physio-skalsky.at/2022/03/5cc7529a-c6f5-40d5-85c4-bd3bc921eefd/',0,'customize_changeset','',0),(1456,1,'2022-03-10 08:10:11','2022-03-10 08:10:11','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_text_color_hover\": {\n \"value\": \"rgba(2,2,2,0.65)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:10:11\"\n }\n}','','','trash','closed','closed','','de9d6182-2415-4559-b70c-dd80e6be6dc9','','','2022-03-10 08:10:11','2022-03-10 08:10:11','',0,'https://stage.physio-skalsky.at/2022/03/de9d6182-2415-4559-b70c-dd80e6be6dc9/',0,'customize_changeset','',0),(1457,1,'2022-03-10 08:12:15','2022-03-10 08:12:15','{\n \"divi-child::divi-mobile-menu_divi_mobile_active_menu_text_color\": {\n \"value\": \"#00a5d7\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:12:15\"\n }\n}','','','trash','closed','closed','','515d9eb4-7b10-4205-a238-a5909d6a5f70','','','2022-03-10 08:12:15','2022-03-10 08:12:15','',0,'https://stage.physio-skalsky.at/2022/03/515d9eb4-7b10-4205-a238-a5909d6a5f70/',0,'customize_changeset','',0),(1458,1,'2022-03-10 08:12:27','2022-03-10 08:12:27','{\n \"divi-child::divi-mobile-menu_divi_mobile_active_menu_text_color_hover\": {\n \"value\": \"rgba(0,165,215,0.65)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:12:27\"\n }\n}','','','trash','closed','closed','','8f8a443f-9fb0-4058-b31a-4d573ee3fa4a','','','2022-03-10 08:12:27','2022-03-10 08:12:27','',0,'https://stage.physio-skalsky.at/2022/03/8f8a443f-9fb0-4058-b31a-4d573ee3fa4a/',0,'customize_changeset','',0),(1460,1,'2022-03-10 08:18:45','2022-03-10 08:18:45','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][divi_mobile_tb_menu][/et_pb_code][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" _builder_version=\"4.14.7\" _module_preset=\"default\" title_text=\"skalsky_logo\" hover_enabled=\"0\" sticky_enabled=\"0\" max_width=\"125px\"][/et_pb_image][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-10 08:18:45','2022-03-10 08:18:45','',25,'https://stage.physio-skalsky.at/?p=1460',0,'revision','',0),(1461,1,'2022-03-10 08:19:43','2022-03-10 08:19:43','{\n \"divi-child::divi-mobile-menu_divi_mobile_header_style\": {\n \"value\": false,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 08:19:43\"\n }\n}','','','trash','closed','closed','','6296b410-a2ea-4d07-85d4-8a5080ab9857','','','2022-03-10 08:19:43','2022-03-10 08:19:43','',0,'https://stage.physio-skalsky.at/2022/03/6296b410-a2ea-4d07-85d4-8a5080ab9857/',0,'customize_changeset','',0),(1462,1,'2022-03-10 11:35:24','2022-03-10 11:35:24','{\n \"divi-child::divi-mobile-menu_divi_mobile_header_style\": {\n \"value\": true,\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:35:24\"\n }\n}','','','trash','closed','closed','','1dbff5c5-63f9-4669-8b85-5dfdedd03091','','','2022-03-10 11:35:24','2022-03-10 11:35:24','',0,'https://stage.physio-skalsky.at/2022/03/1dbff5c5-63f9-4669-8b85-5dfdedd03091/',0,'customize_changeset','',0),(1463,1,'2022-03-10 11:39:44','2022-03-10 11:39:44','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_icon\": {\n \"value\": \"33\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:39:44\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_icon_close\": {\n \"value\": \"32\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:39:44\"\n }\n}','','','trash','closed','closed','','9a35629d-fc1c-4edb-8817-86315507bef0','','','2022-03-10 11:39:44','2022-03-10 11:39:44','',0,'https://stage.physio-skalsky.at/2022/03/9a35629d-fc1c-4edb-8817-86315507bef0/',0,'customize_changeset','',0),(1464,1,'2022-03-10 11:40:00','2022-03-10 11:40:00','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_open_font_size\": {\n \"value\": \"24\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:40:00\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_close_font_size\": {\n \"value\": \"24\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:40:00\"\n }\n}','','','trash','closed','closed','','7b2160cf-6659-4e1d-948f-787e1c6582d1','','','2022-03-10 11:40:00','2022-03-10 11:40:00','',0,'https://stage.physio-skalsky.at/2022/03/7b2160cf-6659-4e1d-948f-787e1c6582d1/',0,'customize_changeset','',0),(1465,1,'2022-03-10 11:40:48','2022-03-10 11:40:48','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_open_font_size\": {\n \"value\": \"30\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:40:48\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_close_font_size\": {\n \"value\": \"30\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:40:48\"\n }\n}','','','trash','closed','closed','','8bf42b6f-2e05-490b-9d19-f554ee1cfd30','','','2022-03-10 11:40:48','2022-03-10 11:40:48','',0,'https://stage.physio-skalsky.at/2022/03/8bf42b6f-2e05-490b-9d19-f554ee1cfd30/',0,'customize_changeset','',0),(1466,1,'2022-03-10 11:41:47','2022-03-10 11:41:47','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_sub_menu_bg_color\": {\n \"value\": \"rgba(255,255,255,0)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:41:47\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu_sub_sub_menu_bg_color\": {\n \"value\": \"rgba(255,255,255,0)\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:41:47\"\n }\n}','','','trash','closed','closed','','5797b4d7-9cd1-4dc4-a3a5-f34671b1844e','','','2022-03-10 11:41:47','2022-03-10 11:41:47','',0,'https://stage.physio-skalsky.at/2022/03/5797b4d7-9cd1-4dc4-a3a5-f34671b1844e/',0,'customize_changeset','',0),(1467,1,'2022-03-10 11:42:30','2022-03-10 11:42:30','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_space_top\": {\n \"value\": \"150\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:42:30\"\n }\n}','','','trash','closed','closed','','a44385a3-065f-4df1-84b7-31f8a40d152c','','','2022-03-10 11:42:30','2022-03-10 11:42:30','',0,'https://stage.physio-skalsky.at/2022/03/a44385a3-065f-4df1-84b7-31f8a40d152c/',0,'customize_changeset','',0),(1468,1,'2022-03-10 11:42:47','2022-03-10 11:42:47','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_space_top\": {\n \"value\": \"25\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:42:47\"\n }\n}','','','trash','closed','closed','','4bf25757-571b-4cfb-94d9-b2f7bcf53f05','','','2022-03-10 11:42:47','2022-03-10 11:42:47','',0,'https://stage.physio-skalsky.at/2022/03/4bf25757-571b-4cfb-94d9-b2f7bcf53f05/',0,'customize_changeset','',0),(1469,1,'2022-03-10 11:44:31','2022-03-10 11:44:31','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:6:\\\"Roboto\\\";s:9:\\\"font-type\\\";s:6:\\\"google\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:4:\\\"18px\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.2em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"1\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:44:31\"\n }\n}','','','trash','closed','closed','','f58b2c2f-fb9c-4628-9f69-c619a009a1e5','','','2022-03-10 11:44:31','2022-03-10 11:44:31','',0,'https://stage.physio-skalsky.at/2022/03/f58b2c2f-fb9c-4628-9f69-c619a009a1e5/',0,'customize_changeset','',0),(1470,1,'2022-03-10 11:48:07','2022-03-10 11:48:07','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_postion\": {\n \"value\": \"15\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:48:07\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_line_width\": {\n \"value\": \"20\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:48:07\"\n }\n}','','','trash','closed','closed','','257ebed8-5d40-44c7-8495-e4782abe6081','','','2022-03-10 11:48:07','2022-03-10 11:48:07','',0,'https://stage.physio-skalsky.at/2022/03/257ebed8-5d40-44c7-8495-e4782abe6081/',0,'customize_changeset','',0),(1471,1,'2022-03-10 11:48:30','2022-03-10 11:48:30','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_line_height\": {\n \"value\": \"2\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:48:30\"\n }\n}','','','trash','closed','closed','','70c0e1e9-62f5-43bd-93b2-2b28f5ff1b9b','','','2022-03-10 11:48:30','2022-03-10 11:48:30','',0,'https://stage.physio-skalsky.at/2022/03/70c0e1e9-62f5-43bd-93b2-2b28f5ff1b9b/',0,'customize_changeset','',0),(1472,1,'2022-03-10 11:48:44','2022-03-10 11:48:44','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_line_spacing\": {\n \"value\": \"5\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:48:44\"\n }\n}','','','trash','closed','closed','','e91f343d-97e2-4e9b-a0ad-6083d00a09e5','','','2022-03-10 11:48:44','2022-03-10 11:48:44','',0,'https://stage.physio-skalsky.at/2022/03/e91f343d-97e2-4e9b-a0ad-6083d00a09e5/',0,'customize_changeset','',0),(1473,1,'2022-03-10 11:48:53','2022-03-10 11:48:53','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_line_spacing\": {\n \"value\": \"7.5\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:48:53\"\n }\n}','','','trash','closed','closed','','a8cc11e1-99d8-48a9-97ce-67631e576e99','','','2022-03-10 11:48:53','2022-03-10 11:48:53','',0,'https://stage.physio-skalsky.at/2022/03/a8cc11e1-99d8-48a9-97ce-67631e576e99/',0,'customize_changeset','',0),(1474,1,'2022-03-10 11:49:09','2022-03-10 11:49:09','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_line_width\": {\n \"value\": \"18\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:49:09\"\n }\n}','','','trash','closed','closed','','ed5a899d-b218-49ab-b254-08cc2e341bcd','','','2022-03-10 11:49:09','2022-03-10 11:49:09','',0,'https://stage.physio-skalsky.at/2022/03/ed5a899d-b218-49ab-b254-08cc2e341bcd/',0,'customize_changeset','',0),(1475,1,'2022-03-10 11:49:25','2022-03-10 11:49:25','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_line_width\": {\n \"value\": \"50\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:49:25\"\n }\n}','','','trash','closed','closed','','849c7b98-7a63-4ead-b685-bbe0ba1a893b','','','2022-03-10 11:49:25','2022-03-10 11:49:25','',0,'https://stage.physio-skalsky.at/2022/03/849c7b98-7a63-4ead-b685-bbe0ba1a893b/',0,'customize_changeset','',0),(1476,1,'2022-03-10 11:49:38','2022-03-10 11:49:38','{\n \"divi-child::divi-mobile-menu_divi_mobile_menu__burger_menu_line_width\": {\n \"value\": \"20\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:49:38\"\n }\n}','','','trash','closed','closed','','2273372c-5f6f-4c14-bb0e-a4f9e0baef5f','','','2022-03-10 11:49:38','2022-03-10 11:49:38','',0,'https://stage.physio-skalsky.at/2022/03/2273372c-5f6f-4c14-bb0e-a4f9e0baef5f/',0,'customize_changeset','',0),(1477,1,'2022-03-10 11:56:37','2022-03-10 11:56:37','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_open_icon_left\": {\n \"value\": \"-10\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:56:37\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_close_icon_left\": {\n \"value\": \"10\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:56:37\"\n }\n}','','','trash','closed','closed','','1fe52fb0-5438-4a83-96ec-32ec2d3ba657','','','2022-03-10 11:56:37','2022-03-10 11:56:37','',0,'https://stage.physio-skalsky.at/2022/03/1fe52fb0-5438-4a83-96ec-32ec2d3ba657/',0,'customize_changeset','',0),(1478,1,'2022-03-10 11:56:53','2022-03-10 11:56:53','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_open_icon_left\": {\n \"value\": \"-5\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:56:53\"\n },\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_close_icon_left\": {\n \"value\": \"5\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 11:56:53\"\n }\n}','','','trash','closed','closed','','bb60003d-2c96-40a8-a9c7-0c101269bd3b','','','2022-03-10 11:56:53','2022-03-10 11:56:53','',0,'https://stage.physio-skalsky.at/2022/03/bb60003d-2c96-40a8-a9c7-0c101269bd3b/',0,'customize_changeset','',0),(1479,1,'2022-03-10 12:13:36','2022-03-10 12:13:36','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:4:\\\"18px\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.2em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:3:\\\"top\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"0\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 12:13:36\"\n }\n}','','','trash','closed','closed','','ee1df9a3-e5e9-4def-a04d-4d46748e5556','','','2022-03-10 12:13:36','2022-03-10 12:13:36','',0,'https://stage.physio-skalsky.at/2022/03/ee1df9a3-e5e9-4def-a04d-4d46748e5556/',0,'customize_changeset','',0),(1480,1,'2022-03-10 12:14:12','2022-03-10 12:14:12','{\n \"divi-child::divi-mobile-menu_divi_mobile_sub_menu_text_font\": {\n \"value\": \"a:17:{s:11:\\\"font-family\\\";s:7:\\\"inherit\\\";s:9:\\\"font-type\\\";s:18:\\\"tf-font-sel-family\\\";s:5:\\\"color\\\";s:7:\\\"#333333\\\";s:9:\\\"font-size\\\";s:4:\\\"18px\\\";s:11:\\\"font-weight\\\";s:7:\\\"inherit\\\";s:10:\\\"font-style\\\";s:6:\\\"normal\\\";s:11:\\\"line-height\\\";s:5:\\\"1.2em\\\";s:14:\\\"letter-spacing\\\";s:6:\\\"normal\\\";s:14:\\\"text-transform\\\";s:4:\\\"none\\\";s:12:\\\"font-variant\\\";s:6:\\\"normal\\\";s:20:\\\"text-shadow-location\\\";s:4:\\\"none\\\";s:20:\\\"text-shadow-distance\\\";s:3:\\\"0px\\\";s:16:\\\"text-shadow-blur\\\";s:3:\\\"0px\\\";s:17:\\\"text-shadow-color\\\";s:7:\\\"#333333\\\";s:19:\\\"text-shadow-opacity\\\";s:1:\\\"0\\\";s:4:\\\"dark\\\";N;s:4:\\\"text\\\";N;};\",\n \"type\": \"theme_mod\",\n \"user_id\": 1,\n \"date_modified_gmt\": \"2022-03-10 12:14:12\"\n }\n}','','','trash','closed','closed','','d31e0595-3247-4ba0-a828-8856d0fef946','','','2022-03-10 12:14:12','2022-03-10 12:14:12','',0,'https://stage.physio-skalsky.at/2022/03/d31e0595-3247-4ba0-a828-8856d0fef946/',0,'customize_changeset','',0),(1481,1,'2022-03-10 12:18:11','2022-03-10 12:18:11','/*-----------------------Mobile-Menu-----------------------*/\r\n\r\n/*\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n*/\r\n.nav li ul.submenu {\r\n box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n -moz-box-shadow: 0 0 0 rgba(0,0,0,0);\r\n -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n}\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n/*----------text hover on 1 column boxes for headline, text, link and icon ----------*/\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}\r\n\r\n\r\n\r\n/*---------------Accordeon---------------*/\r\n\r\n.et_pb_toggle_open .et_pb_toggle_title:before {\r\n display: block !important;\r\n content: \"\\e04f\";\r\n}\r\n\r\n\r\n\r\n.lwp-toggle-icon.et_pb_toggle .et_pb_toggle_title:before,.lwp-toggle-icon .et_pb_toggle .et_pb_toggle_title:before {\r\n content:\'\\4c\';\r\n}\r\n \r\n/*-----------------------toggle icon-----------------------*/\r\n.lwp-toggle-icon.et_pb_toggle_open .et_pb_toggle_title:before{\r\n content:\'\\4b\'; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-03-10 12:18:11','2022-03-10 12:18:11','',227,'https://stage.physio-skalsky.at/?p=1481',0,'revision','',0),(1482,1,'2022-03-10 12:18:50','2022-03-10 12:18:50','/*-----------------------Mobile-Menu-----------------------*/\r\n\r\n/*\r\n.et_mobile_menu {\r\nborder-top: 0px;\r\nwidth: 112%;\r\nmargin-left: -6%;\r\nmargin-top: 15px;\r\n}\r\n\r\n.mobile_nav.opened .mobile_menu_bar:before {\r\n content: \'\\4d\';\r\n}\r\n\r\n.et_mobile_menu .first-levelm > a {\r\nbackground-color: transparent;\r\nposition: relative;\r\nfont-weight: 500;\r\n}\r\n.et_mobile_menu .first-levelm > a:after {\r\nfont-family: \'ETmodules\';\r\ncontent: \'3\';\r\nfont-weight: 500;\r\nposition: absolute;\r\ntop: 13px;\r\nright: 10px;\r\n}\r\n.et_mobile_menu .first-levelm > .icon-switch:after{\r\ncontent: \'2\';\r\n}\r\n.second-level {\r\ndisplay: none;\r\n}\r\n.reveal-items {\r\ndisplay: block;\r\n}\r\n\r\n.et_pb_menu_1_tb_header.et_pb_menu .et_mobile_menu .menu-cta-m a {\r\n color: #215cff !important;\r\n}\r\n\r\n\r\n.menu-cta-m_save a {\r\n color: #0047FF !important;\r\n text-align: left;\r\n margin-top: 0px;\r\n \r\n}\r\n*/\r\n.nav li ul.sub-menu {\r\n box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n -moz-box-shadow: 0 0 0 rgba(0,0,0,0);\r\n -webkit-box-shadow: 0 0 0 rgb(0 0 0 / 0);\r\n}\r\n\r\n/*---------------Mobile Horizontal Scroll Issue---------------*/\r\n#page-container { overflow:hidden; width:100%; max-width:100%; }\r\n\r\n\r\n\r\n/*---------------Menu Desktop---------------*/\r\n.et_pb_menu li ul {\r\nborder-top: none;\r\nbox-shadow: none!important;\r\n}\r\n\r\n.et_pb_menu li li a:hover {\r\nbackground-color: rgba(0,0,0,0);\r\n}\r\n\r\n.et_pb_menu_0_tb_header.et_pb_menu ul li a {\r\n color: #000000;\r\n}\r\n\r\n\r\n/*--------------Custom Bullet Points---------------*/\r\n/*\r\n.custom_bullets_wpcc ul li {\r\n padding-left: 30px;\r\n list-style:none;\r\n margin-bottom: 10px;\r\n}\r\n\r\n.custom_bullets_wpcc ul li::before {\r\n content: \'\\5e\';\r\n display: inline-block;\r\n margin-right: 7px;\r\n margin-left: -60px;\r\n padding-right: 5px;\r\n font-family:\'ETmodules\';\r\n font-size: 1.2em;\r\n vertical-align: middle;\r\n}\r\n*/\r\n\r\n\r\n/*----------button icons----------*/\r\n#page-container #mybutton:before,\r\n#page-container #mybutton:after { \r\n font-size: 1em !important;\r\n line-height: 1.7em !important;\r\n}\r\n\r\n/*----------text hover on 1 column boxes for headline, text, link and icon ----------*/\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_bg_layout_light span,\r\nbody #page-container .et_pb_section .et_pb_column.et_pb_column_1_3:hover a.et_pb_bg_layout_light,\r\n.et_pb_column.et_pb_column_1_3:hover .et_pb_button:after {\r\n color: white !important;\r\n}\r\n\r\n\r\n\r\n/*---------------Accordeon---------------*/\r\n\r\n.et_pb_toggle_open .et_pb_toggle_title:before {\r\n display: block !important;\r\n content: \"\\e04f\";\r\n}\r\n\r\n\r\n\r\n.lwp-toggle-icon.et_pb_toggle .et_pb_toggle_title:before,.lwp-toggle-icon .et_pb_toggle .et_pb_toggle_title:before {\r\n content:\'\\4c\';\r\n}\r\n \r\n/*-----------------------toggle icon-----------------------*/\r\n.lwp-toggle-icon.et_pb_toggle_open .et_pb_toggle_title:before{\r\n content:\'\\4b\'; \r\n}','divi-child','','inherit','closed','closed','','227-revision-v1','','','2022-03-10 12:18:50','2022-03-10 12:18:50','',227,'https://stage.physio-skalsky.at/?p=1482',0,'revision','',0),(1483,1,'2022-03-10 12:20:29','2022-03-10 12:20:29','[et_pb_section fb_built=\"1\" disabled_on=\"on|on|off\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" disabled_on=\"off|off|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" custom_padding=\"5px||5px||true|false\" global_colors_info=\"{}\"][et_pb_row custom_padding_last_edited=\"on|phone\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][divi_mobile_tb_menu][/et_pb_code][et_pb_image src=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" title_text=\"skalsky_logo\" _builder_version=\"4.14.7\" _module_preset=\"default\" max_width=\"125px\" hover_enabled=\"0\" global_colors_info=\"{}\" z_index=\"500\" sticky_enabled=\"0\"][/et_pb_image][et_pb_code _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row custom_padding_last_edited=\"on|phone\" disabled_on=\"on|on|on\" _builder_version=\"4.14.7\" _module_preset=\"default\" width=\"100%\" max_width=\"1920px\" custom_padding=\"0px|50px|0px|50px|false|true\" custom_padding_tablet=\"12.5px|25px|12.5px|25px|true|true\" custom_padding_phone=\"15px|15px|10px|15px|false|true\" disabled=\"on\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.14.7\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"RGBA(255,255,255,0)\" dropdown_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" dropdown_menu_active_link_color=\"gcid-5225a644-24c8-4b89-bf69-a1baba335dd6\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4\" logo=\"https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg\" logo_url=\"@ET-DC@eyJkeW5hbWljIjp0cnVlLCJjb250ZW50IjoicG9zdF9saW5rX3VybF9wYWdlIiwic2V0dGluZ3MiOnsicG9zdF9pZCI6IjgifX0=@\" logo_width=\"200px\" cart_icon_color=\"#000000\" search_icon_color=\"#000000\" menu_icon_color=\"#000000\" logo_width_tablet=\"200px\" logo_width_phone=\"150px\" logo_width_last_edited=\"on|phone\" module_class=\"mobile_menu\" _builder_version=\"4.14.7\" _dynamic_attributes=\"logo_url\" _module_preset=\"default\" menu_font=\"helvetica-neue-bold||||||||\" menu_text_color=\"#000000\" menu_font_size=\"18px\" text_orientation=\"right\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{%22gcid-5225a644-24c8-4b89-bf69-a1baba335dd6%22:%91%22active_link_color%22,%22dropdown_menu_active_link_color%22%93,%22gcid-06aba139-e4dc-4376-beb3-5c7fabf7dcd4%22:%91%22dropdown_menu_text_color%22,%22mobile_menu_text_color%22%93}\" menu_text_color__hover_enabled=\"on|hover\" menu_text_color__hover=\"rgba(0,0,0,0.65)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','404 Page','','inherit','closed','closed','','25-revision-v1','','','2022-03-10 12:20:29','2022-03-10 12:20:29','',25,'https://stage.physio-skalsky.at/?p=1483',0,'revision','',0); /*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_relationships` -- DROP TABLE IF EXISTS `wp_term_relationships`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_relationships` ( `object_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0, `term_order` int(11) NOT NULL DEFAULT 0, PRIMARY KEY (`object_id`,`term_taxonomy_id`), KEY `term_taxonomy_id` (`term_taxonomy_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_relationships` -- LOCK TABLES `wp_term_relationships` WRITE; /*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */; INSERT INTO `wp_term_relationships` VALUES (1,1,0),(9,2,0),(21,3,0),(25,3,0),(34,3,0),(340,4,0),(342,4,0),(343,4,0),(344,4,0),(345,4,0),(362,3,0),(363,3,0),(367,3,0),(618,4,0),(680,4,0),(724,4,0),(781,4,0),(897,3,0),(898,3,0),(1148,4,0),(1162,4,0),(1172,4,0),(1208,4,0),(1303,4,0),(1313,4,0),(1323,4,0),(1336,4,0); /*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_term_taxonomy` -- DROP TABLE IF EXISTS `wp_term_taxonomy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_term_taxonomy` ( `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `parent` bigint(20) unsigned NOT NULL DEFAULT 0, `count` bigint(20) NOT NULL DEFAULT 0, PRIMARY KEY (`term_taxonomy_id`), UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`), KEY `taxonomy` (`taxonomy`) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_term_taxonomy` -- LOCK TABLES `wp_term_taxonomy` WRITE; /*!40000 ALTER TABLE `wp_term_taxonomy` DISABLE KEYS */; INSERT INTO `wp_term_taxonomy` VALUES (1,1,'category','',0,0),(2,2,'wp_theme','',0,1),(3,3,'layout_type','',0,0),(4,4,'nav_menu','',0,17); /*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_termmeta` -- DROP TABLE IF EXISTS `wp_termmeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_termmeta` ( `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `term_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`meta_id`), KEY `term_id` (`term_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_termmeta` -- LOCK TABLES `wp_termmeta` WRITE; /*!40000 ALTER TABLE `wp_termmeta` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_terms` -- DROP TABLE IF EXISTS `wp_terms`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_terms` ( `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `slug` varchar(200) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `term_group` bigint(10) NOT NULL DEFAULT 0, PRIMARY KEY (`term_id`), KEY `slug` (`slug`(191)), KEY `name` (`name`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_terms` -- LOCK TABLES `wp_terms` WRITE; /*!40000 ALTER TABLE `wp_terms` DISABLE KEYS */; INSERT INTO `wp_terms` VALUES (1,'Uncategorized','uncategorized',0),(2,'divi-child','divi-child',0),(3,'layout','layout',0),(4,'main-menu','main-menu',0); /*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_usermeta` -- DROP TABLE IF EXISTS `wp_usermeta`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_usermeta` ( `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL DEFAULT 0, `meta_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_value` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`umeta_id`), KEY `user_id` (`user_id`), KEY `meta_key` (`meta_key`(191)) ) ENGINE=InnoDB AUTO_INCREMENT=41 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_usermeta` -- LOCK TABLES `wp_usermeta` WRITE; /*!40000 ALTER TABLE `wp_usermeta` DISABLE KEYS */; INSERT INTO `wp_usermeta` VALUES (1,1,'nickname','festlandag'),(2,1,'first_name',''),(3,1,'last_name',''),(4,1,'description',''),(5,1,'rich_editing','true'),(6,1,'syntax_highlighting','true'),(7,1,'comment_shortcuts','false'),(8,1,'admin_color','fresh'),(9,1,'use_ssl','0'),(10,1,'show_admin_bar_front','true'),(11,1,'locale',''),(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),(13,1,'wp_user_level','10'),(14,1,'dismissed_wp_pointers',''),(15,1,'show_welcome_panel','0'),(17,1,'session_tokens','a:3:{s:64:\"885db266ac1d6a85723f9a58bbac1e044a9cd535edb433de98ec75e74f82c33d\";a:4:{s:10:\"expiration\";i:1647335426;s:2:\"ip\";s:14:\"85.195.251.247\";s:2:\"ua\";s:121:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36\";s:5:\"login\";i:1646125826;}s:64:\"0881a16634b74ae389ca0db9d7507a0239b71f7bc13f464b06fae0b482c4e042\";a:4:{s:10:\"expiration\";i:1648105989;s:2:\"ip\";s:14:\"85.195.251.247\";s:2:\"ua\";s:82:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0\";s:5:\"login\";i:1646896389;}s:64:\"1441b1db2683cd4ae3cb41407b2563e4955b5e742189e7255ba1dabfdeeca8a8\";a:4:{s:10:\"expiration\";i:1647092539;s:2:\"ip\";s:14:\"85.195.251.247\";s:2:\"ua\";s:120:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36\";s:5:\"login\";i:1646919739;}}'),(18,1,'wfls-last-login','1646919739'),(19,1,'wp_dashboard_quick_press_last_post_id','1408'),(21,1,'community-events-location','a:1:{s:2:\"ip\";s:12:\"85.195.251.0\";}'),(24,1,'wp_user-settings','editor=tinymce&libraryContent=browse'),(25,1,'wp_user-settings-time','1646899686'),(26,1,'managenav-menuscolumnshidden','a:5:{i:0;s:11:\"link-target\";i:1;s:11:\"css-classes\";i:2;s:3:\"xfn\";i:3;s:11:\"description\";i:4;s:15:\"title-attribute\";}'),(27,1,'metaboxhidden_nav-menus','a:5:{i:0;s:21:\"add-post-type-project\";i:1;s:12:\"add-post_tag\";i:2;s:15:\"add-post_format\";i:3;s:20:\"add-project_category\";i:4;s:15:\"add-project_tag\";}'),(28,1,'nav_menu_recently_edited','4'),(35,1,'wpmdb_licence_key','826edef3-4828-4075-a341-9f0d78f07593'),(37,1,'_yoast_wpseo_profile_updated','1646736741'),(38,1,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:347:\"

We see that you enabled automatic updates for WordPress. We recommend that you do this for Yoast SEO as well. This way we can guarantee that WordPress and Yoast SEO will continue to run smoothly together. Go to your plugins overview to enable auto-updates for Yoast SEO.

\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:17:\"wpseo-auto-update\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":11:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:10:\"festlandag\";s:9:\"user_pass\";s:60:\"$2y$10$dexDwD9NLCTCZK1.Rk1pw.8VUZy3auG/YNJVqv6ziUHgy01bSxwSu\";s:13:\"user_nicename\";s:10:\"festlandag\";s:10:\"user_email\";s:21:\"wordpress@festland.ch\";s:8:\"user_url\";s:34:\"https://stage.physio-skalsky.at/wp\";s:15:\"user_registered\";s:19:\"2022-02-09 12:04:24\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"festlandag\";s:10:\"user_level\";i:10;}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:69:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";s:10:\"161503abfd\";s:8:\"priority\";d:0.8000000000000000444089209850062616169452667236328125;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:607:\"

You're using WordPress in German (Austria). While Yoast SEO has been translated to German (Austria) for 0%, it's not been shipped with the plugin yet. You can help! Register at Translating WordPress to help complete the translation to German (Austria)!

Register now »

Please don't show me this notification anymore\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:31:\"i18nModuleTranslationAssistance\";s:4:\"user\";O:7:\"WP_User\":8:{s:4:\"data\";O:8:\"stdClass\":11:{s:2:\"ID\";s:1:\"1\";s:10:\"user_login\";s:10:\"festlandag\";s:9:\"user_pass\";s:60:\"$2y$10$dexDwD9NLCTCZK1.Rk1pw.8VUZy3auG/YNJVqv6ziUHgy01bSxwSu\";s:13:\"user_nicename\";s:10:\"festlandag\";s:10:\"user_email\";s:21:\"wordpress@festland.ch\";s:8:\"user_url\";s:34:\"https://stage.physio-skalsky.at/wp\";s:15:\"user_registered\";s:19:\"2022-02-09 12:04:24\";s:19:\"user_activation_key\";s:0:\"\";s:11:\"user_status\";s:1:\"0\";s:12:\"display_name\";s:10:\"festlandag\";s:10:\"user_level\";i:10;}s:2:\"ID\";i:1;s:4:\"caps\";a:1:{s:13:\"administrator\";b:1;}s:7:\"cap_key\";s:15:\"wp_capabilities\";s:5:\"roles\";a:1:{i:0;s:13:\"administrator\";}s:7:\"allcaps\";a:69:{s:13:\"switch_themes\";b:1;s:11:\"edit_themes\";b:1;s:16:\"activate_plugins\";b:1;s:12:\"edit_plugins\";b:1;s:10:\"edit_users\";b:1;s:10:\"edit_files\";b:1;s:14:\"manage_options\";b:1;s:17:\"moderate_comments\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:12:\"upload_files\";b:1;s:6:\"import\";b:1;s:15:\"unfiltered_html\";b:1;s:10:\"edit_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:20:\"edit_published_posts\";b:1;s:13:\"publish_posts\";b:1;s:10:\"edit_pages\";b:1;s:4:\"read\";b:1;s:8:\"level_10\";b:1;s:7:\"level_9\";b:1;s:7:\"level_8\";b:1;s:7:\"level_7\";b:1;s:7:\"level_6\";b:1;s:7:\"level_5\";b:1;s:7:\"level_4\";b:1;s:7:\"level_3\";b:1;s:7:\"level_2\";b:1;s:7:\"level_1\";b:1;s:7:\"level_0\";b:1;s:17:\"edit_others_pages\";b:1;s:20:\"edit_published_pages\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_pages\";b:1;s:19:\"delete_others_pages\";b:1;s:22:\"delete_published_pages\";b:1;s:12:\"delete_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:22:\"delete_published_posts\";b:1;s:20:\"delete_private_posts\";b:1;s:18:\"edit_private_posts\";b:1;s:18:\"read_private_posts\";b:1;s:20:\"delete_private_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"read_private_pages\";b:1;s:12:\"delete_users\";b:1;s:12:\"create_users\";b:1;s:17:\"unfiltered_upload\";b:1;s:14:\"edit_dashboard\";b:1;s:14:\"update_plugins\";b:1;s:14:\"delete_plugins\";b:1;s:15:\"install_plugins\";b:1;s:13:\"update_themes\";b:1;s:14:\"install_themes\";b:1;s:11:\"update_core\";b:1;s:10:\"list_users\";b:1;s:12:\"remove_users\";b:1;s:13:\"promote_users\";b:1;s:18:\"edit_theme_options\";b:1;s:13:\"delete_themes\";b:1;s:6:\"export\";b:1;s:20:\"wpseo_manage_options\";b:1;s:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:13:\"administrator\";b:1;}s:6:\"filter\";N;s:16:\"\0WP_User\0site_id\";i:1;}s:5:\"nonce\";s:10:\"4891d75c46\";s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:20:\"wpseo_manage_options\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'); /*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_users` -- DROP TABLE IF EXISTS `wp_users`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_users` ( `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `user_login` varchar(60) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_pass` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_nicename` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_email` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_url` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', `user_activation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `user_status` int(11) NOT NULL DEFAULT 0, `display_name` varchar(250) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', PRIMARY KEY (`ID`), KEY `user_login_key` (`user_login`), KEY `user_nicename` (`user_nicename`), KEY `user_email` (`user_email`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_users` -- LOCK TABLES `wp_users` WRITE; /*!40000 ALTER TABLE `wp_users` DISABLE KEYS */; INSERT INTO `wp_users` VALUES (1,'festlandag','$2y$10$dexDwD9NLCTCZK1.Rk1pw.8VUZy3auG/YNJVqv6ziUHgy01bSxwSu','festlandag','wordpress@festland.ch','https://stage.physio-skalsky.at/wp','2022-02-09 12:04:24','',0,'festlandag'); /*!40000 ALTER TABLE `wp_users` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfblockediplog` -- DROP TABLE IF EXISTS `wp_wfblockediplog`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfblockediplog` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `countryCode` varchar(2) NOT NULL, `blockCount` int(10) unsigned NOT NULL DEFAULT 0, `unixday` int(10) unsigned NOT NULL, `blockType` varchar(50) NOT NULL DEFAULT 'generic', PRIMARY KEY (`IP`,`unixday`,`blockType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfblockediplog` -- LOCK TABLES `wp_wfblockediplog` WRITE; /*!40000 ALTER TABLE `wp_wfblockediplog` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfblockediplog` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfblocks7` -- DROP TABLE IF EXISTS `wp_wfblocks7`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfblocks7` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `type` int(10) unsigned NOT NULL DEFAULT 0, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `blockedTime` bigint(20) NOT NULL, `reason` varchar(255) NOT NULL, `lastAttempt` int(10) unsigned DEFAULT 0, `blockedHits` int(10) unsigned DEFAULT 0, `expiration` bigint(20) unsigned NOT NULL DEFAULT 0, `parameters` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `type` (`type`), KEY `IP` (`IP`), KEY `expiration` (`expiration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfblocks7` -- LOCK TABLES `wp_wfblocks7` WRITE; /*!40000 ALTER TABLE `wp_wfblocks7` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfblocks7` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfconfig` -- DROP TABLE IF EXISTS `wp_wfconfig`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfconfig` ( `name` varchar(100) NOT NULL, `val` longblob DEFAULT NULL, `autoload` enum('no','yes') NOT NULL DEFAULT 'yes', PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfconfig` -- LOCK TABLES `wp_wfconfig` WRITE; /*!40000 ALTER TABLE `wp_wfconfig` DISABLE KEYS */; INSERT INTO `wp_wfconfig` VALUES ('actUpdateInterval','2','yes'),('addCacheComment','0','yes'),('adminUserList','a:1:{i:1;i:1;}','yes'),('advancedCommentScanning','1','yes'),('ajaxWatcherDisabled_admin','0','yes'),('ajaxWatcherDisabled_front','0','yes'),('alertEmails','wordpress@festland.ch','yes'),('alertOn_adminLogin','1','yes'),('alertOn_block','1','yes'),('alertOn_breachLogin','1','yes'),('alertOn_firstAdminLoginOnly','0','yes'),('alertOn_firstNonAdminLoginOnly','0','yes'),('alertOn_loginLockout','1','yes'),('alertOn_lostPasswdForm','1','yes'),('alertOn_nonAdminLogin','0','yes'),('alertOn_scanIssues','1','yes'),('alertOn_severityLevel','25','yes'),('alertOn_throttle','0','yes'),('alertOn_update','0','yes'),('alertOn_wafDeactivated','1','yes'),('alertOn_wordfenceDeactivated','1','yes'),('alert_maxHourly','0','yes'),('allowed404s','/favicon.ico\n/apple-touch-icon*.png\n/*@2x.png\n/browserconfig.xml','yes'),('allowed404s6116Migration','1','yes'),('allowHTTPSCaching','0','yes'),('allowLegacy2FA','0','yes'),('allowMySQLi','1','yes'),('allScansScheduled','a:2:{i:0;a:2:{s:9:\"timestamp\";i:1647060000;s:4:\"args\";a:1:{i:0;i:1647060000;}}i:1;a:2:{s:9:\"timestamp\";i:1647319200;s:4:\"args\";a:1:{i:0;i:1647319200;}}}','yes'),('apiKey','4e88212c48083af26f2ff9488111ac2ae8886ae2a7f3077cdf4e3c4981fce29e87b1ade56b9cd494b92fb211b5421c430826ddbafbed9f3cdff0b65e6a9651560ba31c1ff1b017897e89724c562fd845','yes'),('autoBlockScanners','1','yes'),('autoUpdate','0','yes'),('autoUpdateAttempts','0','yes'),('autoUpdateChoice','1','yes'),('bannedURLs','','yes'),('betaThreatDefenseFeed','0','yes'),('blockCustomText','','yes'),('blockedTime','300','yes'),('blocks702Migration','1','yes'),('cacheType','disabled','yes'),('cbl_action','block','yes'),('cbl_bypassRedirDest','','yes'),('cbl_bypassRedirURL','','yes'),('cbl_bypassViewURL','','yes'),('cbl_cookieVal','6203adcd9ffe8','yes'),('cbl_loggedInBlocked','','yes'),('cbl_redirURL','','yes'),('cbl_restOfSiteBlocked','1','yes'),('checkSpamIP','1','yes'),('config701Migration','1','yes'),('config720Migration','1','yes'),('coreHashes','\0\0\0\0\0\0\0\Za:2:{s:4:\"hash\";s:64:\"8b9d35245d81bcd4c662098612dfeabf0476f7caae422964af888a5cdd03c35e\";s:6:\"hashes\";s:136768:\"\0W7ht# q)d$\0\0(띰xJ{hϮ%\r^:(5\0(ZYY@Iqȗ#T@\04ߗt\\vQ޹\'_ajxҦ\0E=jȋ|p8.½֤SGp\0EqxPa>bvDo4VG;a<\0^N弘ae|K-ܰɜ=\0b&F%|w*Qr;|/=(A<\0#B5j$#j!bNj\0ۧ4(KI|0 qD.^v\0>|;(߯\\W*7? \nN2=7[Uo\0i ք\"]^XD2](\0/o):4]_+̔c\0e*@t\"q ȐN5H\09wi5}h\0Z̈~0=G#CZ}*p\0T|̅_S8O0μ¸06\0-bsG\n(hr\Z.n!ez.YxUi 5G$PuvATplJ}a\Z\0VX=:8~\"2ʦDIXVfEWeG]q)6 jnNؤ^}0[PKXs+ȉawS[U`|WSPD羟Nhb!#8i>kq6RE5:\";Bi.qXA4uU+ױϱT_^gyzGL\"1U}6:l|(㜦q{V~u<Dho*cϬ0xcl$ 4mo`vA:`{rf_S3/sm?d^͔0X0#q-ml*#TcxEƒyũH>$2]%*6\\dpۛ!s%]ZYoݿr;G\"Gu&w]-H\rRW\\5\'=PsZFԤoD-x?]Z\"z8ŎVM˻yULK CWa\\ˁ\n;0Ġ\"fАΟ\'\r͍DdMsǿڴ$2j),\n\' #69\nږmK2ef te4\ZGG.fVy`)\".o[`ϐ\rnjnviU\n@,+!%u re4+JuP$,WNP2\"Ş,|^y޲/\Z(A1]/ƅBMj:@ѫG+SfdVi\n6Wԑ\\1݈]^]RɢNFMJ, iI.2 >1Z;ר1ԁ$!W: SxDq5/w_W:+f1zg\\Ym xGO0jo].㖽B=f~:NFa6ա\nY \'i+` fGYbmUPMJڡ0&CvM$O4-K o6lb1E;7x?-DZZzE*nkEm@ 1sY#1$\Z=IbXBr?ͥ-!i>[eV{W!FPb<&„A8`]wBκ@kp&h4ԛ2f\'GIS }}R⥅JЛZ[`mI$= D֛&Ǿ@+բqO.x&*p@lΒ/kz=i S\Z\Z4ڶ1523\r#?EQLIm$ZB\Z!&͖Ck`7\'/]i5\02SC+2f!OgveC h%%-)^\\\0t`k@UOŔcp>!8HB6=b!nz\0OS~K|$TlJ bOwf\nTEg\ZU\rl{SYD7I. `Ï}#٧JKNeӌ&ЎuѡIqtn ~T _j-%?70i}eiZO&E+rXe{emX<:KSy{r>K^sVS2oH֏_)7z_oeŭy^/?h;@rK%LPfc(|_]U͒o~MEsRpdF[\'r5l蔝媀s@Z2]i ](J~n3ϝـhjqo2kLJQc\08|VANں)\rmMADos,$gJ Ŗ7l}aw|gRLh!1R&\'kD\':8YިKAa-RHT(:=ߤ\'\\\0|8(]xZvJ+~S$ً6vgAќʋQ?j`JN]0&b\0V?9\".I32r)rk+`NiM2]< h\n˥O 35F\\\0,vS+p\n.\rJ*RT !A&UBtG=_:\\]>i?η@ڹaKպ*Խ+]ҮgƉ^62G\rS |;)$=Xn!l=@A:V56Ux5Px&:VV-qXA9M4-t\n{}MI AE0N.T0b([oYd% +[B f<3)|y-d]`,5l9ox;xZq@51aIxMOYU\rZtKϭuJOyŹ&Ҹ*ܲus#t1#4䂹\Z\'&8\0m9;:ͼff)I;Poi=DᎯ0Slhsgܺ{,)\Z| <\nx*i`h`P*ͤ!j1m!~J\rO]YɺHI|PBbe^Έ;VT1cj] k^O9A9/\Z%@b.` podf? jrYe|Hh>,ecRes5-D=<: 3ϩM>r6Ԥ%zuۇ7}F[yx]kݭYr9IV,C2\"Vlp]l2Pf>Kp֚Jbvw`*w}*ʘ)>2qe^)PnGfR@Ol,>iv:`tQ*8\'<\nJ;H`Q؝6pqa%\r \"An3HIs:Yae0BҲyPp\nﭾ !Λ&Ʌ\'M4BS+\'4&$ءVggog~ m//&t+s\"#:Zܯ4㓉&_&6\"xF|w`AZ_+vL\r}NP6_Ұݾl2bqÜ$Uv l,s\"\rm`YדUX^Ms6RH@ &冾Bx@dR#UOPgsHo)nWrtZM?%VDFv@*9V μ[EBu}<\Z#d4*? dQ]Bx.|9D:h@Q/U\0-|_ۢ1g -+}Ԙ!^iBJ\\W]f@@w= .]kZ1љmG]x0 14\"1IxGL[ >(GA: 64 2DMM$\r澐i\0 8\\ŬjAʔ5+X oTm_| Myu$1ck_Kofm% g)[.r\noi{4Q\n\r8H\rfX vlٮ!Pm\n6|ϔK ~Cȫ7:s&ujt +{Rلnt,Ǟ`|U #t̹p=I\")F ֓-\nqUi-$h*ml VhLC»>U8.`@\n*< ӳ?HM\'VL\'[R\n@&[DqSBN#FB\n*An.]Btv!WҧMw9F\n+P_tQVo7n\nz#8J\nGk ~ngm.3\\\n1ijgָ\nv?u fh62B?2\03}\nxmnV=OD\0T)U\n}.ve\n?.zE+ɡ\n\\_9()7\n/S\'g߃v\n9dg~@|B-ڐ6=\nT[Cp(,_V+L\rۨI(.\nsHчc -y//?\r$M̤j3\naqYKJҔ΀p\ZJj\\P\n\nڷtn\rEanJ;}(ҙ.9\nX:Q}+O\\_ {ܓC\'ay:\n W\"w\05S Nrh\nC0pFdl\0\"u~2\"Tp\Z\nv[\0XZppi.c;~&\n&)h4_`FL<:`#pf\nRW#ވ Qē4E[\'z \r)kOdS0Xz_ 61kK(]1 zukpR!YC 8`dfh.^8!{FN L{z),\"wWSJDzK SuᾒMcccdD(Q \\\ra[J?T?Gd(s tBUI+uC R SF2>3`v\':js(-N ֠N3:VS;CT\n ]CrJ2m5CZ\0/@@11 Dծ6 8g\n)ezl1MH& S.>UB|2ӜOU}(԰ tc2ĒZVR顃[l#4> 1εEl|lh]:Yň 3 \\gm̻1)q+#b^0rR _ҲYn,J́TNB(- g\\ICڞ:rn̿>TwD\nQ!@ iDrȭ!wzL{Jy7- mG鴞Y[kEn#Xvi wR:M7K kRD . L9 %SJ*n\'ͪt^VɹO *(7Y(V z|%\0\'j lص$hTC՞N8kȺy *:̷M\Zϵ\rBt\r 3i0bn j:$L gratC Y\nH$$T̞}^pfO]ǭN3%\r\\-AJK K7Pxe\'PH HP=,LN}\ZEO\\0uFOR\Z)ā;S\'bNQi}GD7OF5BNov:A_-3x\ZJB@ky50\nQ(;4.`Rw|lSPpkGM8ԹfEx;˝O[J`uOv&_-]E;|x$(t`\"/\Z=`>&oR֫ ڲ }Z w%(4);\r;)6qi9C2td64KծAU)۳!Pdlw+>;O-LhyML)\\VH3_@AJ!_drNdG;Ϸ6Dj,pk~*d}[H?iK[i/ (^\\4c-Ȝ)͗۷@c.V_;q:uMXbW Z`Eض\rSky%/-u_EC?oTgNLC\"M61ɿ\\)ji]mb#6C2ao2ᨁFˁLW%\rVJ~p$P(q\0RS;\rs}o%XOwR \\B;z b#qlESWDLex骴@m!~| dET9v,WыʀKK#\0f羀G~poPq9\rbL\\92׬n*PP\0Aw:oHRRESGʏT-a*Qf,S7q̓(F-$>QA*0l[U[A7EOxƟ:Y{ 2gZ+j{hN.m۩+6r0qX{4a4=PҞ%^\\$rfz;@h謬&f{2T,Jg~KObH$(\r_\ntl 6Ax 70)P;\01M{}iEߍ\n}HNf΍0/,uI)-[\0=ֹ?+;Q/׬W/{lDAURprmm\rF6طi(\":@c:\r劸֬+)7X[_u۱H]\"¡`nrXa;?~Rq3ٽR  ar\0BC| ^vs_%W\rJ*fzKHvM,,z㡫?jk[0}FW@U0WgS2cFF|2`85SbG?e?q7#pjڥ|ɨ\0YO|aV3EFW^@l24K<\\/#\Zjp!CBڋTLX6jy\Z\nё4W\\\ZTM\\VdEබ|@])2ԕiqj\'Vp,KzMr#6hq :@߮\r0lҞ6jZmc -kYxJ 5_*]O\\sM\n T27oڠCg`c˰mupa\\|/Jy2fy2qt@WkmxGV͒׵pzk訍n!>x\\h|,e0?s4n,Lmu\Z^΅hU}1}=ziy\'\'|KW?[r(\r\Z3zػfW^P1Y2&ۑpAU%fG<+HH4ywy\'hzx\"v\\p$bo)cHvSn_(aWcʹA`k BʜѮ,2S^úD\Zѣ0?ޖ ft&!-U87.l8leQ, naTߌCӀ# 6w& fU\n` Vr{YU\"V1 ]98}.@ \rf[ɖ&1^gž+fV`6) 5ESj rKuj%pA9Xc<_:l#(ǀv)ɣ,ĹvV-nzWE2D H!~\\ꩠFgJ\Zop\']Mi@P;VK iV(~n&^VTSn^Ey u\0ci^Su%D{ox\\4\'10pG&oAMq5@= PxN^+5H9_r?MΩԴY5D`$BfyISWq؛rcWw\Z(&=\reL|)aj.VC6\rd\n3[@\r܄ \'Q\nŒ+NA΢:W<\' dSB4, hܟ+{̗r~aAďcKAjTG/6\n]0XϘ\ZAS[[kn/:%>\Z\'_\ZKGUm0;A򳡆-vn\0]І{lCMvɾ@ƑT97C=yZ3Ήc3m!pr&,Y*l}Jpx5K5&\0CRdR5P,Ba#1Qf\Z\r݊P[Y fdfsRt\'/iQf7Ꜯ&\'dWzғ|1Ɏz\"z|seQgJЭz-X+|@Vcx瘝s|0vɶP5T⍠!wR LjZ^\'{ )8m}.\rd_n5i?W):\\`^V=w=\"[<U܀ĵ9YCW- GMdz[gbꤼ&{737ki֐ 5є3N0P5y}@٪b1po4A{/\"ru0yLi(H\'v-3*3^ c(^U#gphz{:7bc/LV9bar~D,?ѠGd)FAu``ڿoۭraچc,=sK>Pסe)9RB[|-s1ʎSPEGI45MCgY<-bO,w[6eJG7U]\\J5\\N(-\rX_j\r15-Q_Y\ng^ʸ\"|.Y|bO-b$t+8jK׹\ZX#[wwq51DjLH^t+?\Zci{íq@:[bdl9ր,ܱMS,elNr}6n\0O!\"j:(!b*C\rz\"{t\r =I)^sb\ZZ\nS\raL& v3+kCJI\Z<\0P>%@5v%( JaI\\ѓHO\'\n(Pӳ\nr sJbmLh笇[\'{0luʒhk FNʨ\n,U|록X5)aTԩ %2Ryūi*%h%$)`v:#f.xd\n:xA-H>Jy;b6chNE4#\\GYZ>AQb&YZo>Qr͡i9\0T9\\>$2‚ݲjrwhqMTUЩw͙CHN\0I<.OƏ†ͧfh_2E_T.ZuiYk.\\{g:FhdaGI\0q׹a\Z\"D\'ϰ\Z;I>)$pi\")l}*3yXZ joy\\oCw=usn@=]N1%P0.\"pTӜq(%7NO2\"hkUvr޴\'r-AD^EcZWq85qr@7VRۘ]7NijR\"~RO|⺥f`S:\rb -\\|ۃ9Egf]Hh~wwO\0LhD:m 3(TN,jpJ̺γSy9s68rMڠc 4boT,>\nu U`.9>Y3`yk6d?j/&b\"\n<5.Bzn1YY]}{6^\roʠaXܖ^ 捄s0ɻsy01)fx X`[Z76.-*PU-8m@e05\\wMv1.ʞRfq\"^hS;X~YY^ϻjcTxFw7?D? Fa\0-@h1+K(a]DR:[_I3ywtן#F 3=22 I8JpL]]}0nP\rQcJYB=niQ=NeձunS,hX:_U-JrS5btLȒ|n 4\0ْ\'/XMK,f\"*Z$4 %-b#6u|Ė}bJs6 h%\nfJ(UZu@DRzC .,2F*z&@;`x^#.W(` :kYMjxRցִP=T_U~Q Hʱy4BW@c\\JqGC WaQxD2-q%ol(]?A kuPt̊z\"qg=(0 l\n°&|\"wK~30 ,>P&w m2N8 a>BdLUoVd^ \'Ơ $nX37N G\Zu%X-) )>Q| ]vC, 7ćK4s Ns QuOK,hc$!,els\\055.fOte}!5AR/{CaF9Z _t%8,=۫!?U!) lnUn(\ZDžFZn!ZmNxI>W>%*r^#\\QD!]ͯ%u Ob;Ͱ(2[\n_!i\\ ׌eQ\0rz.+;\0\Z)o53!\'o]tJ:soT !x6^q>F70VֵV>>!$1ŭ95\n2d\\aW\Zq3x!:qɴ&gz 68֛d ;tV;U!&x[w)ȃcNSa!>$wĜF\n%`IJM6o(!bFމg2oi\nNl+\n b!5Aà~I \\v(cF!(\'eЎ\r804@dD4 KSkV!aZU/:Q sikZ؝Ew}b\":+@b$TAt6r\":fnJ\"-vSX^\rˠ#\"JRIx9Wn\"aԙ\"L0]ӆ٥y)UeP^A\"S.87~96syjr\']s\0\"\\&S^\rxQf\"nNv?K g^:mBlbZ\"$l}eX\\%\'AJ\" .F͢Y\\gFy2\n\rMZ\"G$@PĹ\Z7~ԧOƦpdb\"):ze0E8=!7Ӻl.:I\"_rЏMDZNa\"2e܃A#Q)\rj|\\rm=\"Lp6-@!#^kYڮXV F€X65\"=\rB>\"H@Z#XVWΫ\"80#>nylvƩrK~8\";z`~g ^_R5т( #ğ_ܵ?W/C+UKG#2s\'|x,q´ޣ\\\"\\*dq#Lj@P\\Eȼnx$Wҫr1پ6}#2;#/7\n Qr sE&]IeYcg#Oyw;pӿzw,!:;umj)#SRm-zşQ\r: QV#fl~FcAmĽb\rV֯qP9iϯ#fW*o_\n U8_\r֣z#mbTɸ=V187>#_Ӂs(sxa{ۍ{A-##̨wA/c[&Ge\Zx%%=C[a#gCYho/>,Fm@`0#g#\06|РYD̰أwty#M+B*TvGǒ?oLJs#BoKmuqGKL5=O#V}驛F\'y#v ׼\"Ù6GJ#]=0\n\rĞ^\'<$_ -\'8uPc6# KEum$\rܷ2ݓϼ+BɡQ(-$F:6~QQ\':3~U$Eq;3$]:)~KF,B4w٨/c,H$ԑ<*Y+`p_/Ȟ)Od$`MHn#TCdW%v+4)%Oi+adgF2!T+%kr _SpE3%f3qEbfXJ&Ж>Zy 2p#%07s\0\'zM|:9#h7dJa6!\\%ƲaU>ZZ YD^@N N%%8X_Ҳ%$9ٔ*_[%܉` nTK xCt&Xy&̷-;בuH\\s!5\0&\nuOb&\"Mf?+AT(M&pj+Ҋ%s<\\$&In w߬so/*A&J ѴO|d),) ɰ+\Zt&am{[>Bv \\` :nwc)ߗ%Z0&|O g)2*׫7o-r?&[on laϳtWLQOQc&ٖ`#tޙ,Q)D9&t *2~|1/U8VY}$&m4tXF@RʏbL&ӥYk\Zn߰XOڱhb)&!G!C oFQ`BQ\'l_JVSu8VHJyC\'DĂD1`گ/5)F1\'+F.}M>W\nwJ]}&#V\n\'(\0*Pg\Z$\"PHG!5jN\'@?B{uBti\'S?\n=PC\'F.1E)H;l/.n7|W*\'GLs\r+QN*+r;_1Y\'S{<?*f;/{\' v\'k7^Y6֨{J/՚ɺdN\'Q_+g*drVǠ\'*\'pGg_P@EuE-jbc=H蠕\\MW\'$1,;bL(˓̰O\rMgд\'iZ\"Ʈf=DFG\n_ B>qY޴\'*Njw)M>SY\nS4vna\'9_eZhZVa釦vu[*S\'N9rg_TȻkBy\'q&1,SN j64cG&Z_3j\'^5j%Vl{={m@\'m/lr8*l =$枒=h79a\'j*,A.+-Tגּ*\'ٍNf[Og |\Z +\'x rXk.~b5ǟu0AH*$\\(\\ðw0#rF߼٥^GAcw,t (a8)~%cG:~\\\0p#tF?(fp\\3{?\"];>WqB5mo(nssTj+<$|rE~(y:wj51\Z!`<!_(}6͛\"$#(wye\r63TQ-YT=G (Θ\\n lpuꑝ&]yiJ)(fqiIp,K(íļ\rC vSKO]l]t(m}:փ{Fi\r~^`@2$(ڮwS4Blq`8z W:5HI)z4phziTv/԰x)!/PdtO;DCᤉ7P5)%^Vt_\"L&x?.Ҫ*|2OQ)JJQ%x\Z r](R`)N\\nmE\ZkcQ(a)QF޶cBWk!)Z!YٍPA;]n)aQO hС/zàS\06`)}VOg-w/^w6!E~5On)4\"m:D[:K~ >b1E()!eФR݀zgg6эl[{)Q1٪p$2˝n#[z*/ *?|)X.\rjcT[q1ǿ]M:*&Sƽt0*%ҹ-m\\(<`}y x [l* jY6XAS͐\0t_B*0?\rYoXd :@MFI)*N骱wju\r3*P|˿(WaOBAe:+*RNڔ%>+߮6n^wj98*^sJ^1@EHٵ5EW6>i $*en|ӗQDU[M!B\ZX2Ugy*j4m3 :P 0\0\0O9`*k /YlI>CK:xAn6[*mҰ Ǖ(ySlSXL 3QnT*YD>)k\'YO+j*U Y2F*(9͌v&5d2|ќo++BPxP\'\"XpThw\"e+(Oi~.I%ƥ?\"~Y之boQ\\Y+EˎR9KB$\Z5ާWd+I* \"2:Gflp=+^Hu߲֨nTZ7+kd \Z\'ȍ,GwwqN+ZP2lv,,2RV~I+ Zr\\azķαk+ Wqz\"[נ˽_{,\rNMd_z_T3$7Xc.5AX,XمWvY9 bԁ\'7 }\n,#|xIh܈G:`3 {_^c,hg8պLɋZ:\Zí>7,m\ZrbJ|&\\\"C8)O},~8׿K3k.FP?R()ojrt,1^7\rx6$\'.SWF,!\\u|1;8}s rE^,lTѕ%P~Ȝxq\r޶f,S\Z\rz˃]Ӭ#pD*tXk,gE^\"5¸6FO,ڀ1f,Ms]B#^X=d`,ԀJ` j0A\n*LzG,iS~?:5^:b\\BGQoz!bvE|,㯢/z]_Wpd.f- \0&_K:|▴,Yȴ4UTđ-7bkٚA53gFEk|^ڒn^)-#;ŹDoIYMAu-4akO67ZޡR) &~ -;i\\3.\'=Ϗrs\'1\0<-FP9Nf ;hl4E-HP{cܻ:n{2sZq: 7A)l-ӌl^.ԫ; ><;nC\\-ת1 :c„&h ֳ4VF-,h8faPjgW>q\\q0-kyn:Q2 ?x-vw\\yU+.$aWݕ2.F-{=mMzʶKzgR*(.(2GKzj\",55+%{ W.~\rB|\\}:tJsfZ. \"wŠk~?\'L-ʅ+?.%%،kɐTaEQdu8ٍ~3.)y\ZJ\n*Fh,TTuԃ N.KnG\'z=_ĨK\nO`r9.d-vۺŒ#u7) ғ{.{fZ% {34`zo<\":qe5Ab..I)6Zn)\"6\Z]\r3CFZW.)G]C{.=C+[p-R.Bx~Cd\r(olv+k\n. SP* 6;]XRCɆ\regf.:%q/}!*:r\Z^E/uC;,!0AA+Cǟg23/ssZ*j)iбeQ3>s-h%8X/,b2H=XӲ\0DNb1/.٘ ÇKv\\)wS/70/!BsݒoBͻe}y^/>wi`S{oF:i8/M4H&ol=|@uQD}Wp/_9^`5JҼ,YajKEl/v \'I5R/^\nBR7 01nQ=*Q/|w΅jRzZHcxS Jb͌/YlezIGzzss=\\}/ԣZg\0cVץvdZ/ 43sx|\"@-8,^F/GO%<\"!5Ĩ`07wtT\"0[nڕrwe&E_JC䒈0iG/+UW3Ii\r·8صS 80sa `\"*m(|-=9ƄA@0(<~U-t.&]%/w1Ro0Q9\'j\rpWCmg0bu+<0Sb]^D d0gк}bIYwe.G0pʊR^=Yo( a*7`0,d9ɘG\n6P$JC97,nH0qeR1:\'QDuhVwχ0\rXyq\\d]jʼn: +R(7Η0?@\nQƟq0 2zRo@0YiѾc1ˁ\Z[^r0\rHCx^\n#Q Y4NX1!3Q*\nX}(bz=./1&ZV0c;dClξP`c1/pJVQ2v앀]L9 e?4J15V^,gK|#0Idlo1E(|TVc-N¿-~zn}.1\\^8.ljЅ4x]|1]T2J\\+ i6SvS,E1e䅁8oNT:w8<:1h\n@ސEA:\"H98GE1u \'Y /%\0B\01-#$p&h5hJm9m.17H } htqEu6x]1SP^&! !\r\nO6\'R 6a\n-1H \"gyц*&\Zb&fK1_X#/I*DN|qx ]\n\\t1f@g<g-vIP8ၳ16s4>gHTs*NVB1\n Tk5t{ j.\ZB5$V{26?ô%I8#AaW=ҀVONhE2AWB]b}cޏB#2BQb9 L\'͛BBT2DlyO_!DFjF^=-vQ\"T2v2Hs|k-D`Š]^9c,2SLb{XsDž*@)Q2vziM%\\Xt#$e*2{yC$%BE;4>f&b=r2})vD$t2.P엳2AG8Q2%bSO5 ] Lfǘ\n^2ӆJJ/CC7 N֍׌\rji2MmQf!=s*2\"!-2ؗČ_g[)@23>,.2-;/{Maޏû\\uy2ٹ <dI=@M8>4c!^i N3fKfY8 ~Dh_驪% *&zF0-3(J{*\r[ܽ}W33)\"K\\,h+\\\")`/ W339DkNd\r F$O2>acc;S3E!ރXO+)\r^gPǁJ3Oj}.j ^W/Q(ϿиhBC3Z:2$FyP7bء: yM3r= aԅ6~1t}k3i 刍Z++a_r`g3լKYCX-kg9[۳҄4 P\Z+KibEWВq`r\nQL4\r(HO_)yJwL4K\0$|%ܰ^qB۱&K4,jE6@ 9&YPd4-;*B_|TB !\'o\nQn4We.e>uɑyVc@4gѓ7G>\\J Zl24H}AC{Hh/}sfY4%C]q@m7kDW*_4]]@w:yٺX)%ǀ[btbsm/94%_^^[2ɝis.Ǫ-4ˁY2˽5Mf՞v2,.\\~4\Zr}M cP\\GϢl8E58u_#gxTጷ7#l r5c[/8>8g1ZnBȥgx5IwNezվEs-M$g$5#_D؞;}6]&] &ig>W5$;/mkz 𙠓pA5*¨Po;,Xȋ y E[~5B`D Sx|4q|ҭ^]5YY+W4~:j/:ّ,j5ox~,\ZF<H5ͱhYI&BiUI?ґ5p73aa)I>/@5 XxtB\Z}OL=\r6I5<8SIR\rAssf[HD35f`dP&r:]ﰻӏzW#[5`H ֺ>R5EOI5$lB]fE8f,}pQqtBZ1O6,:}u4!Z{Њw1&v1Ư?N@6=G!J|Gl ̣8(xH,Q66G\rkH:\r,6Yէjh=Q$rFa6XW\r2Ya\nND;3>?)?V6k>׺ QHa[ב]{9F6tY~\'IY+65}jghy:6RPJÒ2]bD\r\0JnRiZ6}o\ZSuS4̀n\rh6\\楅Tb{)p2u,օɥ!wlb6]pt=VXڦfY6ɕIңMka_G#1m6ռ|d5l¼g40\'B`V6\\\ntÝ\0`6͋&)nek\"Sh7ISX eiNn&役day7\n@3l,UlL԰XfRuDYRsm7MI.-*\r7ȧ\\ ݱє@bdx?7)J2,\"\ZV#b{7\Z>Q;~ogYF7]UP*2Ҫ#bV EXj7b18!U=ɀm{YQ7m0 䞤3ţK7\nFg0bݕW 7nvhXd\"͉Jڈ7qp.}a\r`7nsB}@Ӆv7|\n636#6I? 7} >`J+iV]67ق\ZE.E{(YKhd`zk7IcH<==\"F)\0[!X\\7#q$TT)Foe\'&?Prj%o7@lDIR*)UҵR&\0e7|&,SWĦl~e|T5o8\0xq rgk*\"@TCRZ=f8 K*}\"}uaک}#V^}^g8Kǖڴ\"-??,[{/Ou|Ep8`ѰMU8?i$\"O{8o0;ৗPj둪9I(hm~8~/S#WUD~c9uuTv8ux:+H\Z+2 O)ڽBx8ړ1b;0eR juU``is92gK:raW;\'ӎ19fG3Csw[|yɮ,naS>\\S9I1<9J|UA6@)Y>$Uٚ駥6b\"9~%q2^JD3]Z4qT9]6z*6ujL\0<)+\09$2!躏uΙ)\0Я9qBYaهsdyPù(Cl;]%:Z?SjMa\0yJc/E#8s:\n1.V\\dS=\"E ,vv0|:$Uy\Z\n*+ž+cy533e3:i\"R\"w`RIXL͖7ۉY:k6ZJWj?vA^a-YE8.,%:k\n<(Q -gvv]蚢ieUN:O3֛KiD--*3K/:j\'}!}DD%X6D:\'\Z?D-Sp\'Lo\"u`p:y8{#տm6mz6Y(9 :me0i7Y,a4:_ll|S\nv\"2$r):i=\ZYeu)m냭}s?:\n[vg%Gpa?>m_k5:U#?_jL2S2UH^;R^y]%a3_); te ;JE]N j.1*EgWM;Wͭ%H)w<~D|7V< J;dߩ,Zz^uXј8}l$Y;glSɹ\0G,i8M \0;rthؒVg(eg1AH;zmpKm\0\']s\Z)MR!\\U<;\r\0osoB>Ô]ucrբT;\Zm}g O_t%nȅۯw?;0NU-\n $ΡJ;чQZ[h^2u*;7DnRWN4@Js`I;Pֺv}MZֵ&VnJ<\'<\'[Oe0Րu!X g<7SdT {~}&(94Y_S#+T\Z\"8 *S@-bH\"aiEx>\"eY-:037,jO>rf /lٸ$\ny+b+ 0ZH0wbVǝ>@Z HӐǓ9)W|9^~> tN}%7 6>+1XsVTC>Ў<\0g\\^_9K:>PTϻ7r`K˒#F>EoG0W^ڭ>&in\0Y9>xf?)SvRKZnR >ԹW^;a*qoic>G+GY/Cꕻ܀6r&?O>uz/Aǚ n5E-IGUh߳? ]M.nb 4sT+H? ڟ>!dE_5;$~$&Ơ\r?) wYxmN#\"( 0wiIٹ2i?!a0?+m!ZuC<:>Gq?\'Ѐ|8i{_z_)-2=wmowС?,guV”-Ubec2uu?H\'SD><56̧5c#_{8cf?QOxR\"&Z-Cj\r?_6b%㻧֪KxLb͟?h]0\0 B LJ?\r۴<~S1.QEm?YꝤ;ܮS{Bv,J{9?W^z\0Y*`\\P+-Z lo?E4@+>~ _tev\nh@$yZΤT+ Ifؒc#pC@vPo4OuY7jѤ@s\'b N9E=оS0V{K@kX$ΩPB =PS@*5]Gր3)A{A q@:xcÆPVqt(*@CARA5P}%bI^C3@Lo֟Gj_x0`8C{p@`@Z=sX/$Xv\0uy8=7@^<۬\'=fn+~w;\0@`7ZǛbvP2t@hlqҀ@qbjuO ;x\Z{%y *]@vKިk%~|``<5P.@|INAY:_I⡤a*)gF@~bR鏒Z^g4t\\E[]x.@ll4w2lq3P\"@F3 \\ ;e0ہNQP\Z@;ExS\r=KA-py@@ɦ =Kwٸ\rk)\\Xsʑ] ܈@Q4PlN،F!KA$0jg\03dhfGTG)̷!A92!Z9^v*\0D8\Z=Qy\ZAbAv{/Gg^6~F\nĖSA Az#RH[`Y|Җ\rxҬA5Nkj(W{l9XIk.Q\"#Ac76QN^ \"Bz͍NA2,0F\rv<qb9&ǰs&/AZ %6PÙH[h\n@ \\_EqlOxy\naB\nġ?}VxqAaIwA\'6BIq0q\Z * Z>%C!lC6m菛ml  2}$\\A/C>0,cJvy욓(T݄ICN6Z:cz15(Es{(MCjᥥ-DX\rHKqM`oCnUc]L]Ģ6C1rCt[P9o&іcvCǡb;C]U:3oC4)i nj<1u\"CO5XW NJ6C]ת.7fbʹo $LpDC3(`e#b3Տ~;o4TC jU#HL\\Y%\"rS{tʪCܽ=#\\4C.f>)!\"gkCyԊJDoHy$ +|C9~f~&%{ 7ȡ[{aOyDg9ե+ww\'YJED2Pwr8IeW})sn\0D?j^*{2 Wc| ]ytDC\\N\ZK`ao2LJSw5:LTDHoBT\"/T[hN;*wo^DLSggݨ?猑ϞY1ћ hDWnL 4+X_;ťDk52o+פI0Dp\"bPmEN}^[:qfDTE)$Gets̮E \nD\"KꖌT+qr9tJv!!D%}ImF2=(\'+AXD\"e9VIm425CAP%_DƎ6SxhjﰌG]ii_DU;F=dZK/h-$X#D\0wVvRwo ~MRDTX6_8T&\ZUc\Z~@Q3gTDz\nr#o8]q˩8gwD\nDKbu4iQ\':-!: 2Wi\\DN-I00?4zf=h1XJWDX4\"=TXFVїa6yp\'3]\',F}&w=4qu\Z X?F{WB!F{KP:igF\\Z (\0GpFy3n#;FR<`=#izAgDd)qFzgsf7BXзIwEFtv\Z:;`jʠBG^ЗαtGe)\\GnU>)_\Z1d/ڝ2>\ZJG\'AQhMVvS(Gl^~@yGBTg{yÈCI҂GB#(>+:Ծ\Zh/T GI}?\Z)[>\"n`CcfG]˽{0nّ)mwhnmTC&G^P[ְa+䂓݈mg ?Gsq\"qk,&u{ni>mGs}꣩~ V/ ݭ[:Y\\Gt_!HXЫwcqe6>TkG~x%퍾˳>)d(\ZBNJ!G+8vͮ1g*=^5V逅\n\'G@PȃU! 91XYMQe \0׍`G?}o>UΌ5O*q&+v3\ZRmh@Ggr8,Bc]u_a\r̊;~GW\r\ZG$7iD>b^Ϯ4GijYqU鄦l\" ,]fC\"sG\'Y75Tjd5:€X}{GH{pB=rHp\r\0VQ]%< &si\Z[HHeQe =:2sO8OrȜŖH,o1@O>㍕R{5keH69ß$K&kѕ\0y}H9mPȥ\"Tթ/5{!#^HB]=|\rUJ¢ Iwj ~HN>+fVQщ2^HYfAp0]Oc‹B /$g:H`kfNLh`o [agvEHaYB3GDۊY|_]H{8;sP%;q9\\}IWH٤]ê\0{/| odlJ/1HQ0z/t$ځ7)IH {\"!b(ArD]R;HJ` tHV{H5\"wqnG8xC Z( \07 H3:Bk[eINE篏j4G\Z\Z}CJCIZ4ֻ{җ7taxВH1Iy\r|qSA* }HPI|07ane;\\UI>ٽ^iliA$UM™>l)$iIg-ӮP?{uORRr%~I?R`#C\'\'\"\\j\0aR_IP $K~Pmhf lঅ&%PMF?iOJ p5vv8( Jbjb4Djw*4鱋p-:Vx@~JN@`P)@-8YX-JߏƁ}0. pe G^~QyJ$E!\Z\"wONЇ^mJP#d T먎=v*Qftz\nKI1Z.|=3S0\r8]+K3SxFHnZDa۳ws)*xK;Pa sznZ*dWđj]rKPF1)o47@VOfU5gKa;׾$(Ui{iN)hi\'T͌Y01KbC\ritꅣ\r?\Z6Ke]o?>M3<XKxd]p씟6r7q7nhXJ!KԴˑkHVAZ!ښ\\K;.8^&\Zt%n|TKhtâªx\0,\nywKzͼ3cޖ22?C@b_LK;ztu,1}V\Z&!5W,(Kk$Ht80%\Z\'% ujKOEnAF>ڒd3\Z_0D)\'K\naڄh)Ĉ#巆BP$;L$QA\Z3oT֟xp\\Ci5L&z֏ͭ+ *&X&R&eL>S\0}ߔ\".jnȡz%a|LE\'JnE@lr!3Άv\rLL )<ՔjFWB0#pmLOHTcK6.e;]Aes˿SFLS#Vo8ki.e\"kߦpLz7\ZUۼx{UW?EQK0\Z`hlL(pyp]&8,\"6$cM׳Z}uLY5{LIl#6MXHxP!\'+m\"Lf6=([х `#7~(aLO<e7j};h&K9< L&}Pܛ|b31ԁγLC해1%PǭVq{{r\"H.QLvQ4xA>krk-\0L:}%,\\}~8\\Oa8DsXLܨ\\H=c\ZIpbxn5IL*~ΠExI<\'ULhk_fBL]E;B/y/k]r\"< H$LRHxsq 5]Mf9M\nA\'J@cVM|)=5c[!M \0(@hF(¨o\ZBFA\rw7M ±MC-8V]\"?F/лMVsh$Cڝr+Bw&u&kMk_!:óa#\\ ^1M997V%lz[B6\nqʕMY~q_$19w `\ZM[i%MAD.l.\Zn pTtMyL;-ڛ%Iu\\K|,̞f] M;*jh\04\'u\r_`t\"O͝4MĮ. 4jW[a`A>?6eXMq\0q.2ݾA/^G/QtrMӬP=ȍM>lwov\0M~Yk@L\"#\"/;cvj~\0dMϸ\ZP\\x\09F\'?Շ=MSp}T.!$|N\\YNݝEh\Z,P.gKNmgl)A? NNegRwSn\nGКqN9]`T*L)w\0+Ã-r]NA;ַo5906lÆlyzNL2hګF$H[=NR2\rQ${)NU{Wkz\\mlf#7N`?g\Z؂ˀzrze=s%>Np.j샣f7F,D2٭:2+,Nzҡr9;,=䗈dGyNȩx=.ےGnca(N\"?XhLf?e!#+ov`nN:Ǝ>%,7 g`ez,NvޏLTgwR\\Gh,Ne>h@J|jlŷp>UЏNj$-GE)&J4GꝝTNkӲG\':2]F+NYGDbi\\iRL<&\'?5Uw\n\'ORkg)eFèl,@O٨|e]|mK~Fӂː;J\"O({\\ǨU^D%!䶣X XJO:XZ%M; ;?՗l%OCdo^r?Ӳd8&VOGޣ Y8+]^wtX]ݯs6QzOV/~Z <)r!h=X4XOeIVi\\q<:mWDlK̈́\'BIOpb6݄GPkSZz0DϫI,1h]jP=q\"\\&4o0iPB1Bʍ8aSh@<^ !|\nPBH<}FJg=rvqPD+ˢRƆ5BhX]lWP_M4WM$\r]\n]|a*Pk:ESv\ZLa\"i\0SO2s=P~ؤX7LG0QdkL;}PV\nB^~Uh yr.F>6pNPps%\\* #Q=QCg8P1mK=Y4$ r֨\r(|/g˥$Pj\n\n hbZW>}noFb*RPĽ7_cZs82F%\ZFJ:7PP*HƲB?BnƤ1K ]sgP3JFÑ m\0[l%$\rPK&O 5\'RTˢ\"Lr<ϑ6P,\\Z` !s3PWJ\0w~\ry!R\Z[BE&@$\rPO\r\0݉U }$a)S~\'A\\KP%?kN&{(bG!㝨 Q\rLd^!DG4gt׵ʚH\"QAYZbDeO0{Y0XvQ&g듣aI\Z5Ec&#M/Q8.f\Z`>z;+8$3Q>+]6\'Gq*r-UZ\\>#)MQJrZ#6\Zd&!;]sZ\ne7 QKP;XӦ_f)ӊC? *Qj4b $V7U M|RbBthQtAFB;g &98QH\'<~dhçr$uí0Q!tL7 \n,N{Nw9Q[#Tӯ`0QԎRIQN\\smG i&!0\'2QT\Z\"sԭZ\'@‘>=;FsP[Qˮ5w=Cz?\r.h+p\rW4UF0Q~uRkH%6tuY09|*/R|75I|f(j\0 R(߳\\ߥH3U=NKRe{(TFQA ǴNRr2+P;ʅr{\0L]ۇv+Ru 8ip=J]wB‚Rͪ՛ 2$!F~eH`URP\"bM=sHmu/MRោa:hxE gkA +S֠ǃnDJH0h@ ہ*Nt`JStBmۄ4t\\N9H6ÑSBdqRV+? 򎻯0SKIr)},2xqj6+iDS^[m_,Y%q[GD=oS_RvFF5߳7s\"O\'GSh`.!1eU G19rj8Sᒻfu8 q~$rUmPg[6m ecY; U}8:l֑ŗ[J҃\'gUyB\'l;FVӸz`|\nC1BmUk\Z\"4i`FVm ¬GXiEU۶B?wN -Čm\ZէUM: ݗL- ^)|;%Us(4>\0x}vX*WR\0>UWqPuUT=?V#20f~\\Uꚬ7EEԢn;魺9kUɧk)I)G55 fR7U𒃔`Λ)ͽHEl#ez@DUeDDkX5\\h=,U\Z8Z\0U.X}b,WsfyyEQF_[Vn.v&a+8 ۚuA,l{TVA\0דDN`\n)Pk9WQҌŻ>VKaFqkNi7PVXWԖx@*kU?P6Ѣ\"5V_QZH؛N\\&IUb󚂇\Z|}VxG٘ o)y0`cV࡛J[luXkUv\"PVXQ3L!h\"i#:@V̲D33>/Qu`ʤR@@V\nͳwœga\\~J8wN:mN+VEI0uX^@&2*֝XVbqPJ\0?HYzVΪ\Z\0G7h\"]c..̭IkXVq]5 .]@M*uǰbʝDLJ7V>Efw)\\QQ.Hz\rVk8v>KP3X{:lc@WE&TVU\\O8NOy!b yAvZW\r5|aU͈3(|ɓkW֪2 |0NҵxǣYO24pW;&c6pDX]`gP׌U]!Weō_ցݲ:Ɂ}@RW иEXWfC3Ku!7J!l7˾bԿWh?Ce xl}$ӈOJc_WsyWhaϵ:[\"5acQQt EWwR%G`{\\]3+G]l-`WyӀV]@aMxezEhsQgmgWx/4/\'x/֑-\ZzsyWo5ҁRj?UZ(O%zWxO`5$=U>oWѾ\r%,Z A+u82,gL\Z_Ww~sR8Q,q! \\skMW9,P 2e!X:^uIVnNYW} 8.tf0\' WO}leVd`10bW@XXP H_0Nc\nZ`O X\Z?yv}hD.嬛Mv)X\Zp/}պ \r_<\"\Z!}X(覔7+Nb&1Y[; X(f\03Jm<\n%lrXHPpE%*+%tf`Xb}̿L,gCy~eb\'\n41Xc\"h.Abq Kӹw_U@9Xp*-[DPjM5̸z>6X!w4-<[EAbgzXP IJpe8 ,cm[X}wɗR67uMT!ܟʷ\r2XxEKƪ.,lX>w{oyi%UHqAcXr5yw]jγگzж\ZYE4eVLF/Uk,~Y?c*_a)\0|4St}-ʁYAD]ʈxYN.7l}eKYBRb-tsxco@ԾPɫYCϩϟ$p˯=qj=hs\"(\ZN)Ytmk9Q煇0`NiY%FVOc$m3\rYl5pY=!\\^ox>S8Y-Y`x^.H#ƹ/24ēcY@e?W\\\'lm^9ďޮ-+YiH\0U3$L$uHsY7ɡܼa/c$ۮ7\rDr\\.FEY1n8DoXa0ɫqp&EZ4rB֏znբ> \'dRZG\n+:P|>sPc^M\"qZ%4\'\nC`Zó4cj/lZ6rUB!tRytJI0+dI\"1ZWjI\Zg*(T\n\\Lbr7tɀ\nEAZWr\\#͕ !^lt|oC lZ^x -}:ɏ\\rNZb)VlJfdX#lW@ W ZS-`~nV\"\ZUMT;?ZӦ8yikP\Z3‘葊]Z֪m떕\"|OJ}^@ƻZՍZ/.)w}醶Z-r廒^*`t6/“[5F[54(KL9&-kGRK$z,b6Fp[8si!@뮝{Bu$f <[Bl=lV;Ow~ [f\'TOTe f==&i[6;]qdJ\n}ʂɥD[yV |t\r\Z/]X\\m$[ȊD1VyEM e\n~%U,+\\ɭGͫFV6BZ@۪2X4Mw\\Jt.N4\08\"̥A;(R[l6\\^;hz{aTB{`ȵ\\sq)|IJ<ͧ,xLI2[K0Pd\\xc,kWba̎2\n[e]\rsJ\\|߯T(t2Dn\\3\Z#\\#G71\0nXsd\\?B:{Ӗ73šLΔ J\\283=}f.p{磨ƭ:md\\ARZn9lr(XuOmCC\\_{ [GD%@Xo[tOx1\\HODĨ{d}d2sI1eO:yѪ\\WɼSW#6+ 2}O}|FT\\I\r\\$m]IE#(\"sc1.\\lCv!Bwnsۘ%y\ZY(\\=0b򜩲2֚ `sTR<\\3SR\0NEu=ߘo\\yT{MPu|)?\0@\\1B\\U6ӡj݀]bz܎6x+}\'rҙ] |$,bEw`&u I\"5`a]F5&-]V4dB@F])SwMU՝XQ=X|] ]A.ɤz.j/z]HB m3сhܯ0x!ek-]JebUf7b^p3KOF܍⼶]NqCNٓԁ}~]FHrP-sen|Xq\rmf`y]CŀPy(c:C#8]vY\nu)SEE\\>A?]LV]r6|Ww\'Y]V05,MΌ9nrDUu7]%hqOݦtq;+sV1B]ؕY\'Tҹ0 P=<q^TȺ^ ķ>`}jNG\\\'̅^>\"5J+fi7h&CϭX2\Z K^7qUd>VNch ap9k<^>r=`7\Z) x^AG^7 ;6`*$^v_^Jp!<ʛYw\n)l^Nbu\Zx\'!T8o yY|~C\'^W;s]-4V84^ͼ,i^g KcZ0(!~zW\":N^mm[(C,m.^vDG=msv^ΜȜ5y\\s%^ q(j \0If}\"l\Zm^:UrUЬDUA6YfCb^Ujx{+\"&?5YpѵD?T^\n0{zs>Nz/@6R^̟ LGZܯQ8VW9\nHb2^HR7-IAÿL#~{چUď~^݌)nTh):3\"WjEv9NnZ-mѵK^PK:`XYqpI~^e22eD\r/Vq^<,^.:%5)4Ncj,6|^׋܄yiTWaD#Fu2_2f\nw/ީ}\r<8 Z$_M7ĘTf&%Z1S/-v_|BO\Z߭/Blk|S|dLjheP_,aLO0lӔB\\U{Er@4_-n2zYfy#ࡖVPM\"~_^_=>7b\n6h鶨Pj|\"xhy_?,Ibe}8\\Las/_T_:rcߘsN/]\n{zJ_duA#fE*.\nn9T\Z9pYbX_lbR,\'IheRD8}H_oYٱRQ_}GJ1m]~_8@zdf0p`oqq U:_7Q0WA-@\ZCTM2G_37~q/j\n9S#s_ՔJ\nZD.sA 1d Ͳ_64 PK_`I˨1?L_%MSK9$yg_G_$@\"4](XUjijfIs҃_YUsEƹT4qPMDSF>C6_כ?&mH[JRc# M6E_,@\\S7loFPT ިG9_3̥3*m h\ZnM kX`>:6ԩf µ(r P`>P͈˙$I+=ƛ0tW26S_NgK)žp&0L@e\Z`T.| ۞ĉ[bTI``tD;?^+ʓ5mP|&`{YhuAlTN-org`\nR ]s?Idi#8 Gp`hs4DU.f$Eaf>-\n})ޞgGK!`!\r;^wjMRU\"&ݻIʝicf \"a2>b[/Wtz\rlyoUda\'ɎDu9MJ5u|CmFhS00aC$qas6[`u֓@W]-ͧawAV >[GAI\Z cr\\lafKZX~ͺ3b]L<7a+J#\r/_TQPOl齎l?aE<2`\r_ra\n{!{Qدa~ͧZBvLj*Ah*bazC居Z݀;4r=Θ|auY]iZܤO Uh$\'aDmER Bt\r?fQb\rC?DK}y/;|MT$?b-a?<\Z-r\r$Z|Y\nbG03⊼\rQQQ@vIF.3Mܲ%UbJm-ʧ553P#A{6\r54bP9ޤyPg\"Ę\"VbgBxɖ)#B_ur߮+bW(:|[K0bKsmFdAیR$ bbٲJ4k& rhX+vOt$b0#ϦA*>pjqL*LN*\Z4b ;ؽw\"S8\\z}N0bQ\ZBZQXNT6{hBqb􈀮9!X:\r3_:mcbqq[Jsآ_~4/`qbpd^R\n` =dAc4es,c#ƈ|FwJ\0`w~^vEpLLcK͘G|\0wO>W! c:UeHCB\")Sε{c&~LRt j>گE@>Ǣ`cIH1Ũ?\"= \nw\"{ xcSgy(0^xa&[5 fc`G٥T~zF+UȐY ,cO`H;гCe]ϙTc9כaIaX8\rr,F\"C2Syc^\"쾓Ua?WSQgbɡcHoԓıRU~oϳ,P)RWFcj޾?l\'84F=/3;6)_qc.sH*-ب_:%;R\'KcʗBZ7;_Zevd$Gjw}XXyu2Z=Io*6d/e\\sS:짆$flmo jd13\'mzU=&٪$?t׉$h\"wd5[&*%\rG8 pS-쩟q`97dBݑ\\EgE8\nƱz\\\rx/dPⱱX.]9FP+zdW\'MJe~vxh{s_|qaݴeͬdc3b[] ~?;\\[XkЗ`sdf/dBlهPQ=#djqe^1wK4IntfVC22@qdr\\=y Z].ɱ d|ImtP瀨96|d Y@@+ғgʐ>$/d̃qx?\'?lJkS#dIX&܍s !,,\ZVwYLd0( X}v`\"dWi^$ _fdri\"fvxʅeKA?S2dNWNVSCƨ!\\K ;e!*Td902h,A*;3OAe4cr}cٸeKWCs$Xg-e5kyH~^}\\ f#6e:iKp[ 8qBQě(3eTm?Uy7,K\rpSUn8ͷ@enR. OFOXPhYC>WeY̻Ls{T=BrvIFUK:eEB Lzt=F,faZ{ԲeJ*bV,CvbʃP~$eؓrJQ(O@_y\'+*&w\".eb|(G\ZrK<7f=EY\n2fVL$ /DEfl/ioVL5rp Hͅќ5!fp0U~Ƒ]fO#iU|dpf1\')UɺO+pP\rkζf?sӊ1 @cd`苲6fS~\'h,P.E1J>3&`B(Lfb\"=g.>{aۇaNl;)O&a,WfhP1Ž8jIU?7zju+j(>for\n&٣/ E.FM_hf9Ȇy7,W2)[*ogӦ\rW:Py}p!;\rc %,g-Є#h;> |3zBVg6BNp&\Zgq:sdg;74٣eZ=`7y!uT9V\ZgV|ӺgaWoE\"{QTS{>giI?F] {[Ε$^#d gAkD dB(9Խ&gaaq$+q0k+&;\Z\nl$ hg%b]Zjd)-pFj 9g >0n)X2)0?8yg>ٗYl\r\n PmAg={wu2xj5?g;a¿]Xr~\nt¹n29g.$o8q;Z7tz?ǰ滬ڢ+gΪ#KQ]\n44wKgH7Iʊ |HiųlC޲ggdv|U=DFB; ~jZfgӕWѦ\n[T\nuA[zGzah\rʒ۩#jE;ի}Qe-6ĀCh\"n9(ah ޿[GQ<\"h\'+:ugcYcg=hh0zNW:\\jX%@f;hBkD]{8h~-2q aZzh\\|qA\"_;^gcw\r {PhZ}bΔrӍ>hhUCmiVh1pF)ydʱvNy N/>uir !8@Da E{i+;N 3̖ EݶA乴 +i:;0$PvF\nSp2ֹi[-R[4̠/IwFE UUxi`WVd gz\0 *N᷌^eipZ&`Un$P9xA ӉĽ\0iyHEѵ3E\":L\rXۀ,$|uWpi~::lwˉΤի8Qi(wAi}eP.P |S[wW&w4xiMW@U}POOJjr4M_E{i0yNG\\89\'1+8*HdiiYS\'댵`R^yg4in\"} Vu3)!ƫZϼ~\\C^&$iʱL.1ju0u/&S0iv*+&&@kM&Q͒iқoHӝJ1p@tit.%-x;\n>r#,K+ȷic\'͔Ҟ>:2nQn^Sih0=]8YE\n*ӽnsjh\nј(&EeI\\s`|jS=s̼*a j!iH4]eL8\rS lcbj041@EX<\0 +&Yj$6gCj6vt5r#gAWFٞ #Y ~j< ѩ*$*srM`eҋ!j=8PNT\r]LTC\0\njC, UMa\\kdDwiۭjG\'C1Khb*|YFjI\n&U@4o=w|xӡ^jPV]g2LRSlwBqKje+=˵hOd\n:t(t%1j|TT*/#[;U[B?,ܐ`5j8ڪN9q9\rD@fTUj4Cu\"B(7\rXF4uNcÈjP .cHqI<;whBNb8\\8cj  -%ZL9I~xmHՃjo9\nՠΒy[1 Ij\ZpIS bʟS}_V•äj&Zy\nr[!đ֑I} I+j~˴nBA-ԘFOZ*3yA^j֯cQ1\0Fo fyHD0@)Cj]I\ZKxz՝^!bujA\0.ShN}ו F|YE\Z>NjSwKa^&4 tB۬iki85{?} \"!AW,@zUklqUsn3\\}%2?rzB̲k2{z$\0+3QӉX˼ PkH%|QeHz\rYo6Fpi0[節kNIP-\Z7}HDC;ή>EkUM,kEH+yJvyPKӨe*k]^=u\Z;d2kXD\'wMC\nᎺ\'k3/B ߪ\Zp\"JghkɷdZqNЛ\Z,F \\\ZD+ kUۜ[9؀jL2u9?uk]70Tq#C֠Ҳ0jkZu,=\'СǗ:̨kP;N3p\ZxqRWlֻqS)?\\Zԭ!?l=Q>|ZɊ>F5Yl!}[zm󪧥W# \ZlLU[dg.\r5p\rQ<[vr0l_](7e/6dpk#lH݇\r]0 ${ %O!l!OeuyMm1/lK$s0FP|P\\VS&6B=ѲRli4쿦rnu)Kj5W l-Cjؒg\\rľϸCICla{!hPw{%&Y0Ғ|tm\0\r>ȑO vގQQ0504|$8]Wp_Ltsm|i)m`mI}IdKj+9V̀j|,ĥm~<]xL1A8z\0-)@ʅmbO-7°Oa$Lw?JEQU8moyfrGT^5\\kp0[*!mv<.K 1\\ WPL`mשs]S7LAZ&<섖v߂fPFmmG ‹=~5OURD\\Wqem؊ }BP\'|{M2gבYmMڽݩ=FV7RͶ}9dg=mӥ\'麙RҀҌ*z #:,`$cm`ek}âyF[u\ne^m9d [[}3+ hl_nLz<kɅ7k-\ZAADפ`(2nZ\rc %mGV@m@vTIJKn\\ /J-+\rX*JiHndk.Cz]9fi0jϏ\'YGg>npggz g5s.n5LW4nq0#O}\"ENt !CnuйoLϳSocoUFa[ױe\0\\nTĉIvyOiǒ4Mxn-Q1H.x(jի8XDn!5]X뭛S;u<}3U8\' n-yu_\":~I8*2Yr5n;N9@I-z̹>Gq n0oF!V_1 \' xhsovQ\"c4yIARKSUoQt\'FOSژU .Ro}\nd֑%?M웪;oׅCHla՘qnF}uoɑE+wdc#{AC\Zgo֑R`#:֥6dLj8\Zox6}DP\rMb1a|iNpW|bO\\#J2=)\ZXӮ=P ~rp%h7=AP c(@Ƽp%{erB …d>HK5-c1>}p(%x5IYKfMQ ڭL_:Gp+4NdJu\05H{7`S_Fvp7RVĊ: ^L~һ:TWWpbDŽY_[Mϵ\'p0pTc Oj-΢ suj4IT#pkxѥLҗ)DAzYnV8p~$\ZtB@gZz^LͥpyJz\\EHՠT`\n\\7p% јȮWz̀+QSr=:5pYѹ!eu0v?.j[,Ĩ!pmӘD. uIdn1wp=DY\'cqŭgaw Oa<;9pu-i,pWc}hpp2W|[MQWwv$|Cp+ L,Wy4m|Cq,\0:>|ACz lqgba,O%Vq(Fl苗njpEr-R~O࿾SN+Kq*ODlW2a\\,D%1<ܭqq.\Zk؀E#q\"q=1#;+\\^p$qY3i\'GC?o(\0\"+I}lq[8dws#bj:75qijje*ZHG[?=?jzԄFaFqzLk\">EưzxQe6qz+kאFz37-R6>#n&q}bNOnYV8YR3SHC\rjqϑ\0d@Л0l,֦tDqCP !3а_ d ǸuuiGq YƱe$irhNFIl,oiqʣuG(aV腐7fzLmijqú٫&UzHkoV!+lVOq$1W֑=J=<-\\#r\ZW ܿd,ֈL_@JJApb\\rQ_r L\r-\n}^\n)*〆Ю\0rbS䢈%VȟV[9n!ϏrY\0jo;q>w,uroZ`a%,@H\"J7xrm\"]=an$7-j\"\"4)NMrrNP_; b0fL\"9uS,r;/n#~؆p$`͚W}>rQ[OGO \'ԘLˇr]`8b@#TF\'w?ݒ6r߂CZZ{L!(;s#a\\8Q0sl}߯]6s\Zr:<[Rd}:Ydy(ѩP\"Ps\'j{FCh\'GMg0fs( 8(\Z>e6ARQ!3>φs+ \rU\02#\Z~z݀hss.CU۠ M^oSF86EsNlD\Z5̂2GWR FՖsP34 5 >۲#vGpsP4ͮ4qo\"F\\ ^:Qٷs#Xۖ+pFXT%??crSyNκ&I\\s_dYekP( HP6POsDVi߾[b*aVa  sU$$Vgb\"lxms8N\Z0-1¶M=1s2il)1yjuHuMt5(I:E[t*̽vdW;1!lH9\'< CftlT^7?1 []#T#t:sr9ca>S|0+/\\3j@tByiC8ͿL4DQ\0oztG=9\0aʮb>\ZOzc1}tIq|\ZGwP8^6eNcf trX#\'XlmRq{88F񀌋tGV&^` .^2IX&$G9, MBt2zvf#:M {%t>\Z/AG *6e.QitЕs)WjDrDi<6NFtḹ ]޸HZMmmu\r}[-BU`BErZnZ?*ufKM ]=_mA98\0u Nr8\r1\'p{ qbs/u#gTd.CYgЋUWa{u)rB.pc=t\'s)Bv\0WbmA[8iERS0E`7d~v\0kETv 3dxeʙ\0z?`v7c\0|q[jQ[&LƗP Nlv9\ZR\r2@]3z#\nq\r3v\'2Y./T}t bH<6Py-vxgggy)ΦҸs!@XQRc1Fv.ΡWԻlqHor\'Jm7bv26}۞\Z\nog$$@[C\\Vv3)<>ry(L1yU\nvfav4Z}k j>X˚WR/%j5tv6\\yvT\\M FQKGu0v?Hm rq\0L>=e\nSRv@nL!ro\nڷĺvY<\r4e6oR;ՐC;v!zߨA1 `[-v;a\'\"s{Ct(~+~mu@v|Pu<>n4p R.sISa ?̜sziþw\n~;H4ǜ/t_vi%]w^q92:_k_]z`=*1w߹xo\0(+%5BBSrl?!Gw Q~uQ41\nx:w/bݱ\n]\nA NA\0vL Gwü}\Z Og f#E1g=gRzFx #oC:[L6lrz|w3:B=x\Z E\\k!\n\\D6R~xwؐ^tFx{֦7`-Ȇx3z lrgRMq;âh0:Ӷx3M1w:̪xM(y/2,x5r#ЇXt%JFCD\rΜ\0xKP%LaڡUx\nGUTxP1vo0{WOI- zwCExh@jAέΰhY*~it\nw\0%xQnggW.6Yz#IIJx$P&}`\\QyGpr*}9Yxŷ(G*&IAvф_R!?xȈ\'eŎ4m#8uVhxo?!lN;8g_[ jל3&΂q3ȦQxTn^Jn\rC@ԠG\\xSn]Br/u<\rxY\Z>kEMR6.\r[xl,B%\\O!SAW[,1/y^& \r&H3\\F[5\0/yc++S&a1gխ[yᗃĩnyd-fr\\ >X1ʠ-QNyr:\'?eOFZ诮\03y8e(@$k(\Zy㈔4tFKv9g\0>M@yǧ8=u<&(3e_`\0yUb\'d04to/\Z+]!d:y\r!\rs|kFa2ڼ@\ZyW@]aX%Tyu~61ZɁ\\/ [l (yL$L rjkKjVx\0IszF+1@,0CJO!zb֬۳ygFbeE=zLjR3Z\n\Z Г(nf\rz$p~=Pp\'eyK!v^kzP*$ e(WI![(ܚ>< zUm{ڿY>p֥xw\nTmw\Z~I zee `~wG$us4oō8z$Egg9K93)U:Sz_J?Q)ϐaL^;VzrOU]LWq$NAwNz\"|5ܗ:lW8]PbNC~z-6i F<>LO@J6lQM㞂|#vh` JOAx\'^|(\\Q&j\"n \nuѠ|4rcȐDV*{3F|Ed\rq#9\nJt|FYc~\'B _-dl0h|Qh[sob\"Af/$||U6s\ZJZ\r~5\Z|$ݚ|Y\r:l_ƙ=ݤ.M\n׺*|b)MGA\03Y\0QyL=|m!5zdlگ4uOln{+P;\r|q7rߍ{,\'̌\n_|{F\Z)c 5!q8c\\kpK>|&돕1` B Nt-se[|\Z$\"_wB&it\Z|  |@&o|X4Pu@Co9Rd|zp-v d.,[\Z|QbF|u_Nac:-;|pѨ7{͍+F;}U|ʃ[„^Bcx͂Ő^@<=FD|ˆӰP<յ>DdA.G}}_|z,j=gȷ TF!wd|N!xV$W8qIAC]1! }^\Z%Eݷ2=c̃PF٫} _ئbqی(h=Fļ}CY҅8#j<Q\0Ƙ:/D}D 4?s.M*{TȇFd\r}c[/NHjnL\ZXm}eExI,O0F2vF\r}ɞkTZ;Ӣ~DZST̵p-7Eev_QymK\\)p~G686*\" f\Z=^\r~PjgkΖ f:\"vEy0sߤd~QoE3RoJ9>Xε\"؇1~v~zS5ȢiyXpdH~x\"&/V!ca6ft^~r dKHq#%YZꗉ~^4**:rCs%uKhd~EUaqRh}?B@:䰧~Gl*h$*V{M&UlI\Z\\z~;Y줛NPl&4%\0~)+: 1Ŭ؈\"la@MSӽk~Մ:٫\rrq03aͽ!{-~vo5&qZq-So4P9u,*3R WID[1hђ3X??$g`䶝`L\r9;`\\tMQDj7iDfba9S%,#̔c~rrwCpM\0wdJ]@ܶeu_(ujpP5\\֌(Dr3f!UHQ^3\nACsu< f8slpZ(Fc1\'濉j$cFePnaަ@#\0$6i2nt_ov߉pjOYvqQ ,|a6-=S֍Ipd%_#kCӠ! !ns`)^aIY\01sX vaCH ޯ9΀Lik8>:Gs^u`J=TN`€Q5cUFa=OŌܰT\\hX 8GR \0z_B?<(Ќeou:@Go5 {` dQz]<{#G ;c\\73!}\020͌Bi\\5,k?L*_Ȅbu%dNv3 tp>?X?l:\"x9lPyfIu&p32ƀ OkhWSb^S\r)[eD<݀g/{>\\I6R5.vߋ f6*#6:cKx:1#٨݆=$O/KfԺ>8~3>׍ހ\rY35 )>FS=(k)Ytו䩋ż8]c>%9\rϤfzU<Mh&EN+рہH O>06}#< QnwkVYԇ/ @|ۀ\'&Z˥~oƗZږ\'6gi0Bl.Z0K]&އCy\Z|W Y|z>6}\\ y\\FeS#lt^5:~/b]{.\\+B BZ3#f4.x i:pYAdBK\r!U3J݁wy pø\0EIntU]װhyR^2v *PL<ŧSҙw8ث܇Si.=$# b/:LV䁜{l_3t ny@8\ZfU[% M;\ZLҠj\n_0Y;ےg%@tlsjjrƂr6yZ.\\Ξ\0?`b{CTD.f0lU: \nբ\06\rQ\\lz?9yNqJf0[;P\0X-\'* \0Ie#C/M;K\nAt/cC\n]\\J=\\\rRqL腪p/ĤDQ.Gȗ{<)MP|yE^8}ؚnt&O8(d56GJ\'C:R,;Z,\ZFB>,\\ Xwl4>o\Z[_6.$Kyo_3D&QB2\0T\\\'_MEw^Tw[Xj4sG5h)p\"K4c!\Z>$<\\&e\nP\\*Fy?|IhFIXFHE\Z*9ݶף/BF >&уJ54A6#\"b2SvJ@{U1؝ڸ>)T}…4:4SmVYW>\0\0qM[Ol\"o 舲3S\r(7_ Yo$bܤr924?y惀i>~fKJ` 3uxE梖^c|ٍ4|c8\\Þ9Y۳%L`N/~s܆4}?\\QC`Տ&m&=C}cS<%` &IEibܱl@!C\'0:IWUsA@;J/8q ڪgÃlDAבA=< h9)Alt©|yg8T:5,uڄFjX4\rW<0Y{V9\\.Ip?H[sBH xGqZ8/Z%Fw<+-;QngpՌplVNfVV.|vXN8D׉DG\\IPG1hFY:w bd2 3̉gB@]Byq+6ƀ=_7ky~mȝG|F:94uZ7>fثDi Ugp٩v䪄{\0/9\'x~Ѱf7Qˊo ,|$Aߌ͝`s݄W_w\rz ]޷ vXք#b xN턦qFLg~~4Uڟ+\r ?ξz2l= !ߤ$x}܅e(866gPEt sYkMcdzo1+Yl璻V#qϫp_jf?8omc5֒\\PM%ժ T0J\0(=D*ۘӵ>\0Z(ׯ΂|\0#~^y2ctH&DO\rZϊŸls@0jd2S*\rKT(g.كt} zCS0j)wdV圥1J{hV \'Jb-i.9EA~+|%\0@mVw%%:3CQ#+g e}@%s5FŒjfpvGVMvx!!90M֗y-t3oXDwX xTA]WeZ\0p7gKzXFDk5 pB#:Np[Fd*n7d 뷏1\Zh6x:i6Lf `Oz~\\Aj!^Eh{RPhO gp3X|)F}h9P*K_ &Z2Ji;sb~~:~Uwi۫uEfIrq  pEW?#܈*\\f}ժm۽24ji(S3\r25y\02ySСfUNJA1\0sP+?>~y\ZYmp5^x>p$!p[r\rf^ nEdf3]bv<%pIH:W=Άi\0Fs\ZNaFRȫ?|Z=pU)\Z!:y4DY\06)|)0x;Q[5SɝȷdTK:oVLE2yE6_%Xc_+|V7T=ոN69\np=x/NӐFs/ȗ\ZCeܻiL$@V_%ņDX+C]D$W+fyi><\\4r(\rnb|8Қb ^+򍭑MrV5-\r\rJ<$jAb׹W\"0AE=cݶG/twv7K㛴oGǧvtaAXX x6R\naX֫5F\'ԇm4@x5g@Ost7zQw\0,7x/@69 ЊE*#/p?iQkgƱy {#\\o%E9Pˎs]h͂R;bE:\07&[/=scҴLHDlCbǫooMI]2|P^=th@~1J#x9QbvL\n\'brL\r8֒\\8cI~(0;Zų4 81O ik(r.PƌؤxnGAhYI壈0v6-Wk)(yjRv5ӓUē*\Z\"Lv:: ȔjF@V:2Gۈ~O_iS\nJI>)D3j\nEI5xp*I\r! PifVqlFDVS><ɧX[\"v-V!v[8eE:Blj8!>EšaCteQs,Mz X{\\[(HfCPAvy5FY^4}!?\n\0<8h,O\Z_SAማ~nDmnC!ֺ4K)݅3 _ʈ_1[F*J@-$ވT$TDMR녹~F-5陂{ت\0Wx&_ 3g_`Bwi[ \'\nTT\0\"-v kYd4 w񪰋;/u)٢X\r/_o[B\nKKxm|T*H9K@kdfdQ0?W*歘 fa9ُڇ]S΅HDWIF~ š08( \r4hHŔHbl XT\n\0y\"aRTfB-.Rc/nM,=g$(}BݮD9i@]dE^ CAm7tbv[5S{GRi6K73!s tiq)ոJ\\(\'UƉLͤ~[ٴ;R6y0v )dR/\nfJhvi5rr\\z\"6q% !kQ*;MuO*-\\j m kew[pԥ1%7cp!L7wg~]\'=,79v/ _!PwS5b#fJWneoRެAW_fE}*B+vϘD-@AtwrFNR_\\e+! ho%9ӭك KWe2P[, G7o\\;C(۔H\\ݘ9f/V|i3ꊴm`!l{_, DL+2i4DŽʊŅ.z;& qû9Ԁjփ7\nTtiCbOK ̊㯦0NVɀkbX9Q\\\\m,zoFSIa)~aF=2\n)}$$N)ad*\'I<})ػP*lwKB}ޜs2C`h`W>!\"8zH0 i V(+kaP)2\0Ւ\0U(rbwNj9k\"m{R7a%,qJM0w)^_Π+\"g%甖O0[!f59%,<9;]9˲i0Ic;Ɗ@pХP\r{I\0(M{us! Rd/hZSC ]_W-{WFvv4[i?irzGa ׌/\nىpR?61.xl\">܁%|oʮo3dl݈s9?9:PkZI%-U?M$Le⢒U_F=`o^FpiO@^/X\r!h6Kw?o=7o|<ԛRSKVQLn wrs7gxP0_x_z֓ ɥzd^ЧGDC.%{?_z}+iU& 4c?=ݽKD`( $ ([䅠@h9<}R=-+K[;Ex-ɩH\0 9k]4:B26e@^IͮsL:}|9ƶKXk,k x~6uz`؊ii7Rq3@nM5݁7-7#KT7n.=$qY\0\"M(\nOraHQ61%ٺxO[Aa\Z\"`҃=ȱRvHmf`lsW:u#`OÓz,n_BB\nSd3WL+&쌑cD`_edvJNᕪ>bg2ZTHFS}!*rUjk$4mxYJ_\rk@7W $w(M PXpC}ݪV.WPrE!oϦI]1PCN9\\f1 2vvm^Lyf(_<>MЍfvq\r7jZ2)i8&<0~퀍t&ubvZѓa_I\nBcybiXfK׻Z HWrRkLCʝڛ/x\0s-Qہ#\0n{]\rWh0@=rIKԮ~gğ0ȣ)!ѱK&@<\n% d>?Ggt!3]#޳jN7|&?ǰղb>Y>r]bχ3X>m>ÃOUyvH\n;Qıg\"WAҧ_gsUM-Gm\"cm#{t##!6\'D!\\֡q7HfF4<\ZŎ]sLoxEl!\0gUg\nGv\"@:~CG K E`^-B\'F*S1?||w~`Ua=\n3-:oRF*&\rJsJ\rd^=P=ypyP*u]*hYefmVr% )ӂx c`9yD#o\rpj@\'%(\r\"`4-XolKk$ѯf7yӖus#i$ \\Xi Q5ƾbs\Zp.(Y*釨u %yyeSh\':x\\F`fsBX#MlW\0#_EٜL]Z2} ~8fHݧOw$}jEkw$؏h|aXxNGZn7R stŰ06T-6fOlb]9P𽅌@1^xzoU5e2y)q n +⯐U0iq ,1øώ,㐕 }@L(͙VZg|_}U)87^*S$ @K^/T\Z2\"\n@+\nV)-d C+v5ƿ^54Ales^ؐפRcgӀQۋc@yЮ*]a/>^o--bmYUMeI_i VHY(oߠ!k{ustټƒl|az455@ ^n4k=\r _K\"X]4@NS twҠaF^E!@Z[|i(~LiE ;ԊRyћjp]c?\nTMOmKw`J4/ww-6̒ qnJ0\"dJݍR\Z5,jd \'YBcH7*(ߒ,$ީ k3`tm 5^7}MR`-xɒcr-A$:TV8&E75q YjY9MHEX[X]@G3:Omo]?G[!Y֒Sߏ1֓}dQ*t/^Röb=9@d r 2H4ъJMBѦ}\r202h(G:?{r\"\0\'5wݳt3c4Y\0VI:> X\"FqU{ iM$̵<4lؤ80/\n}J`3cl6 HW 9z^q-76,svńTe}5;u+,3.-Ï9#F}E\\c>k,-\rhiIZ+^ FFV\'$$It&k -8lZ6>FY\\38fGOp>Kes!2YfxMw|W$<&h70k7N2wFuO4-@ctɷ3(y\"/S5 M38i)BC[ܚ~ZWKi7/ZHz&0,?R-ej2#XH\nd5\0·x\"}v}u0\nM\nd>ᓎ@,z\n&@]D6NI\"\"{4:g \rISlУ/m~Ynr87EC\nj1sD)U@3k{]; ĉaՌQd 8k55ai*UWs⇸s{qKcBψ*\0&Ƽ\0?woјS$GJNglc^^HH^zS&^F޿hY;knݔ| TSOcwDٛOeij3O)o\Z`N~u٩bX$Z٘Zݟi_L5>}R%ZA>%|@ւpw^o(fPk\"Eպl5zZ8q}\r 2{$7F--s➛G 2,a?dIu3mK=V\\ԇ|ޕ9PTnաc6\n{zt@;=JMZ}`෬e~vJ?\"/i\r)b@HO?5>PQ F缃`\'%Yo۰&dtQ;H#qL=a.cU\ZMwJ × \'b\n}\ZQ!x\r5DQUK܅ޖ:(O.Xi+& ME zFgo1:ѳ\Z>A\rq70O|%6` PIY;I(ϋYۖuf/Z\rGsE|7b{d8*YyїB.* l2Q_d_,6QaA[ز= 2m@>@ATm~FmӠNll>hI2Y!ln}1dZחK7G?-U>tQ+qKz:n9>j5d3=YsNqqpcuȺtV5Ȥm9\Z8q}u}o8>&V&NA,\rjYnxIvIvԚ!2q#&a;Ll$d3\Z&2 %\r%~W+n}`+j QCPfԥEZ N%= $ɗ[\"!vO\r#-SZ8(ɃAҷh/v.O2W\n d*J?^wzTGЧ, ė\n\\yq#16&Z\n8ӊ UuBੋ9ELa=T/8,i?D/ - &~\'ɋݱٌ]!zDW+jJ(r]\n=+WU}O/inj4u9ϯ\\-/O5dXS^`M.NSIw*/\riwl%7Rc(Z=mۗA\'j;LB\"^/:qQoBf lG2Ĝw`wnN3=͟hKrriJ8[C=Sѡk { F`Rl>)퓆o807MRn}\rľE~Ő\r\"\'쳓04tbtwK\\iUVD}3y(s$T琱a Aa|;Trɯ(&o{!2oʪD^D1 \n9)Kb}SpMcPAYX+{^٫X(ߛ M[>mMCoMt}qqXAiYQMޘ\"#EJp~&w _ڙ6=uqe4_oqtp^Ba@^#$gKd/ė5\\HR].H%Eq Ʃcn\0Qǣd3MEDv/Z_a!/.A1ܙVs|bPo25*S椞6i,mO#?Vb,C-ܢcž\Zhp\ZYv1]@ôy$]6y=g֘eQb\\o~܇] OLHPx 9lKS#n6@#Gbb5_*BpXrVw\rAU(\rbe&U6[F#`l, [u\0T9< c&Aw\ZENYq i6-%1L˭ݐ;\Z2uY@\nWܑк%?;`,CՋBxVu (|/9Jې@hy(K4\ZU+hA\"?_6GAm!3h\"Vj`+*G6jq`8&R1`\r\Z{5yG\\0Mx[-6BVWg~x! } +`a -Ӭ3+@wF_+x˷Ӏ+\'C`&oBh\066+u02ԭp\Z;Di bi\" r\Z@!:MuYSꥦ%Cp,\"GENNNL/4p`41 Pcq271I^ЦDvnZUC7Upx,wÛ̀vNxklfB2QWkUڜ\"**RkhW`٭R|5nu-\\:ԜY\'KF\Z1ZS%4Vb*P[d8geͽC\Z\ZSj0134])ζ\Z]( 9ƯHx&F\"=v./|ќK0қz\'uzu`̶$˜\"XMN͆&V\'#ǙO0-kq2wSc?dUH\nQ73hʫm<GM]3p+LKNǜHRf$|k|s\ṛ64\rIbmH?C\nDԈt9! DW~<~J(u☵B&Oz8օ܈܈{sf|߶}~(=5ǜ瑊[m 7Am ,LCTNRщ@;COuJ9\"\ZOϧÉƓ{ONrXU镜Q٩\n i/$:tniKSf]cX\nn\ZFp pJVA#\\1{A ûͥJOmO:ϙlW5T2DB$^Vygə~|\rUtJ`g04 n՞FLZ\ZqQIW#(4\Zb=9-C/s#]:fR-_\rX\'rX4b`*eNݓ\r hHj gQ.X]zѩ*gw/^xGq1%S9?R#B~::Xg5[mQӨCM.C\0W{4\\vkΝx[%@cن#\Z>O;jGgR0GlY(\"y4h/E삡p4337-sգ+f^煙z:򅁖F͑Ýڢb?@˨]rH!|(a׫vC,T1>K)||yDp䏂Bנ#A.{Ari=M- ?3u;\\#SR\\;YߵzCF#L!N@69jc@% ܞ?L$bmjT0)庠|l`$\\{\"?~cj:èƞLJ\0(8GfWipJpMbVgC/V!W3Թi9*mVwkZP[:UjB5E $\r(ԇ~YG=C\nw9G)\\M0xa$k٥4a&dkGS#)\"&%q٣u4KM$oݭ{A\rQIQ\Z(B}O^Q4uTv1)\\Nzo\' \n]g\ZuF(:\rSlVl&r\\;;PϼOaJaE7dh|qB\\)6ѾpDW{ۓ۾!$ʤ5g[9SZ6 >),(E< ~K5\Z*V\\ z%xĦY1xYf[FX6cǠ*Žuk;) gRIb~ \Z4V +ucr>\0_s;ϸBs1M+J5C$r<0Ġɋ[!͇黟\\d5crFM=] ^ܩ _n=Ý&o\\LP2ur~o(MFS*:l5\Z>ZDrgoEIHPg^]n0/Ǭs?FώI s\n4^TXr &Ԓl(EC4)\Zr K(12e^Zr#j Wy5-e G_m r?gWՠ:5Wb4#>)cSu ڠr2ѥ@F?&s~ՠ($̻.LxkWNg<\\Rg_13)16Oރ^L; ˋ.#LI.]+Jp(9ٰXΌ\n\0*p̕^ XE1oO3rߠ1nv\0jHk7q-;C9R_i$Ԋ6tqm4_rnՉ$u*&?e`=89=\0ܥE݉X8Ym 㞉QlA\n!gCn|I#*0\'pT,RrءA5s֊soʊ/]O]8\0qg_\Z^E6{:,\';ZB cNء\"ƒ!g xuE\r̉8i&F?w[℟迢Z q!\\\'-Qx\0LD-Z#SЦ[%ɚlz*mҢPW1 \\>͞uLv}:wP([fޡ0[[\nudv8fRDlաe$*}֢Zh\\wOWwSi7G;xV\"\0ݤƫH2`zw`oi0Vj\0يlj.B\'|Zøs-p0p@[Lfd@a1kv<+r H bXҞ L W1&@rJڇǞsb_`6K+l|S.P^l l9/Ȭx`:eu)n\'\ZcE\\|:DNl,l#CD%K]QРL!jRkV=~R[C;>fMBR+mvn t;=%JyR%0\nf/eÖIL*ԟrWt&BmvWU#wI$Klh5b4:ѕWnw3Tg-ZBF(O)\rfz?\'=\r0CUR\"$dé 6)IS\nE]mY5c\rwcD4AqQixWD2oF0+vBJX\0TPO]\Z8UmVq^o#ZBaCuwIT-$e*1g|vv věW\0(@j^xh)ٿ vS h_=XDpi-wFa\ZPN;ˮhJ4m BB;3ӯhP;)ړVz\0Dr?{.< n;V.RyRTx\\h~D@n\\ǹ ivz{\Z]_q|@TbsBzV&Τk!\"\'$t-}M61p9ǡkTb:X%nܢxJ;vww|U-%=FM>gq=tGOwmjd)ߣ\0$Q%_{1ގ7څ\r,?zDx&fv$HKAhɍr\0aF1mԍ8P?Alm :2MmX:~ڣ8,˴tT^ע+\0^U`<,MWt\\+TÄ\"^J%VCy3BVtIppFy/sܮ}GT@! QRm`+N*u6N[s<Ď) Z9QB\'G,~Ifř֛NoYt8qsMu[ץVWЭ4pp7ԣ;\ZܕAwWIIw |d2Lu=#JR9:x\Zz\'#m:uZǸ>8|{KiEٿff?_2Y\0d#vTUЦ[TmGnamqY\nTorqKKcr <#P5rhf_Dm֔mN+K{VOu-Qd;++O;vD)(P9h],vɮvJM(0(&#쟴>_Q7%l|[l|ߘAIy~k\'$ё^Y\"awE.뤮5]~o]bT\nç-G=[FJ4@ŷqabnd\0nXf6?,=ʤ K\'9od?pGZ{e&\"S\nTkN&(uu0!ϩ7$V9դw|N\ZvFd6f~ndZ$i*\'lA\\`toG\"*+cW d+ΊM?\ZLrZ%\0\"lӥYM2< VTo^%F_Dt!䍥i KN5ڈGeQB\Zk`ämu9uH| ܖaQLU0\Z~{vhƇwRjIyphgss&:C㿩\rm9>zo|.󮥔\rǩP\'RIR\0)$u kf]W^\n <贡b_ćȸ[G &R9 2&DDcQEQӂ_ofIo }B3&Y$Pʥ{kZxS?t\"Q?(nr3A]]hi{ ԃƧcJ}|\nͯްA(>j2Oƞ}VOצwD{so kjLAR V\ZzL0Qwb׀хfR=k)ϵ9D[.NVKuZ\'ނ?0;J;\0j=\"(P]֛n]9^ aZ_phRf} PޯZ{֢JZbRu+$Jp) #蘥>XV%z_X@KOuKMFq:RSO uѝ|=o%-t,u. \rHxeUUHK^DŽ_%ך*\'Blm&š^/ر-Mp#<_˥d^ 5ěn+܂ˬ\ns5*D^k2mi^+Qf\'N ,nt R&*\rSPK?x7.՞*LuK֍v2Zg,z[^ׅYgv⭤YZV%Is!бj8>\0ئnGUvi3DCA6D `Ls<ŢtE>Ps\n#HNo&WZMl5e)qouvR#[qOy4`5ɥ )d)]\0J|Ms`bF+u\0#\r LmNߌuuc^=¡DU{.į.տ ]d0ӧzEvGL7t|%\'4%fp#eh-œh8q9\Zx VG%%h/%R/ήqeGF^6`vBI |2PS?hFMaȂUE~zާ#^8Zy7Uܲ={s&FW\nR_ \'Hu) WC}D&7,H)m-ENMA͛ ,_~Y?ck_\0T0ykM38W\\Q7F\\14g3\'%L| {W%_g @M\'F|S=Ւ\\[8(YYVd7{m`C9+efү6U\Zazߏ[_K}P0;rɑB@?@[P ^3D5Vw\0\r\'TP΢` eέuK>fL//\'F9r\Z!p\'6D;%^-xh%O4y:X0^YuGyD Qb(gEpֆriݙhF=yZQO/L%@=-e-I+Rz<\' іr vqSKU7Wߤ _i9qQo A4fgSh%=ZN=_Qu~ҿ$3G U4&\" KFjT(5o[wOP\\> 03 {ɟa6]0\n*()\nǞ\0zvVMAJUla1 ƷŨrX>5SƤH[{Pg٨V!6\" BЃh9.F8ve8:c;%t}5;F[?EXnG~Zݸ\\B[)z츍mO~B|A&݆BJ8?3^_͢opʫUCgw(i~Mze xn޻X), #Ө1Tz|\'ѦUf+2W[NT\0.l>Wv&qv+IN~WL |F KGO]5^AG\"$A[?:M2(VA/|b .4L\'iWFTЎؙr775F|DFIJ53m,YlwNƋFe\\\\y2#niF3Nrb03jg\\mPPjx੄5P$j\"`\"vR\nl_9ȧn\\\Z rR\\갪[Oo\\.a84r5$ C\n\n tYwrc\'Sy:G`}.,]|օпеI۩b̚w[$QӬh,a\ZcNCCnø\Z$#k\\=ZGv܌o 詑ouj>]7!Ӈk\raH%oWkh0io| ԧ3\'ȝ\'cL:b_LXx0Iʪ+Q;/hE;?T8Vܒ A#I%d{F\0+\"6ƹȪJIZ;w%!W9ѱS }9nN->t B/ԣ(q[T&7,Ǽ]m+7^꫒vK7[Eu\r:&i|:5 0= SUu5^_w|)W6c*&Ī]Z\r4t\ZwMiƐG>B\\gѪv`(1in 5U{Io4B]Sf1Ю#8ZL}OBȫ[y}BxwIZЧ&N-)͈滃~5|zI(:.*gH-#=a$--9\'cڪB @\\HN8PߣD.uy~B5v7[k$lȅ<ت?I&kEYB=b*ҿ3Ft5m{T<gF+j\' pQ\"}Fpz.T&lGMki_\ZQ\n](_,pgi1}.͇3wz$WH#j#E^C5őܔ)==mfht)\'z1*~6UE4[kP1wӮ\\ ^`Y~F9-a9Rdlw jRaS(7Ʃ\r\'E^rn2ͪU?嗸W\\VeL,A/\"  4zX1][MT@JŁm4N2a0Nm).:Ҫ}]%vc݈(YUe%!TFi/4iҐ\n!D(٪O-R6W=q;76o撴\rV>=5t[ߓ \0su1h,OTU̬$&^9]WgG\">Joe\'7Xw(ucJ[1\rZ[Qj\"0Z7-WN5\Z/ yF&}=\\HV@r\"B ̀zϗoֿŢ&ȣ%;Ga3~YƼ\n\n.fd\\>8{ΆAHJE 2>1}\0:aTM[-o _\\f\\čjtz\"HPl缳?x4P,E宭}ab`Zn /^5 )o嶏\05x€%,_`@c ?TDBu=781z`~R\')F]\r^n@h5⭱՘A-z򼂣.kѻ/񃭲V\"5PG7}j!mYZvrIƒp4{JYE܍xƵ(٫EƵ5d=?Nrs.PЁäO2:~,)ZUsk\\u$1JՖ31G3pRm珮<Ũ7iU\'z: 6/z@6T&\0Cp˄($nTwV;LQ72N͋-m4|0\0;W4bQ(ɞ@tal2XcIRL 29^d6_V$C8t{S\\ Ib\'h5_\ZQɒi눙OsJ:h[ڮ ۮ_/SttRʔWCUx~:rQ⨮wEpVѼsc`PEؑ]}܃wz,<?P&䮕#ssj6tvDzELZdM몶W9ITLcr\\h =YkHTxDe:#o0mϿiyۂl|4hNO~%\n}\ZH[6aB2jf7fL~Elf\Z]ܤVB\0n %M/[;*&/_/!rz¾$et%Tn5?*BRgdm?*\r4NeTsM!r٣0aT\0ڲ@ޮ.m)Nu40d0nh\"$\0$\rO;zjJ,nq U8cO\'xvW\"jC+o%~qO\rP\'GrHq\' [y-NIzc`#0ѿ߯;< `>7Ts|46fB!{C*i΂\Z\"c9qLԬ *7pO6S`njVFmT`b3&.jݤ(qSjp!puzI0J\0&\\Ar־vW^ܨ/,Gpߜ@dß-ȧқxFkbszXh%MncCE+c:\0e\rު~\nMw_a<>VX\Zl5j~d3v_hi07ǧ?{e&ک\0͏\'4n@\Z.^di$Gٯ6-֢\0qxw&a\'vVҧ#cwr4w%}P,HR(T6a\"@Jm l/hSٰ &^Sh=.M\n6SQaHt8hs]\ZU*FRg:(B\\L|ԋ\Z/5Lr`[RBؙW*_5N^;&: \nW1*UyKeŰS!.!5C^ی ›İ|vVuMM=rv^\"r-$ͰUq#\0HD` >v+O鰘7}\\:3ҹ\\ dAye8h@ܶsCU)Ot߶/m3R? wZL 򣷢5cZS.^\'呰%J(V/+M餱\0.y36x> [/.tT]wpX%]~|4uoAf\\ĐQ(Ë\Z%|^]Y^F#c*(#\n=~qI=!486>$VsyJy9D \Z_`X?4=!\\zRhp}@,rQ!UfY5uϱ\nEfaqZ:ұbLn-#[\"61zvi~3gF\Z4\Z/җ|CAb9g=>HLi#a\"Of,8,M4a!_~њCO״&8Y:_؉\'qP#ŷ[`~;HkMXML`b:$d\rs>L>\n&H˼>#ꌆ79\\+ͿZ*0ooQwf<ɯ]qmf~pż=LJhWgy>!}Y ,:vβ\nˆ.5Y6}oџi-(~ Wρp`$<\\5wJkSf36ǧǛm0*@/Wbow Zl\'[ٔ\\61i:S9\\,$ْ<\ruv26FgG,|8i1<2,8+wlUyu##ed A3Q5Rp1\'rSlY(7wAO)FP]6~\"?BwMҳ(N`qدU]҆\0B]3۫#Cd5FC;ԩyN*)J -޴1vj . y1BǷqk\n*;z8jcq#c-aPF& \\(1(R^\rm)O7x{@*;=ۏ@s;Jʘ[ԗI>~4\r\Z$ACSwXZ{}ajD}b9-%\"!N_)\\*1ð 5o3rX\Z&?V\n)K-M$A͌k /mdӲjsEF<3g{\'mv~DEfMNs\"*\'7p$ixȭv`GJy$:xty*Y߰%쳁^H\Z&E5CCq%.ABʣVڗC;7\"AbIYI\0:)ѷǥ`wcw\nNI+a\Zs Lzf#4C\rVvby:83o\Z\"ڹϟ?ɐjA>V\r֋ouг\\.$kڽehnn!!޳}iK4KTTb=2UኰOB`˳+T9]-!Ivs[h?Ƴ29{qKξД!I\0(I`ӷۯ (hs-љG$%TBy uةxי ;gdB]E\rr8ϳ+N+RfUPt 9xl2Ū[jƗIh*@I=hQۦх0rç\rbRvO~nw}߯gK3Տte$DvEZ6f +()!\"aDr9aC53{A{*эb2Kwwqҿo&GD͢a\\Lմ+^ pBJx7 ?Q[=匂ߐե^ ^3PꬒsI !>@Y{<Na+⃞78c*QtS,8ν\0T\'LOOxZ_E1T1VmHY7tR~k{YD+)Y;]^e-+An5&_q4+SHx{?fm3`a󴻡.#,t\0W&;yc|PJP*ml@6Tѕ\"AlHg9L԰M=w:UKץDIH&dtM6&۵b8Z k{<مJW~\\재2c\ntJmI!K3|M1j+H\\dyqE~߃!>\'cstZ*J ^;6Գ\Z~IDծ$xPiAU-]=\rj1[Wf%>qp<Պ\n)^^c%Wm$:\'bL g}dA ,r wKw/>&zkʜjM U:~oh}5[;RfɈ5k_j QrQV\'dM2*^\0\nq#\Z䉩e޵ITv5܄Sy8#GyF$\nr`ZpGG*\rr\n >|Y&W4xW璪Z)\rԓ(ay{;˶2fQ,+<\\\0\\\'⮝ 3Gd߬T*J\n^D1o=$(1\rۖ/ zhT<]o:x?`(ݮ>Hf=\\T-]gr{G[\ZxDsuͦޱ4EXD6\0ܗDCxbQfr03_LA_g20mz {T()1Z5-PqBҖMGx99d䁊N58\'AзvNtvjI?!\\\Z\"4<4{}aБ8a;[\Z&+:3W뢅?\ryQ΀η!LesEg#\Zwjt#W$%[6Pm\\IY*%vbb, |4 0F|=.2ǐ{E[rPE~P(^\\>]!r^8¥Z#u` x+I[0NM[xV\"2FqHƕ46#\r0J7\0[irB-p*iƭ1{(H ԌD /Clg9NvDB\"A@%\'+hL^^+#e).\\Q\"6z}_T4xma#E>uX$={+cܧloT\'.E]\"f)|nsMdm˸O;vWl+``B\\&kkhiqŅm wb{Ag/Ÿsä6I--mDW42ŸV9X-ԁ ^LG8㸭DCԎz4J1~J9Km`v؋^GRf﹘&vcDOvcQ]P=$aFjF&|uPUMeG1⹳߹bۥ! 9~Ggl򪾨ȹΐ3|o?D^a@ CCN&PStizr{cYG*3\0ȇz=Bl3u@ÿc1,)a)qټqfL1J|b(#}\\EպʾUL&6\\Y?+c2$)68*Ȱ:E@}zPWE4Rc ĉۓjڔ\'nM}9`AR)y$*[|˺VB&ipU .Vitt]\\;HIdDppS sJǢ\ZC2]h?ֆ~8lȪ4,Ǟ?𴺈lkJ㙸3g>ڷdGzfwSC<v\0f {8:\Z\09AB-\\\"RLFvɩơ-&iNJ)s+ Nmugh2%.g0K>⏺G.P@J3tBkD|$Ts $Yb\")Hzd<#ya\\ګ:KB8co4>G1J`ZI=cB feƷC\022JnMF2x<ƌ6&FL\r<\ZR#캝Ldp=@fIWX\"MB1QwoX4bxc)@D˥ka˯|9Y\"i*UL<6\'I>b5prr)qAo\r:;(S> B!V 5R_Bx< |9\'bL*^Z\n\\ȩ|kZ=\"C(k\"!~53\rϛ$Lt*13p8At#?]Dw_ XY5hn.ce\"ӌ \ZS:vBi7 J7]1kk1G¼,`|]$9`, w\r>-W7*<:gj6Tz308Xh^~m~ u׵ބ22RYRP4H9O}Xc@P`2_PVbBȭItJ̀ r{Os\rA3Ǣj!8}cGJ˴`nؘU\n=In}\'`C5֚%{ A/^r)prAJBQvep) RNyHy+3H(H^eE1oy֌HFY?\n} Vք魘nr\0v1sN>cID٦I0-*F:Å=IH\'x\\\"\':*;:jl30dsc\0q|KF0_qYsBKbַb(7^:˽2d l@WHw\0 wWK9ٝ3 C,wW̑>\nc6iS!ຉY8V#rQ$[)znáW;WѠݥ`WAA\Z!sn?Rvm}ax{oJᨷN5qKZ_V#pW]BS7jY4ciAW\\~YW4#a 000nio+\Zoo`yfny=Cժ8:ξeZTW0w X$q/£1S4 ij#D]Uu_(K-nD(@&6oZ&$bX\\mfkJړIB()&.}_jhF(֫]*|Wjut.!\Zf=>/\'^OoE;3\'(?G>cgxWʡ̍V-EArDx++`c`/[΂-JHnOQ_*}܌|QБ\rq-FV0@Tن\nZ~\Z,o{l[UEX}AJvd\Z<`eaX9$Go)ոr?S*8q¾m)qppJNnxh\Za? 4FsfY2X7\n@k%|/@J:y$Lqrh)uF@1˞oA<TQǿ\r94Jb r1LLdO^,RNsSn/ħotU$D_P!d\0LpOk7NlLn\nq&x2*n;Y{uDW[dg{d Bsn9 iS*LDE$Apfl_:YT^,FdΔPgẼV@P8S0JȪ\">0mT!\Z9A)Z/@*6yR7,䓡DFfl~0#FyWy$-\rm}Q4%{{`\"2nE*V$ʷxcRYKSMO-vY |Iƀ^Q.aW(f˿b\n;UBgn½E9[9|FZВ-z ̑TgqܧG8)N*蹉*01G 9!1}WF8|VapV\Z2$R9LG&m[ӏp(f$RzXZ8t80pVۍg<\nE:0o?%ڡcO\\ޱDic,7 [8NGs?3UQf~-X5\rJV-c%#ep~8Ϛ]kdnOEŢ7?>A2Np$up6Y`ȏ#vR0u^/\'~,sJ$Tl>6HAA{z= \0tWs a݁iiW[/; qP~Sr|L8eV@5 ]UV1NkԆ 3Oʂل9kNjL[S8,^+\\鏯\")>(J,eh=UP|?7TvA2YB\\ _da!\"QYP56# *OyԬ,s2xpFT-o u TT>&Wm_xИ4rk)quF@IetʰKc5grkپSd1DSZ\":4KLJ_JA< DƄ$&lSRsGWėT\ZZ%u_H\"ȮV~ 00jHbн\'` /ރ}X3\nD{| QaK0Rb=ѶX׮,c\n5ikhaߌ5>t ٌ^8BrZ`^‹=1{K ~ظ1`\"L\\|–w.Dk< drOj ¼ڃ()#} GlJv)¿<~Ͱzuh,yqphO3A(Y)s0J/@(rO| A>m/[*nB_RG-YX /ŠZKq0$H‡]po=\'sX&͋E;\Z%*jf/i>; Z\0*s\n7)]Vl^B>-t@^~W-O&4#h{Il1@lhbT7a+y$[7B7k;3Kd\0.e^7AAR&DGm1eE:âsl\\KNJmb\0V96 \'?nHÉv p\Z߾VۈZ6jjËH%fV֗M^^4\ZÝەt}y%Jn<~\Z jæg mp(_YNjs>ESiò\" ӃƋ T ^ނw ]Eԫ.F=|V?\r&EHDu`F2<\"h֭K&RsfiK$cN\Zh 9ҭdЈVoc8Q1E/=\rX݃ h^/WXgjU@6%0I\rD4e6So5R Zfޱ <Ÿv 0!!N֢ƽKr=)4 u+vD>m\0a)7t2ͫA:yLª% XܚlYD};7s̻ƪ?ísͩ5DL Q\n(vyer 6s5QZ_^m]#knn\r)1:\rxg l!؜S\Zc/$.BEk\'ZFy|AvPUIEAL`L_2,Mt)of.z%ē.p!ih08nd7MlT Rĕx\'u~ze|\\Ev2rĜv 7giUeޫtȾ!͓\Z\rg6߷\\q-w\'HBKt99Jm|qH\n w28+lroP@s>L{4`DMoaYmytP*\nDճ0AA\nkz} *$cS)KxX1Ӽ~bݥ9wEE 3|:Gu,vlȾltdA4f@HeXqƁ\Zd%\n[Kn0!&^pƄ+nT\0o<\\?_.,OӔUƐfB䍎C^zTRsEy: vʋ8Ư<1ֳ-Pf@ G\rGyƴ. g]Jz`$LKf<ƴsf OC|ut=)k% Ya@ƺ\Z4_9lRkUk\rP\'7/^ųtF\\\r?vWCYnq C}8|M\\0/.\nw\'O-\\mo}%-\0{@\n{ ݒS/-6Rӊ\0Y\n痬}K³Z?A,\ZYum[Ұ[g-d9# 35{Gg{t<yS݀t&g k\"\r+fUʰ4xY*RlգzUc\n5Kȷ84]$0T`1oF\"&\"9 (z&̱ȁu Ƨcujӄltȃo g QfE-fȈIy\0]Qἣ(Ͳȳ(^zqp}ٳ?{.ՙGpȵ08S9M\\1ִnហ/{ 4ȻIŔqdœˑY,XRk2QLOP(m|9pYuc?-F=DqJkfɢ::Kq35F pu@ɮamș@DmP Jɯ j[IY|ԲbX$nG>LIɴ߁10Rzʵg\Z߁ԑ7Ȳ%B]g\"`.Eq-C9 6q IB+awqˏ\\N];L?sBis(܀zHO?۷G۠ԙ>Z ~yg-Gyvm\"GB&i7qʥv2Z}K_ jIl09Rʱ~o2\0?SV=Z sLMk;PhJK{+f0|#8:k ߪGG0hdr鎄\nljs!~BOl;iKe?>VPbAy+L/SՌ$.bne͞BxMgFhW~d\\1a\nTp@ǘvDz|3E6E j\\P(gC?#$/TA}\\DU^\\m$Io*ẾV\0![ #އ*\Zmhp6o2&\\+\0P\0V KN\"KPK/+R$f!띁>7Mi_\"4  Zg\"axh\"\'Mi55L)\\eVA7rd mĶbeT,WMz(=nj <5/#PNgz\Z&x?49̆Fñ#\rb48LI۵?2}̎1BSb`;\0&:Tu%f^ځ5̓>-Pc/srt)xK>l$ ,\Z̚Q\0u4J47:\"R,6\0\\̨tX\'Jܳai m>#Me̵ *o2d*_6c\nzpqJޱe X{~k\0a֒9pA&a&J_\"OTa\nS.7ĝX`j\nf}DErFJ?C NТr7eAVkƒ];YE䙡m6%\\3de\nu8K8BTI)W \'|=]m8ʼnn-`u&tߜSuj2kpW 6{0@\n-t9$-VrTsYݥ/h)`63\n\0fByjZi\nFغ\0 µ#7fhCaT\"ё^>2^~\"-I-.\rQ1*a D.6OG\npQj8.q}PҝJ:hQyyf\\u:66kx[Pͨ8Q\\fMJJ8G\"獃N/6j)RV9 yORvnX3f%0y8x{No:KѰy+!1EÀ\'Uʏ %Ix`Lbɚ[_I%džm_|SLha\'\n (\Z\"f_i\\G=X1!54V?g!٩!_#*  B :_$̻{ϛ@]ӎSC\03xGX]׸j%= %t3Sm*3^e9|#U6UOTbo~s/.yN+4[xV5+D\"G{\\u-TƩ \\Xi{ !7){d2SgzfĞ MJKKY1·^\nbqGwΎuL%\0M0@ΕN:9R}5U\\_^s\n|Η)nS&[{T.6Yi*H Y_Ψ4OoaR˯^Nrk/5έwJ.ֹ҈r~w=4jӐήOOy#MPubT2.tٰ݉ή޸F\ZgTi0bwiڷ{0EΖ׸@Kx :IL\0ƚ|C &M6\"E;i`n7(}9/#T?DPX`dӂ|ћ:’D 3CS d`+4Y;Y ƏZZt#}CklStUa\"6kHDUxKU>5Jʧ-LE{_E\0 RB}NsEC%\'ۓߟRf?\rUne\"4\0Cp/5|X@㺪gp.\n5_Uqڠs?K3^kǧ!\0޼L޽\rbգݭ,luݚ>-:[BǓ|*Cǣ@χ87!\"( Rϋ2\r\ZaDD{oό=_}+~(ȞevrC[mKϸ$a5Qc Vjv`dmmYQ,|:Kʒ%DL#bXWb p?\nQ@xHc( X.Gǵ^K,8b2p*XOLa/{ؒawn\nyLIF)|#pSRNbTismTJ{)Ao n; 9%n[:mtog87PvZ:EFMs,6Lb!G3Jv^5K`GCЎLX]\'kAm]J7MBДlW hk7X*ve{}bIP0ιo-jC-WBBusٿ #g2&*<Ԟ1V= (sSl.B+u\\ۧ-;-R8kp4C9RWJ̡f+VUm9jODzq蔷g\rӒdK:DѬ.AQ%8;+[}2\0O\nqbm~ +jDŧɽ5h˫\Zx$wB|9W8gk8Yljo\n`\r$%eG\Z8 cb#k uh(\\F#jW 7\"eKCds2R\'Y.đ3E9D> .2,!@%}1i}.k֛kgpݑby9YS\0m0H+\rq(2=]$ɆpLdGa2x~e _Za5ڹ-{UVdHrV(-W#Q?`GuGp~n-ғDjkh)fxwLQғsa\"o?Щc9Cҧ1 8,^2yI[u(Q-yj $ieYi{p\\8ڪ f.$FL6wfj\\iAxkst~n¢^2๙fV)ʍ*^D.oR|D9O4[J \"<Ɲ2,*5pG;w2^f5@է3=E?:zM$qeƭba2E!td^jj)RBxBL  =I5E9gj\"Xks &Q=IjEN7\n;R}l pfVbmmhc\\J~9HJ$[x[֝~m/ȶ>ũT.),l;;o[ӆˉDgu\n Y2.C0ÎM(Ӌ;sdO&hgC0u![+\0Ӟ*سjEW;>$:̈4dQ+aJӨ+`qs{9OF xvNms{Ӯ¾&j\0vS|.kӷĆ{线m-a. GB1n:sӸ9A!=׺a LP:Ԝ̶:wyj=ҕī6xySy[9l:Z=?V 2T%<΋̪ѬJb+/?B<\\|8W)\0j|( yz633Wq\'x0`CAW\'>ݩA$s8 *w, ^4K\"w-\0CV!)3UէyRu\nahFz f\\\rgmqԜI|y\' vdŌ #Ϯtԥ宂EO1\":9(TQ\"M4%&rOfA[Ȳ4ɏݐqU}R\"GDŽLg+\0vQv1R2ߡ/Ɣ~Ϟ-\\ \Z@G>uyaxn`fw?6y}> m\nMR\rˢ\ZNtAFA\r|?4A&E(6~e|vHl; R\ZVyf`TØ`s[|CImyu>j\"e[8%\Z\rˤ\rN}RmD\0!,Օ>o* ,_wE]I`[3Ֆr\rGVpGG݊X3 ;՜5Iˆ3էKnLm\\UkJصlLզ`A^{Bb\rN\Z8Yd^^uYq,c$:$(Yz/gJ>#\n\"7`)w10.^Rb괚fՎRS\rG4(!OX*7Al\"&ap6fK)^o灐Os&˷uUĖ{x` &{;uբ.Xvakdo\\o~(y&jF%@I(.#5U[֋DB@i~1\'7Ö\0W2jʙ{`01]!֥\nc 3*aVֆeƗԟ9ROt\rC_4czSsTAqcڷ’59aO҄?tM)PHٹkώ%7f+$.~ӛMxkv\rns]%́Tĉҩ^{Ǝuj-{V=O\\dT5^+`,TEGN`-*(q#ԜD]KXJnpiήo(F rr^$O5M&JDK0FNw0\\Ps-\"d,世n7z:nSKnS Tvu!@bv7NgVC%{~4u k@5=({\"X<؎\\X)Ш®4ʸcWþ#E 5ӂe%/h]޲#ш9`vb9N/lRagLwԺQ\'b(c/:+~Z |\0u%rvBT iނNɫ/=1I Dj0\\lM51(R;\\gՌe՞$_,j 薶tC@ϊ&8Haq_/BuZ&?y=ӡC6d6m\\]vayT*fZ/8߬U(WU{-V͗8$4l\\L4y\rotf`8^`=@lTzŜ8)}~H}qٗNai9U ᤻\Z{٘\"[,T#H5\0F \rRosٙ$ѰRej`^7葟%yٜM9\Z/\' ٞ4bVttkEp%~D`%\0;ٴ M\nWX\n躨||3ߜ++4 ,ٷ紱1]ֲlzbVPx̜=ŭ?/Č)-\'Lԗ x!Uw_nFa>e3;vztPi(d|\ZVw7BAzzMk+O5@&},py F(%Ld\r*n=YNt,kL ]*]>N5c Ynl)\"qqpuu4F€݆$ӕ_p~*60#?BTP|:Xk>`WO@!پp}_ 0[\Z@d\nf!B>j\\R^3VcZ=.\0܈\\\',(&M1^t&*/:7`P\nS!:b=.#R[$Vf+mսRh_i;1zm6@d35(G\\ܧDoi Pp*vw;X?=s|VFƢIdE<8mJ.Ewj#_\ZܞfnN7U//g#JKӒ]堹|MnYM\n}2 `Qv_\rzB^=څc:ܾ|@l\'e߲~چL-u5Zkw=03O* ;XJ\'z0ګŲ T\"\\S@ޥ+0yrx9M,ڮ(\"Y<%I 0c+ Mv1ںQG䃞uGiԯg#dN,֢_5^W{KbFyPXp^Mƴs>\ZH.\r ߏZ\\ UDOtޔ&ŔLZO\Z4vdU==cx\\魞5\'ҵdջ`k_[aJ{p\ZE=(X\\s pJTX~\\sAk\Z-=}Fb᜾TEw!}a}.& c-B\'Sj?p净,Xp!:Est6SzåZ,jۂwT\\ +=ាb\'^xK.ۑ&\Z錷 ې7~rbۣ԰<К~_m?# #B (ۥ~b% w\0 z9wsn>Dy1ۧ#)\"UGܑ]ۭM:EZ꧒5>7Dublg=z^z )t?Ū鳊<)+$>BFV d 03mR2t/vS 4h\"hAD\'\'|6[kF=\nyifmR̗Ui؜!YhLa门b|\r,7@ \\\'>0n+SK& sщ\\;Yq9wm3t ЫQv#`i-1ٞUhܑǣg\n4 ]D$WܗEV8֋i;fe|ˤܝ.rYMDMKqĹzZpܣxL#!E~p#wp1[0L \nܱfXI`&:=^bKG\0.ܴ&#kpe`򷪱hfsIXNkǗ!JB(AL.V#8de\\B_&:K:\"‡$_\ZgpSI{ǫ2jPfGi+YHK׀&f8Hk[%mrŠ s+n0Of֠7y稶\noN{mnP,h+p]h4g\0x-8EmbE\rH Zm\"6N`! B\'wCˮ.0{\'~K.s JIPګ&nR 2JX}k;\n5 Vr4݊w?œL)Kf4ٺ\ra~tnTݩzKuY.mi4*UTݴ \"cYO|D\0;.Ѵ*NݴKbT 3y*נ\rFݿp\\/h#]\"\n=/ MZփI33unM5Kh&bV\\%Z$iC1~s\\6rۘ\nΣ6tt|hfS?f_z`y(H2\nyπ8FpBkʫ.E\"y3(ɝO6Su՛Z&S, p\nb!s!ͮ]>\nOj5RLCIeỔJe\0.SF>.wg:$ \Z V8{V9/jzbbhF+\0~XtǞC{%f\"Z_m=Z>D[{/m9qN9wN|\n֥sj*b TO5pp`)ޖp1iМ &19ޠ}D3̲ޚ$>*~wa\rxޥ\\}9QZ\rHO\Z+C3\r͇q,ޱ\n1$d8v^!*3#͜v@3&hN;yB\ZN 8 jxoXQl~?8ii8|LeI_y:&Rz<OT%x\Z܂it11EgU&21YI\nf YᦊFrL7uSt֗pǯ$U-m ~V>򘀹EY\r,iՂ!\r2nD9T%T֖\r>ƾAY{,P\0~b\"܃n\0A=Rb$=Otǐ>G8jj48-sZԏsŝf?߅yRz5T\0DU磣 w̯ߌ\nrsgɴ5Z}̼ߌPܻ\0{QЩ#m,x\\`ar_ߔ}>&Iy pby18gJ\nߙw, sƟlalkHJn?&b+ߠB.qf6*_-WI4K2ߧ)sg,He|\"j̋2(߹VNA=X\".\nŅi2~<gqԴTϗ~%>ԍ6m_5};[IFi|x7N*TZj\ru^kbڵ)P\0[\'.l7^\r?%RcIglQRx\ZˮR-SZo3ҳCAj M^2ɖ އ͘RRSo sByc!l MJh^`7Z=^ԯč1TgرDwh l ԑ_x4\r[ \r+~\"j\\粃h_EV\"R҆c}oiӿFp&KIPʽD[E=3iJ[ax(aBtgP B\"ೄ\"-dJ ի U{(QG<C]Ffw\' 欚Evm8aĆJHڢ #eR7\"d#!E!,cl 5B\\ W\"gܷ}}|CC0v0K\r-p4,KY(I xDQ/tvǹU8&.aYA=6 ݼ4\0e0-4J\0)Sִ ?k\"4Z.Z9\rkXe_^q(ѵ/̹h 22&Xt-aZnmsNQ\"?mFN8?pi\ZhHz᎞O,khiYe8;w*Aފ&\'D:5`v>dk}<6 ȀKB۵&|UB\0Y;@7GJ۽揷+I-i3a%+eT7 ҧgяd,w= {|\ZZoϢ.p]U\ZeOlP&A{5/w?Z)H%K-xrNpꔨ%\r/<\rgl+Q_r-mPhQ$,5%m,\nu(ޞw0KoHJ, a rU9\'s?| R0AtRWE )օuTRYT6r\ZIZ)[w[]=`LÞV GLmJafo\0We2`:Z?^X=Gγb<H GwE21wha3(J@g)z럳9=8\'KI\rn‵`iz y}fWmhGmM]H\ru:4̩i7[G쳙r/a4v)w}U+谆{3⥾ϵ瑉N)]W1+Z *ʠu<e\n,&ͭ1:If ڦ%5@Q85ʂ1-5ymn*$ \\lG*EM\nl׭m[-B8YٺdJ6S.V594*fH r*\0Y㱿;+ hӯ\Zz?<^޺%8\"yٱOlB=VGh!K<Jq;(5nOjnYZ5qPܠ4zgzBtWnW&c\'J@{Trq *kJ+0}VLf6 ӆ`lI*H?6G}hoB  %L@ĥbu(FHP\\ȯC9!cnN*NJg}Yv7Oh%.\"AX*䯂:roO\'7x9)yj?wk6(.Tv̯15Nb7ٳUw*)h +ڞ\n)QNkU4JM\\V^1urYޥ1mwt&Cr\'BMFu\Zx/D9 zH&U>+TKF(,`:7QDZ-FZ QTƷn\r{vAH\0eq$WDjK+{jPuυ~\r|FSa(J}ȟA\r1Pxzuѷ;gtS7Gn+Q1rgQ yg5.hfhm;k W8ˉntAbyMϐ;(uj?]$C&eZ%,zfw#nؔ50D*/rxPgb =#\0M)B\\eCAwwKHY\"0d ~k:\nYïy.5 <ooP?DO%ڵN:({Z ӌUJk#HT]^U\0Tj崠&Y|s@-= g_{-SP+fQp87i!*Iȣ7\Z, [xR,96g\0È];l\0l*\r\n%E\'tF䝆煶\Zf=?;[%j{j Ma7roثl]FA1_ \n!痰fWeJSZwkXڱӍ~\n}@=\\YYC]Ǣ5 cZ\rl Yƞ[#i[5Жг4\02m&h`q\n\")\n Se]~&^vwŜv|چ`z`I{zC9]W9Ջʸoz=pr7 \0H\n({S=g‰kyo?8Շ|BD137ţ遢\n踭,\\qr*Llf< *0V\04~tUgLQ磺1Zktx*5I鄳~㾥ݐnn\'-҉V>鈢ڛr],?i(R;}>QV!yvpc̒P`-e9rJ K\'t>;髥ħgZCJo*^ɰ1NJRiBOӬBVhpC%Z}=s<۔[Z# g *\Z;1\ZE?Ic_c#ňM-[\"nE*9p:cZT\\:_&#`Q\n. .E@ю.%Eg=N3>g|S(FjǕ\n;eX4PievWsoڋLQBWbex Aj,prkjVi]A\"3#q Ɔ\Z)+l\0#<9\"ϕAvhzJ>AqW&zUV\nW8 `\0ayxHõנcΏͿͰ9O8^^]t*f%YE5<`Whj0g_MTJ\npc‰[_:E(.)&$*~(gf;c\0̢ce:Hb>R@\' =v@5) y&֫\r;&؛ƿػ5|V{׾A\rreAF zK`\"?EzcRz͞.V~!6k8W\'|ǘrfH /@\':{YT3NZOQ˶ܩ8N?5nA.ya餷#c^SA_7\'hcv]#\':zKl?Yk2W>-MPN`g?\\\n \rK\0J<ǘ3bxT:W* r-6fpxc,hoNI[\\`nB7$·#t\"Sm-C`ɊsE#)(A[h\'|kaOIh9A\08(?K\n͠ZNtaZf+Ǡ\nKbn81\"P&8X;U^LDL94ݬJ݃ClEe[7NJtt@`2Z\'SV\"*XAvkOxޡmdFFÅfa+6)rb4ʲg}Sxvֻ aʩD\05SS-*^Ӆ\\w%`0vl\r\n?4ɿr֍On_4`/-\'aYI|6`Z4\n\"l\'U8ykSlصA(GL8!rZ!e%duH/l+ޠ.I6( 웎yRj\nMx\r.s΂&^5Pn>:,GIzR쮝yY#dzE 92 vnjs,_Y{\Zk]ٛzJ^z{M9l+:A}00.@L3l囔\\HiܵxfLl#@Ťe+׹=So\nhѱً!J~ẞǡɹὙ g\ryuCx;P{ kyM#h.?t#ɠ\"z)`RI+_#ap[o|\':@A} E饬 2,)w _DʉԶ͂6j40FSc\"~G8<\':M6/U9)OWT>S0\0;QO%$K \'͕{)_ĝ#/q&O[ O\"²,l?2j&,k$t3?iYϲYڷO5]I{ٚXLl#,\nWMbXzp)\'F{Pniq9o ̳l5y9Mb&iKues<%qѬ6IF_\'Q73#5XNxL+֖} gTj,)0 f;7p>Dy(-s\'#֛XމΆ>풏9Fܐ𱐠dְH]@ePayŝ&)ԧ0x)/mۅrUz&[j}wREv{AG5Fi y*dq]OX=ܞ“W[B\rDݬvp>j*욬e 3p]L}``DX1عWJ]cƈf uJ0fj\0ցsZR~]*\"rdS2!{֣:=Nzg&$F,lK급/Í9zÜu\Z\"dm*\ZX͹[I|4r_xS *t^&/\\$r\\`ʳa7%eűCS6ǀh2.^WwHî4n~2p{wq\Z.(Wa_NCnd,ypU~2ʩw:jU/t#L\"utPw\"Lx|(.ayѫu#\ZڄeuuI;o,1{[rѸ5b,B2+YGHQMp+i2vCm*i QLCH8RvJjo޼f2RFt { [Ob4?fs^Y\0 ^x{N0GuD/Sā;%mp2X[j_aGv@2b\\\0~*JjT\Zw?/cg)eZ~&qN7 Z-r$E\Z3b\nNyoHNmQvaN/ Y!v46]3]3<ڗ<*=t󅡢pEKL[Mrx%\0b0qqĂ|x:_V5:USo2ҾPuA_*}~\'K9;4p\n+=UO}6Ԋ|}<yﭼ։Khxޫ(R1=~PwºT+In\r{M_໘`3x4L#\\rԹF \"$qc@\nCKnA O] `oCK.U8uiH< pShZذ/\r.O}9fPko2,=A}P#\r5k,PD+>J5딧n.\0URqk\'i_i,\nG+L.\r Q\0% \'ym_#?E1\0² 75mw>Z2Q2K=^NqQ\nIS}V#N7=ɷ5gD>h]3\n0_эWg1*VFIPxfvL@pR;KR[:[*w(1 yjL3ˇd\'V&}l]dOgV:5fHA~l!/6yԶ![^IٷO3E}{Yz#@XaͰ]()ck!~s~hq0X?8̅Hi,+x ͵ SE9r=#_~\\/Sͻ(YC/#/D^>6\\V6 Ei*X,/6}%]v \ZY <}]8c4=}Xj( ;wgָ,\\R0$koA{2#am\'Y#O(&\r\n0{z 7jRv^0?2Dh4SG8RHe4ډ3z\ZrK,IޗOexџi}.kQ _39y\nb-5c,R3\'r.]9cxߚY9\\~ fǶhj}upIXpھΩT/6FkTE;H #ߛ{C\'Vۨ/H_n{FW?^ծV N -js\Zjh߽CșIER1GŸċd/8Z{{S*QbUa9e׽RX?楐1ih\ZҕXT9Eߎiц v&=GVkr2C5m~q~ ;rfXᅸeXtŪ.+[咩H{v./s|UZ Ah$DUsI{\'\01rkDac#kQbm(({ia^\\vJMC`QA6_~jc,1F\n)7䩾!@ nK^$NVjq`JBZޅJX0u9>!v1vą>Ш&D6X]`=s\01y5z4Oš|pA5P(fy2Э9exkzB46H y/=u4_c ο\'M|4gE;+\\)Hq{@dX{a2H =G6Cm:|!%p8Ug𿌫ANyqoʅ#&]#mVەrȹL=6mzQhZC TαiߠPom\\D5~!oa[ceU>Tø~3$:ЗeW_6|T->{rC\n=kRdj6T\'3H_cxNpnx{V@f!D.SJ/xknZ~q6Lꂨ$?{II%&V(Aw<䩻c$a=!3CPY.c%0 b?O)Mퟴ[%>xd]?Z񴝞15q)9W/`kWV*_i_\'hMaCQW~K0X~D<>5O! U\'IaӴ9+6fF7r,?OP\Zr(gau;YR>v\\?sk\\ ~mV|ݐ\0!ٖX6av/%1UEd_w\'ޢKGs* %y1PbBR[B}\n[; I2q U>n)̈́IxVV$Z=qUOc\n4\r\'R28F(>F2 \"Qj6h\'Vh~Ad7DcA\ZHzyIQ]oa%:1WRͩQi~^Gvr`G̃S$ 2|>YwMW[ I/H-j\r%D+P4 g.{^W/!uT &gɖ\r.:)Q7ݣ h\"bY(VW|/5[rɷ*MlrnzWm:fO&y(H\n#_FD:1I}U\"\0HB&`8m!Uc%rT.qx=\0\"I8c_;k6RrE?{dG_A7c0+^Eh1{9U,%k1X \r LcN; ]ySPk=9ifCu l6E#Zt,#<\ZL4ZFU!}\\֊_ȕ o/B\\!Z<&^SV?RÊ] ͮ6RԤz8\\4wcysM)9@2.V/Bc5a\rRIG>?y;+\'SAED>qqa_؈K)A/YQ;#6ycȌʗjL2-[ 3]S.\\0הB/\njz\'aFL\ZH-L `$p1/>:rVǙ =={OrRxgJ9G0>zc& IÆb4~*LQRkg! ifnb.*η$gwT #;?`?;\"AY|X;uaw?oabN$gI+R.e\Zpt ᣈ:\Z`\'8y`wW0PRƇ]Pd$*H 9\n?g{g s gOXI#n!F#Yȼv\"|:ݯCG#\nYE[Vwi%-%F\0[n1Sa+]BE2sŎ)?ԟB *ZOےn+z`ߗ]^$dgGfmG8@~n? x*ՑxkS략9URݼ\"EI {`z$쨀qZ6hֲCR=8Hΐ<>yy= ؃Gө&0*u\0u\r+M\nMƿ4f_MG%2q0/ғ:;eWGʈP,KA]H%AQD۞V蚹xRBBy%hWvǶm}nG>pѹW5wOE̾mG. Ճg?ƒrТjs$_D&֗H᝭s%vx-#? T5)\\Np[>&]:.ѥׇ4UhnlhʫjF**\ZWnfrP#3w֢$¡桘3D\\[IwD=O$l\ZI9<0ox>L1\Z?f] t2Ј5Iv C(߱wziC\038\'U$S(]4PcUv᢭(c̈́ɯTνڐ$_SЊ||nD~v-;&W0;7 \"L~ޅLE`!)lʛhLO/̩3z4ΚC:Ufz^^Gn/pR1C̬202J΍<:_B!s*l6\"Q_ȹ2a7<\\U}\" As?C9`r0É\01yiN7,N]8ϪC,01Sͭ-abpYx{VcolNGqlkbañԟyb@Y(J5}׸dt`MuƂUz[w\\=ʼ\0[\nKix-b>,EdҔ\nN-\09pM0+~0:6r½c h{M\\J,k\r?O\Z/ކf?xȃ9\rQP@\r\ZSz\nEOwF.P)n><WS)_]Ya\'kY_otr)CEI m/;ggŭƱ0`8^\\Ƌ~~J7$kSsYme( |.ŹzZ[몾lc읋qoןK֛+%؂!a29\n `F_h*y.ZۭP0\"j=xat\\Kh9wǏ;Z)K~Q[::js^Z@2nve)e_u!9]we<΁iJkNuMٍOI0x{MyR\r~SBSThZs*[? POvDŌi*b*;ةDڨn/Nshwk1]\':&etbt*\n\'Z%$^*BR_~;A k8\\=>J1~(Acqo%TFO-GzJTN>\'#. D=a:\'jK WHS`\ry~E~|\nRi)fl饔e})ld*ÀIF^ȯܒW@~ݘT`l 9睪PkKVd*X\0MoDO=hW\0 7$RTbzHpf?@јݲIG]qM;>l\nA>khR8yOtldU^E%On޹~}J[An>P:74iwqcs @\"/š|sP|0ô!J[h7e^JTuVڅ6bJR#ԲYunnO#\rF1_Ң\'Sz< J8@bc\nizNy׊}˜.\Z^*̶=.)~ _OP\nx+U1wz)\"4+B\\II%%\"ЖX~X4;;]* &\"TQWvRid3m`a3\r45q$&Β9QO*zkBjdE,TgOrP~tgn g(W{v^Z}ȐC6ݞ+?۸ZPd?P\\ kO}H\"F+:̵LZKAxr^/\'D~4d `8`q׆dŪC*k]0ɾ\"Ͷ#8Kr|\Zゐ5bT2ph= j#jR 𪏨|z03ܸOV1SlfwV1 l?.\rƨ;p-e*`[p5Uͳ{n!z[>ft4s^tE+WLկCҩχHhZ;P.s.1q+܋\r4$PduU18<KnspGRb:L0j}y슟WSh5GH;V((\ZB\0\rlŗBs#3?+WpPMk]NcVMTpW \r0Z|\\T-B D\",Quܳn.A\ZXm,P \r JhxQ#\0  tgFNv&W\"IJ}:kS-e&sc1hؗ]m3ĺXqÏj_y[+xEV0z xi\nF\n74欋\\M=OhL;-F\0U*/d.>z_MEMՏ-/v_څc?,U&\"R[R|Lkv7[ׇd̂zR<2K7II !1&j[656i8ntl*?/]\Z4tX*52.p·\"F6Zؙ\n$zz\r9`\\&S9~{-LKŝITi;u!7UeH> -%G(m\0DO;^Klظ!/?aFz#U%f{xi<f;KZ9ްNWj_H]͚VIR[냛BwsbN}qY7zoUu\'1k~P,o ʂ -~Bʾi>1/##yXoa\\DŞhebh?)31us_sШd>V*R/\0ӷ~r%\"8lb κ\"7eE=n~͙\'2C/ r\r̈\r;JUˑ-\\B? CQc2 Gehh݌^@˶\\},nۛ~AF,\"Ǣ@\npy4&7:wOh4jyD{!2_Ud~p7O\";}en\0','no'),('currentCronKey','','yes'),('dashboardData','a:4:{s:9:\"generated\";i:1646922328;s:3:\"tdf\";a:3:{s:9:\"community\";i:4905;s:7:\"premium\";i:5064;s:9:\"blacklist\";i:25273;}s:10:\"attackdata\";a:3:{s:3:\"24h\";a:24:{i:0;a:2:{s:1:\"t\";i:1646834400;s:1:\"c\";i:15572282;}i:1;a:2:{s:1:\"t\";i:1646838000;s:1:\"c\";i:15162984;}i:2;a:2:{s:1:\"t\";i:1646841600;s:1:\"c\";i:14790207;}i:3;a:2:{s:1:\"t\";i:1646845200;s:1:\"c\";i:15240633;}i:4;a:2:{s:1:\"t\";i:1646848800;s:1:\"c\";i:15558499;}i:5;a:2:{s:1:\"t\";i:1646852400;s:1:\"c\";i:15001762;}i:6;a:2:{s:1:\"t\";i:1646856000;s:1:\"c\";i:14785429;}i:7;a:2:{s:1:\"t\";i:1646859600;s:1:\"c\";i:14262997;}i:8;a:2:{s:1:\"t\";i:1646863200;s:1:\"c\";i:14203074;}i:9;a:2:{s:1:\"t\";i:1646866800;s:1:\"c\";i:14386744;}i:10;a:2:{s:1:\"t\";i:1646870400;s:1:\"c\";i:13856057;}i:11;a:2:{s:1:\"t\";i:1646874000;s:1:\"c\";i:13453166;}i:12;a:2:{s:1:\"t\";i:1646877600;s:1:\"c\";i:13283944;}i:13;a:2:{s:1:\"t\";i:1646881200;s:1:\"c\";i:14218307;}i:14;a:2:{s:1:\"t\";i:1646884800;s:1:\"c\";i:14917405;}i:15;a:2:{s:1:\"t\";i:1646888400;s:1:\"c\";i:15396407;}i:16;a:2:{s:1:\"t\";i:1646892000;s:1:\"c\";i:15517525;}i:17;a:2:{s:1:\"t\";i:1646895600;s:1:\"c\";i:15727875;}i:18;a:2:{s:1:\"t\";i:1646899200;s:1:\"c\";i:15720353;}i:19;a:2:{s:1:\"t\";i:1646902800;s:1:\"c\";i:15623082;}i:20;a:2:{s:1:\"t\";i:1646906400;s:1:\"c\";i:15344456;}i:21;a:2:{s:1:\"t\";i:1646910000;s:1:\"c\";i:15334015;}i:22;a:2:{s:1:\"t\";i:1646913600;s:1:\"c\";i:15174860;}i:23;a:2:{s:1:\"t\";i:1646917200;s:1:\"c\";i:14943990;}}s:2:\"7d\";a:7:{i:0;a:2:{s:1:\"t\";i:1646265600;s:1:\"c\";i:346712280;}i:1;a:2:{s:1:\"t\";i:1646352000;s:1:\"c\";i:344530637;}i:2;a:2:{s:1:\"t\";i:1646438400;s:1:\"c\";i:313873443;}i:3;a:2:{s:1:\"t\";i:1646524800;s:1:\"c\";i:342504333;}i:4;a:2:{s:1:\"t\";i:1646611200;s:1:\"c\";i:375953209;}i:5;a:2:{s:1:\"t\";i:1646697600;s:1:\"c\";i:364164250;}i:6;a:2:{s:1:\"t\";i:1646784000;s:1:\"c\";i:363372276;}}s:3:\"30d\";a:30:{i:0;a:2:{s:1:\"t\";i:1644278400;s:1:\"c\";i:356314918;}i:1;a:2:{s:1:\"t\";i:1644364800;s:1:\"c\";i:355160615;}i:2;a:2:{s:1:\"t\";i:1644451200;s:1:\"c\";i:366798747;}i:3;a:2:{s:1:\"t\";i:1644537600;s:1:\"c\";i:360542577;}i:4;a:2:{s:1:\"t\";i:1644624000;s:1:\"c\";i:355005828;}i:5;a:2:{s:1:\"t\";i:1644710400;s:1:\"c\";i:346642788;}i:6;a:2:{s:1:\"t\";i:1644796800;s:1:\"c\";i:367356879;}i:7;a:2:{s:1:\"t\";i:1644883200;s:1:\"c\";i:368578546;}i:8;a:2:{s:1:\"t\";i:1644969600;s:1:\"c\";i:369762476;}i:9;a:2:{s:1:\"t\";i:1645056000;s:1:\"c\";i:365531524;}i:10;a:2:{s:1:\"t\";i:1645142400;s:1:\"c\";i:356701134;}i:11;a:2:{s:1:\"t\";i:1645228800;s:1:\"c\";i:366086602;}i:12;a:2:{s:1:\"t\";i:1645315200;s:1:\"c\";i:363793948;}i:13;a:2:{s:1:\"t\";i:1645401600;s:1:\"c\";i:369330194;}i:14;a:2:{s:1:\"t\";i:1645488000;s:1:\"c\";i:367530704;}i:15;a:2:{s:1:\"t\";i:1645574400;s:1:\"c\";i:368899901;}i:16;a:2:{s:1:\"t\";i:1645660800;s:1:\"c\";i:356640588;}i:17;a:2:{s:1:\"t\";i:1645747200;s:1:\"c\";i:341999300;}i:18;a:2:{s:1:\"t\";i:1645833600;s:1:\"c\";i:333107179;}i:19;a:2:{s:1:\"t\";i:1645920000;s:1:\"c\";i:338399424;}i:20;a:2:{s:1:\"t\";i:1646006400;s:1:\"c\";i:348995947;}i:21;a:2:{s:1:\"t\";i:1646092800;s:1:\"c\";i:353512975;}i:22;a:2:{s:1:\"t\";i:1646179200;s:1:\"c\";i:343846879;}i:23;a:2:{s:1:\"t\";i:1646265600;s:1:\"c\";i:346712280;}i:24;a:2:{s:1:\"t\";i:1646352000;s:1:\"c\";i:344530637;}i:25;a:2:{s:1:\"t\";i:1646438400;s:1:\"c\";i:313873443;}i:26;a:2:{s:1:\"t\";i:1646524800;s:1:\"c\";i:342504333;}i:27;a:2:{s:1:\"t\";i:1646611200;s:1:\"c\";i:375953209;}i:28;a:2:{s:1:\"t\";i:1646697600;s:1:\"c\";i:364164250;}i:29;a:2:{s:1:\"t\";i:1646784000;s:1:\"c\";i:363372276;}}}s:9:\"countries\";a:1:{s:2:\"7d\";a:10:{i:0;a:2:{s:2:\"cd\";s:2:\"US\";s:2:\"ct\";i:1398879642;}i:1;a:2:{s:2:\"cd\";s:2:\"SG\";s:2:\"ct\";i:291490464;}i:2;a:2:{s:2:\"cd\";s:2:\"IN\";s:2:\"ct\";i:248502255;}i:3;a:2:{s:2:\"cd\";s:2:\"ZA\";s:2:\"ct\";i:241302409;}i:4;a:2:{s:2:\"cd\";s:2:\"DE\";s:2:\"ct\";i:190893771;}i:5;a:2:{s:2:\"cd\";s:2:\"RU\";s:2:\"ct\";i:189979887;}i:6;a:2:{s:2:\"cd\";s:2:\"CN\";s:2:\"ct\";i:186253904;}i:7;a:2:{s:2:\"cd\";s:2:\"FR\";s:2:\"ct\";i:184212541;}i:8;a:2:{s:2:\"cd\";s:2:\"BR\";s:2:\"ct\";i:166137514;}i:9;a:2:{s:2:\"cd\";s:2:\"TH\";s:2:\"ct\";i:153678476;}}}}','yes'),('dbTest','a:1:{s:5:\"nonce\";s:64:\"536c21aba1e97e38367ff76394a7aed08f479accd393f7f2c40313c1df1821c7\";}','no'),('dbVersion','10.5.12-MariaDB-0+deb11u1','yes'),('debugOn','0','yes'),('deleteTablesOnDeact','0','yes'),('detectProxyNextCheck','1647341546','no'),('detectProxyNonce','','no'),('detectProxyRecommendation','REMOTE_ADDR','no'),('diagnosticsWflogsRemovalHistory','[]','no'),('disableCodeExecutionUploads','0','yes'),('disableConfigCaching','0','yes'),('disableWAFIPBlocking','0','yes'),('dismissAutoPrependNotice','0','yes'),('displayAutomaticBlocks','1','yes'),('displayTopLevelBlocking','0','yes'),('displayTopLevelLiveTraffic','0','yes'),('displayTopLevelOptions','1','yes'),('emailedIssuesList','a:5:{i:0;a:2:{s:7:\"ignoreC\";s:32:\"bf8f122be1ae410b5e1f243c241c527e\";s:7:\"ignoreP\";s:32:\"bf8f122be1ae410b5e1f243c241c527e\";}i:1;a:2:{s:7:\"ignoreC\";s:32:\"5c83d05c4ca1d7dc85bde08b00742f8a\";s:7:\"ignoreP\";s:32:\"5c83d05c4ca1d7dc85bde08b00742f8a\";}i:2;a:2:{s:7:\"ignoreC\";s:32:\"1d9ad001706f20171572373be3f37681\";s:7:\"ignoreP\";s:32:\"1d9ad001706f20171572373be3f37681\";}i:3;a:2:{s:7:\"ignoreC\";s:32:\"ab311484584f66c656af06d42bd82e3a\";s:7:\"ignoreP\";s:32:\"ab311484584f66c656af06d42bd82e3a\";}i:4;a:2:{s:7:\"ignoreC\";s:32:\"7d0ba60d5ecd2293c0388f9cef8a40fc\";s:7:\"ignoreP\";s:32:\"7d0ba60d5ecd2293c0388f9cef8a40fc\";}}','yes'),('email_summary_dashboard_widget_enabled','1','yes'),('email_summary_enabled','1','yes'),('email_summary_excluded_directories','wp-content/cache,wp-content/wflogs','yes'),('email_summary_interval','weekly','yes'),('encKey','5872f1da3672b906','yes'),('fileContentsGSB6315Migration','1','yes'),('firewallEnabled','1','yes'),('geoIPVersionHash','a1214acac1b3109ae51eae6349fb045cef4b53346ee65840edbf84fa0fad9677','yes'),('hasKeyConflict','0','yes'),('howGetIPs','','yes'),('howGetIPs_trusted_proxies','','yes'),('isPaid','','yes'),('keyType','free','yes'),('lastAdminLogin','a:6:{s:6:\"userID\";i:1;s:8:\"username\";s:10:\"festlandag\";s:9:\"firstName\";s:0:\"\";s:8:\"lastName\";s:0:\"\";s:4:\"time\";s:27:\"Thu 10th March @ 01:42:19PM\";s:2:\"IP\";s:14:\"85.195.251.247\";}','yes'),('lastBlockAggregation','1646924647','yes'),('lastDailyCron','1646924645','yes'),('lastDashboardCheck','1646924646','yes'),('lastEmailHash','1646919739:bd69f49b527c5986e80a88a13c58f565','yes'),('lastNotificationID','8','no'),('lastPermissionsTemplateCheck','1646924649','yes'),('lastScanCompleted','ok','yes'),('lastScanFailureType','','yes'),('lastScheduledScanStart','1646924649','yes'),('liveActivityPauseEnabled','1','yes'),('liveTrafficEnabled','0','yes'),('liveTraf_displayExpandedRecords','0','no'),('liveTraf_ignoreIPs','','yes'),('liveTraf_ignorePublishers','1','yes'),('liveTraf_ignoreUA','','yes'),('liveTraf_ignoreUsers','','yes'),('liveTraf_maxAge','30','yes'),('liveTraf_maxRows','2000','yes'),('loginSecurityEnabled','1','yes'),('loginSec_blockAdminReg','1','yes'),('loginSec_breachPasswds','admins','yes'),('loginSec_breachPasswds_enabled','1','yes'),('loginSec_countFailMins','240','yes'),('loginSec_disableApplicationPasswords','1','yes'),('loginSec_disableAuthorScan','1','yes'),('loginSec_disableOEmbedAuthor','0','yes'),('loginSec_enableSeparateTwoFactor','','yes'),('loginSec_lockInvalidUsers','0','yes'),('loginSec_lockoutMins','240','yes'),('loginSec_maskLoginErrors','1','yes'),('loginSec_maxFailures','20','yes'),('loginSec_maxForgotPasswd','20','yes'),('loginSec_requireAdminTwoFactor','0','yes'),('loginSec_strongPasswds','pubs','yes'),('loginSec_strongPasswds_enabled','1','yes'),('loginSec_userBlacklist','','yes'),('longEncKey','ae504482fa0fae49fb20ac8a7098cb73fcf4a0ad3370a0490e306ce568db93bf','yes'),('lowResourceScansEnabled','0','yes'),('lowResourceScanWaitStep','','yes'),('malwarePrefixes','\0\0\0\0\0\0y8\0ٗΝ;˽sIYJBR$RI%QDZHJ!I+JHi!*)EE+&~yy33>nj\no>^\'_wBx1uO\Z %e\r?EC)M>8)}uׄ-X1ffm\0\0\0ra?\0xG7\0?)`\04DK@b H \0Y+ gZ\0p\Z\0@1 Pt180\0v6. ); ռ\Z@U {\0u\' @p_F\\q4\0Z.=_\r0h t&:A!\0]߀\n@7\0b?g] ;al`,[0` `x,0`00a $`d0ZU\\\0>K>&)/S5);0r= 7?`\\C`9*XXՐd`~`6L XK֗_W6$`tt/<$p87O\0`m0m.V!kH,\Z Hf~ x89u6~ \\\\`w<:`^s0\0,?\0,H{\r,8,(N\0\\Y\0,x,x\0c OӀg#`-u७xxs/]\0,%| l 0,Yg8`р]C\'v\0k܀\0& `O,: X&\"@`H h4 8Z ܁s`I\Z0XӺٛA@XPv/6\"J b\Z \"k\0X:\0Q U5d DG]\06=] lnX[V@.E$.-ض,; ~j >Nu灄@B#8H7H|;؁.v+$ i?s +\n ؍,v4{f7go`>w`^`_N` R<)A=qR M6f0\nH/\02K g; c\"9P0%kӢ@D g= 3pdQ!p4pY@zs pN\Z\nt_Tp[B@Ipm\Z=(n1\Z Y\Z {{%\'F|\0*^&)@(2(OR˧w&W\0`m=P2@k@F : P}|7:S[9Z] rә\05Gf6\0|}E$p@xxx82/4htxt8S4πcÀQG^@6y <xaj\rxi9x9Y ^^Kږmb൷=:$ x1x;r)Юc\r |hK:́O|ϻu/o]#[?@@=\r_ǾU 7c\"oN)0 KK 4M?Ч |c@ĺ Dh-/1\'qĝxx6$/E.8(Z;] ˢ@@k@$P2[߀2hPu:HDT3@f\'{ GܺP\0UAUR\0 ~P-En8Uj饁ZZ|AM~!U j? j?{*\r:A-vpp)8DWZ;@Wh84- zq 8l0p4N\r_[\rp?8X\Z}M\0]A;A @8.8\Z\\ }Z м {*gpb 8\0h9v>hh5JN\0@kh\rh}lmN^m AoE/@;~U8i?>&/\'?O\0|D@@\'pZz!<8=]#~3g3G35\r+GYnn_A!8XyE\r$%!o==Ꟁgp\0/yhApQ\ZK:R..n烾K=GKTk eWd+OW|7]W>G0آ4W]\0WX {0? ^ Xuǀ#߂!Mu+>oQ>3F4\0^5 > F>n\\]< \r\npLp+Vf=u7m2p[Wpۉ}\'0nb\0I`’,p;Ll6GX)&\n&?w}H{{=\0߯*Sx-e`ڑ+`r0\r>hxpD0[=*p灇^\0R lUݞ\0\0s1c/U`\"38_R\n̛\0512 y6X,<x9*XX,`3%OMY+s<&<\r,60K@0<0lXe3JB0+.+g)7gxyE\\H+FEWo?E<kC9u5, ޮowuw^Ƹ\'Р >\nj\0}qw=`S=-{(\'oi$l-#g/_$//Ԃ+W?u\0 sߵz{^Cct<1<\0 vmONsۧO/ ~ U>}8X v]:X\nv{D{N?1bo2_WvW u6\Z# ?࿲0k;W; 47Cp #\n{0\0v|!b9.y  l1m#!r\'\Z\n!ѼXH%:+!驫[Hfɾ\\SŐ-D\ri\'!h)1Rj/w, ά! ?H0 VG!a$49 wA4_HG{ O\r\rt<{\r˟}Wwo@CAܞA|AJa Â+Ј5Yrh#\Z\n2%!Fi-F F\'L4Bcd%И+ 3dȜ\"]-8$Ȳp*dYBV@\'C,t $dmMX k ErHQBsSiِhڪ7ȹ;l\0\0M\'Ch.ճr]=rr}5*=$4O_< -<C $IxAs]4hBo3h=Z4|=+Sȫv\'yZCKA[C[w|,=I$03J9\0%\nmjЎ(ɴJ%m/%\n%_vM\n q OA)g_@)/ڠTq%tV O|\0L \neAfYP(9Opy(kHkCG8tditȓ(g{k _\r?~ʷ̀#G@CwC\'_ YЉ[*Z j} BCE T9*>* Ag\n~CŊPq*?*)̂JNι*swCcʠp|7tT2TAWA3%/ t UM_Uqn] ]MBGk kC5\rPGtscLX9\0i: :׮ݏzj =5n\'BO@@uPw j3%Yk\rzMzmrԾ9zq eԑiu\nuz:ʠOZ~MЗoзFNr u{_ks3zPoUsmgaWA{пlFa4q0zm`Fuw`&/Är܂I`L( [KM%\'Kɰ,\ne?a:*_F7`e V&0C`Ns`˰qXX ΰt5, 4\ZdXCk:\"u|&:mPx}>! ]{C0<6t><\04\0 9\r`Ol\\k |MY^$6wh-V6k`E x|=غlS4m6¶_Rėn>~!<9v};\\4\rSoiӪ_ӞR(y\rعB?] *q gN\r0gfngnR`bxNxѹW?x}x[.|t}F$qx\r0PxCexxYjxY+OoU \rKag\r\0^Yp ژÁk\Z`>޸^=E}Aap[mሳYpy1 #oQ3]8t11l!ǂ;x[(x6sy\0ǏW-__;hxǑpҴhx\'>v#y;8x_{TISqkC74[ N[_no[\r s78c6g gfK:#M>Q>z>f>LyGpޣp \"\n>p>> , ;§N]YE\"H̰ٚ mK..Yu.9>r|<.cS\rp!pm\\u!|1Z%&g.|\rµpv-#62ckqku.sWe?q<m@>n7oÏVMZǧOfͻg5w~Q9n=L/=W+W?UH^]-߫w6XF;~)o5x*oMgwr\roww?6{\Z=s1ý:˫_#_\'?^K#_p?[<\0>\"@n>7So#h}=D^q!D<9\0ND$!/R 9!&MDu$BO#JaL}؊poG_ sWNDQGDxv\nѲhE ZmLDn_h\rD GtCt~5\"ŝoDDG 1{NF>@!!1 \\w1\n@֚\"F}v蟦}bڸ \'2f>bVeK& ^o ]\"u\'2[jX*G#g+ub %Ґu}\\daȤc+{{ 2eq{q(F!N:iayCc*|<q> qr q9}<^ 2Պ%Y[713\Z2j\"2B\Z2)23D﹇̯Z,x!a%gsx,ܾY!^o@#KjZ R}CdUC2h$gA +NBUYH*Yٽ \\ FmU?U 4(ІǝEOBVEV7CLđ5G )XN[֤#KA$Zdnnsd\"YTl\0h$:]qqG6Ȗ)ȶÑm)xj$$,Z$$$Ew7J$,$\rsٹ|\"{!{uW {#{?mF]@Sϐ> )\") \ZERCR7\"\" #i[ u$$sxиa.pb3uE: ٽ{޻ȱH6= !ybJ9y9YmiEhrr\0r&\n9S9k9;3rR<)EJ,s}P͡gHD8rI\\?\Z@>8B,[|)B@.B|ьF~h ހR7-4{>z}U@&; }KH3  _p o (\'\nu: Eʛ(\ZEk(tBq(YEŢش?ʮODB3PF/ e>c(ېr#PpTsd5ܨA<~Pq*T/2ߠzPRT7?F٨Aj-BCG OGIq:lLPfQCP B-] j5:\":7\"j\Z@\\Va7{e脕5cQ}cщ>N޲ ǡuPǙCQ:Tgixt=u)B]ζӱ2tz=x:Ctɖn[e;:Ξzu{ S΍[뚌|.0z {zT.=\rђ>Eo6 [rkDW4EЕ+=+`te>ڄJnDգo/;!cסޛѰ\'4|G,\Z]k]?-!x\ZI8\'E7\Zi.B7E7/1hlc95e\Z*G _ S_/[Sѝ5hLc4 %CwnE\r>}7no5w M1@SmBSXBSGѴ}Uh z0Vf|f@3բl|#\nѬ1uh֭hV4gM@s\"МX4e(a$zd4-E(F󲖡3t|h~4=qFOCOm@ X-ЎE ƬC NFOBO{FO?$%ZB0L\rZt -u-+G/eW\\޷UU aNh5rF+kk%{k_XzbZk֮qBoR^zv(Κ}}Wz?&\0}([>\\> hIa6GhmT>GuS3}Vb씢-wG9zOr\"5}5}e݇Z}}= }=Q(nrm\ZmcOtED?G;l G/c,v}B?߃~< \Z~iFjMF_DFF\rhuȣݣCsў/ץ FtBC!STo֍G@3\0RO0\ZcX{_~?\r#]0;vDyLl}0lLb`Ibw1نQyqS\Zĸ32/?jbNz-L}SaSO 5ibU0 Ssln{ Ӄ0?1WIHSlhB\"6,~\r6[fZ\r/_*F[O5/ ̴&c/k{663\Z[gTY,1lLl|-6a f3/f3f˿l1ۨ$66iYMYM)9ama7Ci6;2sHa?،#Y5 & ܨcn̝sgbs+ߞؼ7ؼo?6q)\0-hKea&] b+z!  tލ|5 |q |{[5e4 :\\g$Bta!X Lª`gᳱuغu؆ǽ؆g\r_]XXXtq>܄mmmN8m>t۲=ǶfZI\rXxp= KmaU*x;K%ݷvŒYlbplϔ5؞ؾIkLK=i.\'`ðX4,3x\rvh찏?e˺nebi4c܃;N-Ž:cľ*Xj+{2],~ GҰQY/,\\vZ?N#HoB,܇;q\0Gd5>d[\\Rz۾z{p6~]iB|>VGtōq~nnrt=>*<>D%>MOt`]8ռ͇|m,nm[؄p|l;|z\n0n0ggE\0O|Vw%>;\Z>7n ,>5>_e/y[/؏/|\n_qz{u^\Z0vƽ/V>ǃqOKR6|2\n)Skp\'^ʐx >_%_5z i^p_p4:}_ãOj{3Ou:u:ay| xuxd:~=~m0yc[j\\8519,~SӉߜo෿Xw5;Cs Cxpk!~oP,8 8e.x*o 𦵾xfiT7ݚ71,X??؅:l7[/q_xu-N\0qױq)t[W.ߗ<?<;|Ymz/϶3gS/Mg7_{,ook]\Z.gw6êqfk{7xoa\'i]>Պ~х?&[߁x_;*@1_r|A_G0Մ\0K)zw@?@v0N?Bh04\'-0!$d)Urw$&;Clg7p]| >b/*^Pe00y}\ZCh%7ڃf_w`b\"1xbh11DaC}%\ZD,aP3ZVSE \" ;NxK$#i[bH#CxUDv01!FFѫ>iHbEbLT\'aDX{NX|N~B|K/y\"a9O|OX~]IX|$񖫉 /1aA})% ΄nbʃ/ĔvC%ILwSSWN6#ӷQĴ g넳+\\H \'\\FU.%,1#p=1h&fE\"Y\'r 7I۳ۛɀpv\"܏% ĜpbT[ 6S/t]Nx$/cX<=XbA,~J,$|W|X*#f KK\"t; \")X9d\Z.lHk5ïk̈5 DR#\"$fO R:vXKl\\DDWQ?kE-Ħ@b Al>Nl2]1ݿZtضÜN=o&׉DEDd54̄H:<؅&vF#ݏ=6=SL\'܈+܉ډ)=Dc 688p-qLfHDF#yDzaՏ!8dHr\'`k\"4i#eܡ\'ZoDfs_<8DdcD#DѴD(\nBMgNYO܉xCܩ_AMcN\'Mk)}wr)`\n⡍-oQ7oL&\ZDC\"Q;Ԛh|YLӴoi7lKGt\'|Ӊw3DH@opG񻦛ӫE{}?~ӟS>1px.%/H ah.VZ 1q#q/AGWs$ 986rS$֏= B8I?#3?d\ZHvh)ɾBy$簞X\\i3:T!)4O}\Z9brNrd0r! iIi|c:i|k7iž\"MF&H2\'&וuGLf>O##GFndd/FFS(Kuȍ1h2:y4 #7JnOn*~FnlDƬLƴ-\'7;DnNYOƙ\"m$Jčdǟ5ɤ_dR73$ddr׶Nr7#&ɳBd-Εd=r9)@fUYdV+n\'SpJ\'\\t CcaiU{18Ml-&nM.Ko{\'kޓO=fY*lO6O Wo!zggg_Ed˟R;6d5|S|=|;||[n!\'ۯƐk5=ò0QD~6?D~N~9RJ~[]Fx]Mv?u&{r^h_JW=@Db?-ɿV{Ⱦɿ~(ˆ=\"pUR.dm\"TvPDL>\"Hlc.z+{k(|8QXFxKh\"fZuoD\"\"fע!;4!BDHޝ_\"g\"a\rEG&F:o;/2~/\ZA4vmhܰѢqwAxH\"\Z?\\#6!+yRHh4D)!٢WNjsg>>/0_+-x&:4Ht(c(B()T#dHmDGM\rEG:DG>rn!:(Q;щ(mQhpZQѲzQQP kDDJFJf΋DD*kEeVʂD凵EgBD3EDWfU&鋮nUD׮]PtnF#,Ɖn~28.݉4YEQvQCRhOQ讨)XT0A8K*zq5+5\'E/bE/^NX.jm,zy^z,j)z3hM[\n;4QǖD>/[(BїD䑢gEE]D7x(o}Q&߃6ѿbJ,F&UQ1(&]bQX%K˶eّblX],8-2X1\\?=ż\"dXFVGJTJggi֟#마w_>]\\,>(.*>e(.{G\\ء9nrnĥo։ƒC/}W *Wĉ/{/o._#R+ڔ ;!m-H|qqV[Cķwn9U|w(~P%~chq%\'nw7M7|7\nō[M:\'`q[73/_4:_ŭ6G-Ƈů7M;ix+ğx)kşdo[]wV{ {>6l ?:ſX&AK\Z$r .K%xc XB> !Z7HHiX\"\"~HD$[%bm=(]0A\n {Or(Qs d\"d2dІ\'FƝx[n6^D ]%C? [\"1I%n$>*IU%e+$e]\nT\\_RHrm^[o%wxS %u:5]{s%v~XwQ9I%vђےg%#s%ϯH^ yKbIɋˣ%\rݳ=씼,yIﳔ|0|^J>Ŭ|WK>7||&3HmHɷc$otkJzT;3K%?GI~<(m+*xzI\n٭BSl0u]I iT$KO$KeCRER/I^\\;-՚(ZuKmX:\"wtD?ȩ#äF¥&`tK:J!5t̆*kff{R/.WwJǎI:6P:Uj͍$ڴImg6<Hv߂FK\'ڏ#V,JS-BS[Jfܗ:eNi\rJg:*uv礳Gq)TJ88K=)C -FH̥ORdԻO)m,]v8P\')&K-\Z0ĤU6KZ&i9i\"i{4DV#\r,\rJCuIC#>H^nuF\Z}F:ҨS1^I7IMɔ҄;&H&WJw.]]\"mI?ɔ \\֔JWK3͐fՌfߴu =zwI]\\z3i*=5ll}ܺ򃷤cii\'T-TZ&!\'޻Kzփf;K}uqҺ{pޥpaNfG+\"5QƺҦ \'sNJߔ>Qi%i疑ofH_zIێJ_[%}kHvK̗߭~ ؽMy%BiZYK6Xua?T{ni_Ү\"eCi Fߕ/*!GڏG/2J ~$35>=LY=#[,wZf JGp|}h|lJ\'cH6mlIuled*@[BL6\'EF9XZ0{vw6bH\Z ÿɖo+m_ee\n<ܕ&;c(+\\ ;7gmم0Y KsWv.PvœUɮ jnzdw\'ꂞZeϔ=l {<]Dy[,)kt=KY\"k!\\e-]Ke!K쥱e -{YkW5uNx9r{Aܰ|-#o}Ms&GdMM5MKj f?7\'Qe,J[g\'x[wm,O r1/*w:yLq@>mE*rW?9rkssNF{/\Z*_tY[ܣ\'HbܳH(E_(s˾@uZ {K>/5ZxA|B||]N&}<7y9y#y<\"|yn|LGQ1Jq<:I_ 4w|t?|X~[X4#4Z\0 Зzޝ?*{OW.ם.=AeJ!\\\nPP\n_D/Ph=|\"Q)Ŕ8`<%$!JXJl)ٵ9Jn6@\r(AQ)HGQSӧC(.ŵPR\\K#(MbJ˚(7MXRCPC\\j\reuv5~e̖lć(;]X85e25eLM C9YH9lzSʩrEQ.))tEW_)o6wRNR[&(-s8X*tc9XDZATҦ[T#uʞu&ۥ={\"@Dظ:pԗJKϒP鯏S\rSQ#⨃Y?MTEe8Σ0=L:#6PzaT~\\JoN0:zak:1$:q7:;:Ǎ*z::c!Ux:6:s+u@yR%ڨeT)*~:UvzUʏQ?QFbsr uyU=j1uNFg:UfU$eQjQ ;Nv]^?Rꁣ.`\r!S Ѳj`E5G5U$RSӔԓɁSG\rLϗz^HHnBkt՞jj/QǨ7è7qꝎ.v .8Ju\"AԧA~N?Kd5&ɩoKo.OTWfMo~NAr-~Ϸ_Tr7*NRΕ\nhR*YK(^:[ARȂ\nY?ܨMAݲS(+wJ9\neBY٠`4M\n|G)MaFlWyWy08(,VD+ƾ?7X1b\n˹\n 7:^+lM\nc/vZuI.*&}^7r9\ZR8{Ӳ(NR8Pq\n8ŌlL^Ŭi!\n7SFemF1[bybvHD<y\"\Z,(< X:Rp0Ţ1c($s[ދKV,鹦𭟤X{_qbYBdby|\ny\nP79cCuns(\\Q/Tr~MlB|=Wm\"T)l7+»+(\"녈q} *֮;X@*EM_ +ɊZњ˾I5}<=u1SC:Ѓmja[u\rZ衃uA0=4G>tiFzm\Z]H\\8cfƋhP/h\00m0ҾH[ҧ: E=Tum5m2i_(m_MS*GSTj=uzٓyS=͹@DLF쩠]j.koӮXP/aJܧE϶8H~@Hhhh=\'@n=IzZE/O/ ʧ}nͼAOhIk_I&Tyq:tbw )]p.>ӧnӧkŮWȇ.KFL;s=9At];}>m8}*s]\rqmg1}jEթk=Zy}KM2עoOo_LE7uQ=>O~b,]x?5nؾ~$ʥя\Zҍ^ǟO=7}Π[-ޙt||E\0zNniD>w_n~AlJ2`O\rC;~үI􇃓sY4AwlKwННˏӝ·&\'Spuu25TBGdLw-@w-\"f]Gݿ=_c>|e%/؁>* k%:d[8BtS`RsE)ʵP?nRJyJ{J(Rh*ΉJBILQқLAwO*S*\\\ZT^TES\nfRxG)Rj)(GnQj?U~Z9$ ]ޕJ} eHK9uʑF/)Jc;{ (z㳔cw++ͼ &?cyrܔq7Z9{Қ6ً6o5ʉυ)\'uҵLz~O Ù(g2WW7Q 3A9rsZl\\grIⲳJoJ\\϶J_7J__cnCXe˾+(וˋF+TDrp2HI*ە\'(Wo^\\}_FF U_QVʵ 2:Qsح\\7I^erSwU(c)ʘ-<߯fW[}Qn{F*>)づws+#b m[@;ܾWnOߢL|3I(\'PjR?+wJUKKUʔ4seZeece̘hl<4Qyh}PBCQz;e#Vʣ1ʣ6ʣeWǰJe\"oe[2/(SZ̿(O٤,P) &+OǕ7+ W1HyV<=Dyh/eHezdfħZYt]Y*Q^۫cJ}_+/.*tRVY+UٯU]էieu嵂O򖃧֮7qÔT\'̔w$m;Λʻ˗*lbVi򁡞reciS @D옋elEM+)_l3|=\'L\'W!廪Be{h^eR1SvʯǔW~?>O5EPvCʞweg`/3(ߗ*UKg\0faM`ۯ3ҥ4\'72qQ0ɌX:40Ji3a;ީQjHFؖh̓ߌdF[]h{3Ͼ23:%/g62C\'1F4Fo;F2{0 ڌ~)1t\\ˌcW2_c ko,ݪ,m\r`,[,YL@])r{J4Y)L\\&8 ?΄Lτ3!LH.&.bɄ1aVQLX&- 7D|_Ϭ{Ĭkc}[ì7Dd\"C\"ՇWCUۙL*fcD11g օ9̶!Lw0IH$d3 LL+]&I/]Ic3{˘=v33)h5I2顣N2A9LfX&K5\rgnoc#F09cRY=9rm s\rsoKerۘܛr&\'&R`^Oc=_0\'OdN2ɴɜLAsLJm38sf#SO`/0ŏ23B&3_`. /}QLybL&b.Mg.aa\\T.`*L4su/S\0Szsc<\\?\\L:z L\"scndnVG37_52\"2e=e0,e}Oyy<|-g/0LLi9i’_C\'3\'棝̳Og0-̋+K3/S6y}?y<¼ryqa͘sL\ṙ2M\\gwFL|y\0%ArȁK1_Sqk)|c1߷cg̮0]쥙 c.< 7{ߙkFCfhb29B90 ]>BX( ~\"h9bOo{\"5-6Ys}e͎5y5qq//V#CӤk=k}y%kژf6yZD֎NZe\'5d\'}du(ཟuֳNo&_XsX~ D`N=a4`笟iy+Ʋ \nBX cX/ŬR].`\'׳KjjOe}GTsKel17wCͮήg%ӭ\rz%\Z]bCk\rƆΆi=aFapR6BkۿGf6BnamhO6:d;nncxx[۾q6s6.o-MMg.`lٝ-vgR6yR{2vϚCikB6u^6u&@$6my6r*qQffBCllN9q=:a9{tihJ>{M {li {l;6d){<7^ĞаcF^lahY\Z{:`\0/ٳgjŎ?ْZܖb[ܣ3 H[ߏd/gTrryY`jd]daOސG7FH={j։uVWT{k{T%2܅}0aDzyl6Q̟]\Z`{}6k}d}qlj,_(-؁;9ĺ$栦 \\X!w9d<{8s2#p/x)\')7꩜d\Z\'q20rPj)p3;1Mg9Vg Ǿ8q|]Rp5a6n 9e\ZY4pN{g7(t0c\rtc93ATK7nؑP?nx7b=7d,7$yY͍lXM医q&Q߸Qm]nn׳8S3\r.4/qmCBшY9ǍO)ƧqZ-8M!`$g7.gtgoQMMl&_⦞খsS+h%sRMSdr,_87xxt7` 7wDn9[nn^1nL,-VqɜG.S&<&*VsfqcnrK<9͜[u90Л[\Z,pnr~zC?,8.8 P\'r+>q,}2n&.Xt B&qдR.[-֣? OhnwcLb~Ŷq[ør,%]%UuqT=Nܞ;Krs\'_ʥ{q) 4>K˥7wNeC?<37;(+c=[\\˻^]p\'mNÝZ\n>[iWaϝvsgΎ Y\\[WR;Ý>ʕR5W9++̕\r+ʦ[res~~pHWAsfusW or[ʯkڸ돓܍4W;6Y{UqwNquh&wO3b{rl\nÑ9gQW_kx{tk\\kx=+_=\Zõ,3b2g?\Z26vژkY̵>\'cil1]:pݟu5}t羖\'vp]Cչ֪+g7ď͔ Spbzok[i-uWV8jl\"o ?f??-Pn[omjLy۠w)=%ϞOOYO);3si)He-eû3DyCcj~~V/»2y-n|K^[C\'G+\'NwJ ?ʄ~[#U`:`k8\"_χ!o/PlzvlL#bg~Z9_/G##Q_\n T^oju7uM7Gf[v4[~,>nA>< K|o+D+6T%Bݦ3=^ OS-|ZAV?UgYe|>4v SpϩiS1wU:2>.\'\'wz*`_pm_8/hOm OŸ_G.K~Eu|QgI5% ف|q;$2/)ß{__j/4MLeG\0!_Wvd+Nzjm ZG݅g7b[-em`vsgxg߭\'UV.;?,ׯ;77~7?\'\rS`*j9oHᛝ\\-U= /9|k:%/#3W6~\"f˿UoRos!}};cx=wVm\'^_<忶oo|.wGG__&z<_Uyo_ÿM\'kUy~FLV*p\n0DnvRU_BWaΩWU*QEhT{\\%\\%;o|\nT*w^F*d2UHB*TK\nۤ\n\nTUk;W֫U\'ǫ6\rثb-͜*j/֪aT_TkCM\\>ZuYU榪oE{χ?Q=ϺjXjTMFI쟪NjtTOE{T͉=KT^^f^f^Y\\[qo\r#TߞTu[8UOLՏ?OUq՟TSū~W3F_j\Z8`fj\ZITCǎW#qG5qA&^TE&jqF-s|SjzWV\'ՊjGLU+}j9\'jZpثf5?v\ndD=N_=qz,~jAB%uA:bCE#R4U|rFmqLmtF6NUM&i\rjWգ?MӖǘP7S[S?yV{Hm9az<)>jk&Em=[_mQmsPzģv[mPOQ=@zJBzJAK=՘UOR=\nyjmMicoޫ]3GS袞+U>4\\>}IzTQ;wz깝36=_4.T/V/+R/]TY^ڧ^|Bv>޴E$^$CTRWKwک2jڿ:`xzj:P.VSZ9W7Wk׫C­!y.PVk\'Q4TJG|UopxZVo\\j4zӼM\ZuBul:0Vփq\'[Iu\ZzV^Iu΅UꝗcCNQ8xLV-U;VN1SSU>bNox>UQ4R}h|v#+YzU6A\\=y!f\'6O<;> 2Y}Kuhua*CԧgYuc$S]ݧ>Ͽ/lTŰDE`ŷ\nH%9˳՗_R_9,2S_~[[ǫoLQ߈[q㶺v|\ncwW%g_W~`rF<Q?t$Y%Տ7^Hdq~wO~ʠ竛fUPܽMjoXn0Rn4j߾VTn_F~tc u@~ӽ{/\'Ww9Wh{Ҷ8mQtWk^=SԿ,PyQ7Wx/Q2| F ZBr;k#` 8C#TP&8 es\nA_P\"ό\"A褠\"LОD RA;EB d!wI~-AZd040G0\nÄ\Z @:M/G6)BJ2Qv-H\Z@辒$z0B.gSUGY.! \\F}\0Q\ZvxOk\rdدj\rJנ^ha\Z\'\r9L#ھQ#H#Movȯ5hOfkk5~\r]sHTO(?k75\\3>M4_\ZZ-@#MhE4:4:/Ojt:?h?EFkNi 5Nr0JK3l\"1+4F \ZQS(QQM5~֌\Z1Ќ ~,<|SƢCK3@fr͸K\Z\Zy }C4I56\r5vNةk\\2f͔4{-5S4SM4Nssu/.L\ZK5LfR3kgqQqtT|f\\fGA͂ߗ544ς4 sfhB4^5V;4͒ٴyMح۰S|fEtfE[&@{&i&Cf}ʥ5+hV~]Y5fռRMP* xY y8oǑQܹsg:wI(JBD6!RfRJ}\r%T$K҂h~|>lB2EHr\0$zRkMV na5[K+8C߻YDxH$FY]Om!>& }>K }O Ǭ g\' DƕU.v5âۄԣu _ EI%?$ aϘ0N!ȯ&YM\\JN5@]XOs\nav0kGWB{y]$GZ\'Dv*Qˌ<@\\0CQ-v\'Q= %j~k$.٫JԚ!.ݕB~F&Hu^uuoz zy+~>$~H\\mHྋDH\\dr~JDCo D:nDl!x[u]_߸?#;U_[;ЁN%*+d9jbw>g,1Ԅ1\\@v=t+?(8j!=6opˆ9#~lj6腝ѸR☑8*\"~&~m\"~{&G}8n%qR/qqj\rqjN@q\'N$\\nEiK&ZuG\\B5 &:L2&΍k{aq~=\"\n\n\0%q@4P\nlT\n_@ XxX ŜFŚux@}깿\0 \0͓\0N XA g\0+N^\014 ]\0p-\0oa\0L\0)( /m\0]PLz !{g-ԷhszF] |Zi\0Sc#| 0?\0v5` n7\0\0_g%  \\\Z^˿\0j#\0,C݀d: sdy*?5K \ZrV8\r\0klku\n::;$ظ/1/00g\04r%`kf`I\nXf`CCۀ]\0۵iݭ+س;p꜁˾{]ـ|#8⁃=Ma8<\0\'O[156wN8>A/0[t ;}8q8N> X~ .ρE@`f>9Lf@6ຎp}kp3i\ZL?D~\"gK<[ JMZ zD_KnG5\0d Vu%\"8% nj17$ @$;`[@J g9Hii@xt_h$U^*Ni <&\"t`\"0Li?oo9`;`>A{Ag@hGPE(.] A7@]+PTI5@@*9\\\r.p\\\0\0uՠ&ԣ3@h9p\"$AR4Ha$D|@%>iAy($fL @6d kf恼ϋAm$(E-(}7Aq\\6(1>J\n@)PT\0bUj\Z\Z@cuxKh =ہk_p}q7pqpch11 X< n5*?3rƛVW[u]hn?9MmO:9@.pϗ󠃠tx,^w\Z#|eNS34:MQ\0tz&2@a!𝏠9虙\0z--\n*Ǐ.7ǻV\'+dg6}\0f^r@N{П?ZOg7(3`w0 R^\n^P\0 T#BAo{4B \\^; \rns`\r309\Z/oK؁` {0>=>Ld̂wJ\r`ҏ\r`rB0E7_;`&\0QL\r<8029o{\r,|,pYFq``, \0 p,,Z-p.X\r,\n=y\0Xq+X|,NIS`dg,Xr\n,K/[y{כY:XX %ei\n`XN\r\r}u,\0˿\r忽\nBU01+l++.TR`E5X1Z V.+?+|_+*f*$ V~č`5:VՎ`u9=\0ןR:\roaXsft`J>O ەN.X?\r6>\r;B>Pl`C>l;6l5&X\Zl:4[%%f\'҄H\Z+n#*\"|6|5 ofi>;\ZXc`J/ؽn\0~ ?~K{LYp`IbUC4 9d\n?G[\0d_j΃_7_ͪׯ[o?og\\N^0@/pJN?r@pp>Nӹ מQw:s/;UW_B)In;NO$$fbؼq8h3I/wZ\ZICI84\"$$.>iɕs$-I+inRA;$$MWN$JZKZѝ›k|7#`V)V8#8yDH&$ L%A~%:DɧZDSN!1-IS$OHo$΢i\'Sc\0$50ZDII%$\\KyF20I緑Vk˓V%ou϶LT]I&ImH$K;IeI+HJI:6*̨Hf1>s$s5Җ$ z\"ˌ(ɆEUdT@Y=gvKH$W%B!$GDoͿ$$ע$7 ]fJr1Gr\'R-$֎&~I:Āt<-H6}L>>H򾌑|^\Z|\"3#}$/K:eD/zOoQEV}H^I_Dzh]Nz}h4!ID\"5=!=\"={l,y}fV1:5zR#Lz\'N\"!u.\0R;H]Ioz\"yR]RRER+i\Zip}Ҡ;Ґ+ii84>/K\Z9\nk[sz\"~AInL_A7Z- %+lp({=o\n?%ЯA 롄PB_\'#J.R@\\(8q(\r\r^f@BAo^7P[1~ u8OC闠P\'u~?ϡЇP+d$>eB\'54/h*hhks4FCc[EЗa۠ ^ZMT;AФ,4=M]Q~&Aӟqh&?\n^B_Arddcd^Y?Yibb$Yy;NV.*1Yd;qdKaojXdM䥣e&5dm!N;d]-YʔB]\"zO&7Udp8 =N #h:2S@f- 2V8C摹:ܴd]52\"gy Y8N-ɢ\",dim,k\'˦2dlwCd\ZW&2\")zL^sky}yӦ>9\"yGl1lZ ٺ-y{9N񢞼\" !W\"_$^6 ]N}LH޳ȃƇUG\rHv1\'￙L>p8GvN{.o%#Zn$dw7dc\ZdMd;ȇɇ?G@~ZqT_x\"O#|~C!T֓}\\oɧ#6\"_B\">1\'曑rVm}FM7E|j6j rH\Z?z#9D%]bk/Rr˿HYOKȷ hM=kI=M]GuCCGd6CN:MNFݔ) ryr9}rƏ=̀k̩rV)a|]H_|xlmȏ7M,#?n$?&*\'ٓsItrލIrAwb!(%\\lA.ɥay)O W;u1Or\\B\'+k[-ɵ\rz\r{trH9A~1# T&_{m-,| b9+W٪לHrr[-3=wC͉BGA=m^5&Wkv{{3[?]|xׯ-0lV;ax! \n;8os~z`y 츐;K&a\' ؙ\nvj]vAcصvc 1xRدq>e&xgogSG8 2\"pPR[\rx\0_˟ކ/ހ/K7——\'gXwpuCá06tt07V~hXVc>q qR`8^!\rNR\' p2M\'Qp}}8\0Nl3P^NslZG٫\'{OUn 5^d\0E3^pI)\\\Z..{.?]\n*&R ᪦pڷX\rW_> W5T\ZϗpL~d\nn\\7.4& ,_/ptq_-֗ pk[\')*_ ׋O n_n;N\"uLsr\'Ak_ܝp?-?\\2}+~;\"<С RZ<4֭tb/x< \0i߀/cR W \rظ׀]ɇ_gxnH c)mRQ)r(({,leeeA%eE)<\"褨lܱT_vS) \rP>BYEY{RAI,1֣,Sܵ)Z^]roΚocZ\"Eo8sⷄ2g3BL5Q\0G&8ATR_Z(f\nB>3HAQ&-m1IaS؇P؞w),O\nm7\"~Lms(k0E$*RD4\";7KѷmЧZɦ=ȥ^b(!O)F~Sv|]Q֦l΢4R֫Gٰی)(4eӬ!e!gś`e@,G|y5$PNXPl(6w)vNQRvSu)i)%\')({){;z(vR59PT\\8_S\\L\r).M(3CɑCo_Q|Fi\rMi>xJ8u+Qz7|[)fVQVQzS\"((|eGz2fQ\n);(gocɴ󔩃K(?2C(3E_kc(6~2;LQŔ*DNo)\"wJQ`Ŝ/Di\" 32E.dQN\"jGO\"5RDcT,q܅,y,۪,;h!:_%D7 Y1\"Q;\01--,A_꫏*|!2E+L=0\"5kF؈>CTEnA9w\"AF~3 K5DDVE  K!#C9b11?u+/ .\nu3u}M}$ 1uEֻT! Mg7d|1ETqs)ȶ?ȶdJvG׌ ;8#NndndȮKkhĎmAݍMJE\nQ9=<G!/|D\\/f#G#GGc-Khnh #D ^\"#6 ꢑq+VDd[xz ޙg 3\'FS`䴲=r7r <Go?EH!=|?$Vr.|+rE\\phrdrmrm ]]~ a5ٍYDXO.k7uz6^/y0yPtg/F>Ȑz+sS{h|,|Cz\n޻\0Q(= =nO䳼o22>| Do _o/D%F&#ں$RFd&dv#3yώLW}7z3>V!sB\'\'?fd~ 22h*gUG\n\'qwLQ肧QEbp UhDuʤ\\TUۊ.DA¢Œia>jF5jTOTˤ2.5D:!Ityg-;p8EWE?4B(ք{Q( 0r˞M&J;\\P8Q3_D*THiGT?@EW7grXxRQ0T4]%|A\rNk>Q\rXE]sv3v6]H}]5yڅو]nfaC4D7?~k@FG-D-P+Ժ:jÊEwffv}/Ծg?a 3}럃3|K2EAOԱ6z`>n3Cu8yR\rPׄ cS8q-Г7\\ѓn5s\nIG}үDOztt\ZdWRA/^pF/X@4/[ge蕠\ZJ\Zz;^ݐV4g\r?/G-ш+\ZF$ 7n7J/Q4j 4*mޜMFo\rDcKX^4mah M\\Tqމ&mAkДB4sM|дh 401[f^YnѻbW\" uRZhμ19&}q1+Cs\'h^Z-pE \rHwZgm@%hi6nZ.߇Ve0ZڌbMh}A&Z2mPjChӗV*6}}q5m^\\B[zV0Z}힊?\'iEhن]}~+>bJ %h=\nVGlv=hϫ}GګuE`D-ϯ-Б5蘬\rZ~I~tA+DB\r:ɜG\')iGOS\\DuVҤmUS-(TT!-ꑅ۩/SP=Wzz6K^FjT6c=z\"zK{h\rG\n7ϱT[ܷTߗTTu~iOqSY4=gLQB<\":nR/?@lA\r6Qq—Q/+QW0=Cԫrԫ*\n*qkЅotjX&5<5l5Bz&5*\ZU\Z7ztzs\Z-SK1X5޺\ZBM0GM7&:P=gr)5T~j=.5~<54~FڮBW- eESL \\)5?jq2q.]:57x-5=Z0?E-tzP\"TS˩S++\\66rP 󩍕&CjSO.ꋒ\"ͱ\nJj˨9e꫽CW_m7QjPSL5jUwY|껗R߯lvR6S?5~GXD;OoXG4utR\ZSﻨ#_⩣G1qoS\'7ݡԩiK4ɟ:#w:TRgܮSgAU?*?osEs?ߠP/;:oL?H;;B PɇTh\nCki 4Řy4%o4C}4Oq4o\\J\rMe8M-z\\(fmx\"m6Iޣ@8J8H,-ὡ-~N[|ELӊͣiYӖ7fLVޢim\Z}[A#M5kh4DHCQRiԬl\ZݠFwס1L,h.\Zsv\Z3i7Pa#hŷ4$}Ii4\Z?M&J \ZhƓ44Q?MfA[U@3Tҧnw;O3JB5 ik\\7vmD^6hM6L3if3iiilymKmK|6bf0f9.m[Cۖ}IfeʣkI]\\DىShi\'hiv54\r=W{u2i\n42O˃4g47V-h1}@;_O yީyh\nh|.VS X1<qi$hiUh_цChM:@ykHg;w\rо*ӾӾ}}DJMWiS$ڏ)6ss+CDIU)=CI^ACi]\nOnҕҕte=[\nTCWqBtetɗŖg\nK\'Zz|Get]}y k\n]om}@XG_yl}Gm9t\'ޡ{tM9EGSԀ::\':}AEgT=3/YWM%ʢ$ӹa\":r:oY)7YGtFt]vnxrbsn\0}MVVRL_N }$\'dގnz }>}}}ޕtf_]m[-ӷfsѷLѷq_;wHl;v:mvMtiO.%,>ɫAJwʠ;Hݠv<~s\rSLwǿݻvwEOLЏo=m@\\Bz@?J{QtSbw(ݯ6M?~JJ?@M\\Փ@{9/_Sbt}z)=BIҬG%oңj_|z)wzbjzby4=q-=)BO+룧}4gllg3>$3,GcTz.=g?-|?9F]O˷xLϛI?]H/?-zQ 08J^|2^ K87=geƉ.z^UJ^Clנ\ZJzѿjп{O={Tj\'4=1EAdyw5_kwCh/}Lw12^272,fd,|,P;X%eÆ v {%%=Z#bƲmڌe1-)c(d.r::kfD9PwAc& Jw2򌁼hfPG3h$.wAOA OSY<`/18 ] 8!3DnCt߉!aH~0O.jƪ+ O1V??bna1/?c-e0acV9Waؔ2TBdl\nalؼ>1Ɩ ː bc kgƎ:C:İ*;w`a+`؎ 0v-bp0:_g-ؿ5\nNkƁQo0<88c8XBnn4xƑ9#7Gax&So;Ƿgqqozۣ#\'\\a2 Ʃxeq3rgs\nge\0AW_A.Ռs޹2ծ0]fk$sKW31B;9Fx$#LjǸ.7MFv FFXF|OF•|F #aF;F#HmgAt9FrqƸf-+d-`ܻq,x a[i`e,b䯛a(c3\n3-E r\'5eA%)fQQ;((_(?KfT e ^Vd v2<@,ch(11ܓ?5Dc1/W:Mvb}U.dLSS?2~K㌙Lo]_:?dluc31(d̹1ާ336t0112d#LR#r)Se@TTb.0#1e.TgX%0>061ɖ3i3u3u⽙:N1&0L=VSsy\rsœ̕L=TLx a\"UL:&Vdʝ`2i.a2K=L…LɿLLc)f1k3嗙xr&^q)JafsLg檀@87LJLC!4tg\Z0ն0)ILML%LS݋L.2͎0737{d3h2p_2[0-3-o2-obZran2d`IIfij;;\\;FLLok71w;2?`Jf:0ǘo3.c]\'\ne43extjb:[,d:_He_ldtӼt_xt0).f\ngzy/aH&3=^`zfzY3ڙ\'G3}}g3O2O<ty:y}yaي^f|ftcy~Pgy!rm+!̐_b0f0fI*,qc32o7afb2V36^Ws1$92()Lg{t03o`fu0q31KO1y1E,b̿EbcD`1ʙ31K4?2K^R%5̒i1\\mY.ęݻc55Z%z8flHlf60Mv̧^}ߙ/\n u)}Vf͓|kq컧=p`<2GC6oV̑1_JsL%vMP~9Y\01֨1<ΜY5 ;9{N99;97G9ߛ mg)oqr,HK%4:YxKː%Q{’h-`IDX$KzK&eɜ4Yz,E^j-k,5fXkd[މe4,2?eq.ey,h\rk[.*ڎemy{lX6Otnd;*cmg9[Xο/\\8@ۋX^^+Y\'|Y~c,^Rc b^QcY㝬&G wϲ.{̺$b]e]na]^ zb]\rNaZ Ye-u7Y+ƚu+ +zQ7+z?}/u{9.𓕸c5+i)+JX=܃(\\).ʺzఛ( a=*c=9U*fceYݬšBV1 x=*fg/^1sU)Uu0XUϱ/vjijWjc%kKYtV4z`=3Lg=7Sgp`:zώ\\jea=z͟ ;={_Vł[5h=\Z\Z\Z\ZdFYaYc׬ klcww& *XSZJqTK\'뇚kztw/5f̔~ @֯gѬY7kr,kvfU(cͯe棻19L &oS?M1yST)J\0[h- _-:[ԶS#aj \nf/ԚʉLC40́dlllIBuJZ-8NW?.l1уPVlV`+展.bDJ1 1Ҋv]hl` {k ɰǨ!%+Fnї8b̔Q9cm݂-`<ƸAyq fb9L ~D\Z1H&։I`V-lVpQlu*Či`F:fWnjs;ISִa&90eN!lu f4fn\Z3O\Za[aV#6fv^a;0?)ۥ\rmR\n0l;pۻ s\"*ylNl!_U\\肹pb.As\Zs>c~\n^;\ZՂW ߅ñ#} a;݅Zkݢ=ag?ƂaT,x2,\'vI9D]:]7Bޟ)Ǘ;[{X\nna7˞bY,S,V w%\\BbE3׋ݡbwRcIW+X\n[K4/,oTe:7cKE,Kp ڣeð{S`33p {o=r*cO\'QX~+aMX!샕8c%\nXZh\r&XͅzVbecK`\r5BkTÚb$Si5{܅5aX+kڈͥ k;Z5z.֡܄oðw۱&XגXfM`c=eGX\Zֿ wBcا6wlHAؘv.}_9}?}zMObӐ6wοD^fb3Ϭ\"\'z45wMo%3+amg+g/^^p~qc+ͱ=cl+w٪ZتEEl59Ɖ-l\n=lm7yw[ φk;:+Re%W\\C+K+^]ef[6a&m`-Oؔ8q|F?lʦyiClN2پ*bc|M6ޏb +8߼e]%Ҥlv-kg_\rl\0h$hp9b {imr\ncMßHdd14fo69pa[nŶVNl+ #mK~ٟmƶ^Ķ-wcۙU=hυWn-{_h{:{1bZUZ2/}H} HU+cl}y}Lo}\\&ؖ}bDvDw2r/S[Tc.f}f$K/;q{9Ly3aY9[\nn/ß A0WUKk8f 8#3S6sd>9^c 4qo9Z5uuԥ}:-gzsF7 `(KgSc\'gm\rVű<ϱα]ʱ\'r6sM>g|Pyq9qՔrj8Vsq+\03Nd%\r)\r΍$>YIoIVȟᤄsRnDqҗ&q2G9YYz{o8&J8$9i#QJ#Σ\\vNnSΓW_9y~q^Np\n+9EF9Ŕ\'8%cRNhNySNũ N5lƩIũ}S~nNqiqq&pzq)l<[yyBbgБ*À-pެ8op\'8/8S79oI9po}:9}˜ne85&@7Oew98^1!a 0k3?+}8\'8_||™$r&7r&9O8?Vi241 Tș)yzUUgUpL >l.Қ媛gj*|.jor8su\Zqsu\\\\T\n{J{.an.K.u l./wgq!yw.%_yͥR..3SRWjqC\\^mx?\n\rsVsq\\\ZJp%Lqk0]q:zzPk\\Ï\\㼧ܵu\\g۷s{GM&eM\'+qӛH7\Z7k ͊5Ykɽ/ޭp/ν/\\ q^}2[d\0Ɉ7-Nܢ\"nQ\"n1j-qrYsܲ~ܲݮ\nCSn宽\'SܪܚZ\Znvީpޚ۔\'>}ś<3y+B;=%H15)f3m??0vJvL[rԹ]p?A܏wr{Oq{+r{E޾>.9nt;lw`ʚIuk6wI/{pk/sGrG~]~QcpN~WǝsdTr ql3bx? &s~=2z!O9y>N2YOo2O1>Sn)[- -2⩩+/XSPS~[mu[WeUV>i\nxo}q}JxN\ZՅI[x&^s8k׼o %z\Zxlry]\ry]>md^ݼmއ=/zLy}`^ߚ#~OOxν\r\rxCyB0bv\r>>zV2~ϛX&MXϛb)ߟ|2xN95UQK޿?1o~b-o~ފ/L_\0\n:\n JzbR\nPW1DUz| |5jں2V=W2k\Z>|._s&_c7,\'_WZ:W,3>q>1d-.󡓖|X݈O⣄A>Jʧ.$`\rƧ]3\"I|Ɠx>s\n~~g~s+d>/Մ/H%{l| =/5kK^|UAy|m#||?|_|U56V5שL׭t䛘ק7?=⛕fu\"Y}-ӛFacs/;| mr*mV|3ٓGB;#=l]|[~06<; |I>CC*a\ri[*s|76}WQ:*cߣ <߫lG\"4Tyus|XuOUV%ԎӚpr/S\rM@K}~cu?E\Z?b<IǏ?ɏZGio*ouG?_Ï0?YD~\'qIFiNӗ3Zʿwf?:\'03\"0&t5A`G`\n>X)֔! X%~?7gt6I˦][wVS]S^Sn`}:,~W ; 5\n/on\nJ҇7m7=/BpX1YpXpBp䬞eEq//_XQxV;\'纮\'IKolhsG4ierraϠ \"OpmI> Tp]\"DR}AUB-`ALAt{v?]c7HsL\"H8E$l$f e$$AR ?Uz[2HZ!H d.\rdrh@}LL,ș\r\n<-x21!Ȼz] }fm?s}g#yyѕ)q@^A0?&7\')L~Snߏ~L ?wtI.fM fi 措\n*%\'X(vG(n {pP(^(/Ti\n.!\\-T.\\}_P}PsQ(ԲZ¥~ ƄiP;M$=tBLx@\Z?\nuB I7 ɆBxKb$5!\'U {\\Bla(BNr+\nENBi E(sx$M\Zw \r盄FDUXhd^hg\'\\+ ׎ M2 z+\\8 \\7.*NpneоE^x@5˖FKKНh&t\" OZmzG }k?M hf ԯ\nAgJA%#s[KG‹KE /^1\";- 2[xBxTzh0,S$ +?# o,[\'A} S;H3]\' c 5m ;Iid߽”&PVvS6O.\"L\'Lf` ^ o& l[.|\">>$|ذ]_a0O(; 7\\_#̟ G { ƄQae5aڮ^+Յ56υ\r˄#a§.–– =W!״{7AfP]awk 4]m®JawgAan}aUa_.Prvqoϋ\n?o~;X-@8e\n(\Zj\\)up֌\';> K*\nΟWr{p\ZW0+=+~VU6?|oK#\\EW\'\Z]Ɓ|i(tr\Za[:r KuzKp\n8R_]㄄8\ru\\a~#ѥ\"\ZMé~.8]G ΐ&qeCߊc\\pJ;ցδ㼚8n qA{<.gQq銋]Gq)Ue\\&ⲟq#C7:dkLkܦ5Sڶ7q7z-S|=o 77;f-pD,l)7ۧ:ŸEYn1-͛qK)VZ)ŭv qk*o?mM ߕjwwmcp\"\'|r/|wF{5z}Խ\'c|_3V;].\rpWBh!ڰ ??!ډ{{}{VN^pK\ru<@ƽ -G܏u9~W,?#\0x?6\\\ZŃ^sv~H?=_0\'jp:~1/5/OݻxȝxtᲧ\"XqxG~߈9Gi޾oDѺx|?\'˫)?<ُ\\Y.-~O~|?Tsz h?ك;y3G-xQV^2/mc?O?0/>Nx)\n^D6kx7ǟ;?ϐǟ\0x57ڊqkiXoZWnGn x|_6;t»LzU[xlFV>؏];Ue)|G_VR\rד;>ᓬT\'xŭ\Z> >m\0=skEN{@b(R6\"KE Ou^fm-6\ni-yZdJ Yiݽ\'Z4.Z\ZATlhYnhYLC -[)uiVpE+|dY#\"<; \":ω@ܡ!&1TQ9(BDTK1*D\"Ε1g _UPqc\"\"oqǬ2xzD|==HU$ , CD\"H4 uuEM\"q-\"=\"΋5;ք֡\"ɜxȤhh1h}/\r\\\rцu\rG En6vN6^(2#։v|m2 m ڲG%_dj(X\"%\nX-ڶ]dUdO.ڵJdUd\'\"R\"ڳ(r8-rHI\\+G[\'ڷh_1Ѿ)%\"gD%ѣE QњLQQQgQsQQqXdQ뱨**owN*G.Ujd?DjlQ?NԔ=0=/==ϖZ<EbD36:袎F;ޔ]_7,_ݲC[G\r \Z\r}w}U4b*\ZՊ:BDckD_E_ݐ̻E?EZdLOwbOѬhh\ZaX7Y,3\'^pCH$V;(Vŋċڈ,ŋ4ċ+8b/\ZLwFbX.JR2ҁa%Abm$ֱX!^J$ֳ+^%&b\r1,õbxMLqS41r!fP11C.fg#41[.2|l!1{xDpN[L wEZg1n*NK2Œ?b)rF,$\'c7]ū]TĆ[֊\r\r͕\'k*뮠b{bbxIxV.\Zbv9٧(yko%;Ll)m[2[[7;ΉwP;|VkVNlGJSl(sV@t;X\\\\X;Nzb?u\\UG vC]nćŇkG={=_qH|\"VO|d~{wػ0(b{žiSBf?񩩭 ħx&&_R\ni`~FՐVqZ8Ef/?7[pqHy+T|C8ͬk[WYűq;֟A=h q|%qZ,N/NH/Nk=Jĉ;\n=;IIw\Z2չh8 \\N_*gTE3|gY̊3wW|5,_Bg͈Q=ac?X)}G8/y+NŅ\nqap@Q\\4V\\<A\\∸L㹸uqy\"5X\\ٲC\\P\\Q\\{kAyq3]gsgp\ZK%%K \n/[8ׯmom}>7{Tdq\\FNikok8_a^ÉqOac̨cvH!qD8[J\\N $J6OJNI%%7hKH<$|Q/KrBPrҨKr[_ 2$g6^rJ)iO$g əۇ%g>%g+$$ ssII씜+IΫ=\\( / .], %H.HJIB3$a\ZɒDII亥$԰$q$\Z-\rJ$7e.ђ%1Z$I:KI2Iܡ`I<)sVUKҠ I$]$+3Q$Hr*MPᬚ$jFqEk\\}S H\n$«ђxSIaҬhRR{,)I%ޒ1ICIEx2礤JARm%.4\"J\Z\\+$\r㪒F$H8yRt)iP(|9#i^\'iQ%i)*i}Kv3BfI{佋}C)CI|ɇE)mD#*/{#齬/ז .JD_%H>K>u&JVJ7\\ [NH>JyJ $c%I_0LhޔL$ dnH?%O]PL믒AP\\@ߒ.ߩ/R9T*HtRptaDHiNQ.:]Cf ]}T}Die#]AHHZInI^K\\juIvKsڟiR|TeT$]~TWt,%8}FR~D\nH\Z)8)%tKI{$ǍRȓ%%WKa8\\\n_&+˥)K*J[3RZlUÖbR,kD\rKyOܤ{yW/JdT*#KeER}tR㿇knK]o+ӖnH¥jI7nn֐?MRsz\\`\"b[ŗ\' )\"CmS]j*ݾ nՕnGCYU$q5@j\"ue&JjRwYVMm:Y8J\\Ǥ΂R>Kp\\zpQAmX&u ڤt`K_WRF91Wғ5iM?\\gHKmi陧ۤgJ_ܥwJUl/\r,r Hz\Z^I^uϔ^,\r寒PixH\Z-/Ko|@\Z5,C\ZjP\Z#KzH^HISU.KSeKӔy44%C,͌%͚sfۆI\Z}>FJ&-ɐ\rI`HrŶ2tRZ[ZK+b\0ii%|I\"*VHV\"# EYY HJ\"羯2\"!!^:Y*StEwCe!~U\0Ðڐyjt/<<-$z -o3o,C\nLH P9R6R$Bl!E i /A^=)\0){)[H62y R\nQ\nZTx 6ՀM)C\Z.hC\Z<`i HHklzw ZpqX\nQ Om{\\  =\r2\r2dL ] !Fad.=ȈdT^2v2_\0&])T2LdžAST!Ӄ<Ȍ[,d&䇴d\rTYyCm,{\rum+wd\n~\rwoȿ`D<*0%d\rTX*ׂ(F;\rJ@A(DJ2;jRuP(U 32P; >qʾ!rPn@\'*|\0>~G#良PkГ/ԘvnP[Pۋ2PG|C蹓fsE= +Pg6Թ\ruQut@]Kz*KJB//LB/A݄f\\0,j ƀ2S.ַMPX%2z\rBC#!;лfw_F>l\Z4Z\Z}94f@\0\r?j;O&.hshBh!hЇhJ%#\0*}&4mv@!xL*IB 4 \0ͥ`y<\'h^|4\r7\0;o􀾈B Rwhq\"8h+q9$DZ\0-~ } }AFeh94h!7rw76кsg\r,\rK&oЦh& ڲ&C̡n\'zeh=3G]ڇ]W]Ю!hwOhOh\r훔~x yQ\rE~: :z\r:$@\\ãIQMKX:L օN<NBCtl y\nUYtt}/h߰LI7L7LUL&=\0je6V 0\Z$L/L}& lEKؖk090y0L2LQ\rYLI#|Z Ry*uJ;SSvjvCa\Zaڒ0+7a)a:F]0| wLl; ;3PkTŒ`FU{̳`uaBaFp K}0ni1]qӋ`߁A2`;08\Z̀!?_Ս`tH { ?90R4k菮Ga0\rcz1}Ca=0jcoaxWN0\rLV]x+L|L|? vn;1 vN\rra!ؙn<>S:bzؕ0wװ*?aWuR`^]7 v\n\r:1{9|L&;\Za)`A8,8#,UZfBQ?XhM#,s6kXD8,-\ZRiݓ+_Y܅ŝ~__=0` TXB,1\r%t\r`ðG7RKaNh™2Cp~8%8:w\0p}I8,n]4h\n~N=\0?́MK; MNt~qk\nUI~9/Gu++o W~{$հJN=\r M0ff9[}^ +s ӇA3`+x(!<.քzNL#{#Yc3 ?x~xp>p\r.~\Z%G)uѺ{3|e >V;)[?>\n|>FOAW,^JK\02|Q_[ _|H//eB+Ng\'gM\0R4>xHgYe`˛ܕj@m7 7w= (P6=\'= ؾPg j\r~@e\0~0zI`W/`7xؽahտ.{>{{Eޭ\Z@_ak=4\0<;X* \nn\0Fˀ$``ẁ;\Z0KUG\ZAe6 X]\0\"1RXp| p!\0@YU\0R>?\0?@~(,\0` \0x%\0\0O`z7@HV\0 @>\07\rv ]<:h0_&];\0!R\0%\"8Y{8-98\0r\03p8_+ 89g\\H.W\0(aʯ6?n7[\'Wi1xޱw\\%p= )\0_[a(Y\0@4;\0wt8\nDV16@Lp};|]qxO ~QH.I ~Hf\0Hk\nE\"H r׀z7 M\0H\0Ș\r\0\"YT٣\r3C [F\ZȽ\"rzo%ׁ…R(wt/uW[q@ P\nTo&T*N\0Hs\'_a|8|j K>Cٛ=V5`*005۸)0};0\00=m .?7?5#c`H\rj <,ft`e kҷ5`!^\06HP`\0%4ċB\'aB\nBvNBb4b[s(BQ_x# 4B$Sr/BPC҈]\rnc=ڦ;:/:5|nB/2b76boN:b_ā\rx\0y$9g\'#]EJC=QmB$ \"NG$F$#I. R_!R<?i#\"cf ē`_Sۈ4ijE&\"H\"{*CE4/!rv!̯!ш\n\';o\"8{%#J\r#&eD^DoD%F\0Q2` 16AdhqD4<.C4 $kMpD\'KD; _CX \\F@!Fm$h7B шNY\01y1h!殧!~raŘįbپ\0\\XA\"=@/ 6,m!)AWn7v)qm)53@G\ZHY6rKBrk )\'Bʹ! .8Hr/B\"w^xYTD*_\"ջFAjlnBj8!5F\"5/H#5_!! uMjzk{GKېH`^iGi\0i4\"\r Mբf_7GR.!-uG|fHgG17\"H9$43:v Ӎs\0#D C_w!qR&Hi$.+ ƞAdm$y&Iy;}BV\"zp$C ɜ1D%#d$ v#9HN7$3͑q)<);K6 ŔyiTit$v0Syv c635gaHǫL9\ZEy1zRaFyyYyg䕯ϐnkȫ9K;7\"oAތ1CJ#oMEz =\03Yߟ ֯\"wBu\"Cj^ Cc !#@F8b>*LdT dTk2\ZMCAޛ|e%!c/\"d6!hG&X!⺑ }ڏLiD\"S#S*/ 5^EI-#ӐBdZ12b|Cfބ,z̪f#ۜ@~|q|Q\ZY,<,FmC<,iCYER 2YB=،AV#+R*Oo5 LCj1d́S_w!Tl7l2FތlyzWA4\"5C(L=+eǠȏ_w\\Ȏd:Yy@vyU!אw#{ӑ {j#|r9p59S[*2@C؃VA~7G~lC܅#g7!E\"ՑIsC:r2 #}uS\\cB+{Q%wPv\\ԁ\rT\'\neh2k22=2g2F>@_GRSFjD:pR/C1/e鱈.EYQ[PDQL#5J$\"P>(Tm7\n5B/H0P(\\\nD]ΣqPR(Ra \"2CRTPR #t2@q2tP(hpT%9uC*EY@8ġlhn(\Z-(;Y= ʡ:3n:+:{rيЊrZD9.\r\\\"Q.}(%rAF]`{b uu3,uss\"G(fL*3u}[yצ-UWzkك5^G>CtG?,D;QZFT*u&ChESŢeGNA_wF:4D%HY\ZuPwR֣RPSv(Q\'ԣ T)T鞿ͨ? *Kzfz6c Tj@4\ZgQ\ZΨaᦧícQ#F)gPTPcSqԷj\n_ 5ueB>WD-MQ{Ԋ!ZcP+)K y;?Kh>Mehɜ|]h)Th(Zczj4ZֺF8z+,zhu ZVЉVX@o[>VJB+]ۋ\0oNrt;Z#\ZRV龅V=~&w ~5uSq1=ִ%5F uuh=EOЦ\rhCWC aqڒg>&1GA[k@[jOZm6h ]oh;ZNavhy>dv,uC\'E_\Z/B_=vv?vB;/D]F_v~\n\rnv_;倾a7&=^Z^;\'wo[#ѾLoV-2: HG<َ|U`DSP4tX}N^ Aw=FGy0ta:*:.~B\'9NG\'->D? YC?~B@@= +{O>)z3*g)g/9/ߣg9*ѹ>t^Eşt! ]hADBѥ24]FofЯѕkJqteirTt1*\n]UEW{H\ZQ8V;v*Bn F7?F7E7YD7z!\\~?n}\Z%F>z ݦVdno2Bw\ZDw? П^Awv\0GkE,zxh===UA]F[\Z=a\Z\'Sѳ*蹪NϠIϻ?z0^?^>^C/{@FA{迈(_i1fLfSwiT̆\0fC>#W#C f[fAL;FifgY f.WWUk2-n(X=\ZIs^l٘ Y0yp\\xb|<10_@owLsyc\"O`>dca1AZ2L(J;pPDNc\r0TLܿ L|Z>&*rhxx6\08?Is6a1=%1}7\'1}g0_*001%o0_ݛ1%-̐ 3\r3\'f(0Ōw`b&a&fr1S\\fʉ؆Ml,c~`~eaJ7c01 KW̚Kif=\r^׏]lts +y\0+ŘJ9J];bTKm*z۾*ʝ*<\n&v+U Īê X:UvZ4V?Vv!L>v;֏Ww_bZ5\ZAjVXkXX籦Uf X%-]?XWuC6Cg5 ܰGnaa+Xx`^ ,fafX9,2Emvb.\ZbXl pyKp K\Z~~,f&3WciX6/,J1rrMS=X0E`|P +|cEaEe\'Xk dd֦:3)FP<\rĞS={y蜍utabO΂`ŌX%c)u0\n9\"q`&r^k>XLZ]>g{;;{B\Z\rt```\\!2!ؐIlĶHM,6J|\Z (6~GlK+؄\'\n6;lҏ}d l656y<0 }tSz Ħ}>f[o`3We90 6\'L r? bk0;dlB\n>|[>[؊-0Ėkþa_eIbX\n؊\n[1\\V6V`{7ck-5]l}m+~\n¾\r6\\mh6MUVwğw-R*ؖ%^/lK:g#llkKlk3MmgVc;WlO@ ;;x1\r;Xe<=a{b7R/%cͯS۱Swag6!?baga缾b>.bS懰Kؕa\0*nK\Z\'\0\'/ \'y`\'q5F2mn;m^msm )qۧp;q;GqʇTT{`8pjqj?8s8=18ݸ]qup{>t0n8;pzS8}<>N$no(n( g\ngb~gxę1paXu;Ew4w+wކ;wA\Z/`58=>LlqZQrqG8`Apӊ#ٌك8Rꅣhkn8},2ı~ǮpƱpA88!4N8҈)įcqL\"\ri\Zg;w&y$FmV!m}c})\"Q~?Α觊;G99qNo[qΰ8pW[[-ቻ[cpu8=ep~8N.@\Zpb\" t$aM)`\\0:8 /G\"\nCpsMM{ {,%\\܍~\\;dz5.n ي{KԊ{=Q==våA\'qongqߍrr,pqqyP\\9[qZꋸI+K/{]qjW7^^%|•+*eqٸZy9k]4\\󷓸X<k{=׎ZõO#pb\\7N\\׹op\r\\=\\/\rډ#9>=[-nPY7م>Syiىyw7^/n\\+7>1}}p.2f)dܔsv5T17Caf(f!_p?U~hqFqɸe&g([\0Ec҇Vܲ0n9\Z[~BVA/ܟgŸ0z8 m866fq_qfozp/^f/㏗.PRͪzx/[jrM&ea3xoxA0:SW] ^]($~R]n;m ^*9^-ﻕo[߿T?47Tqxc(\Zo|Zo|\Z8o \0o o77ދ?T?do>?Ƥo㡖<a\']_C\Zx\Z~\'IE9xR[|BK|\'ÃFA\0Yc7}gNay\">k9ղ՝0/:/؋/~/!_Z×\\;O+L\r{k>W\"sa\0sv/P\07~(?ڑc *c\rqbG\num&\'Ud~~*D?x?=gXe9I&M\rgy\r~A>}mDQů?}\'k:2g+zV?sM7n6Bkfs^W6U¶iAQPFPl (NCJBR @P\n\"\\C}5@P4Of4n*p6/ %hoK\r{AЛ#WZ{/.}%~F؟=APΆ`&f\\\"f~<$E0W$ T%9F+% 0\"ȟ# vd3c!`)Jgpʮ:oH+Aq/(5L B\"P+h#ڽVG|&p~Us? w$ęLJ!Q+Fp\nM8Up:*`M`z`s eF8A$8._ ._.Ğ#8EJW\\z >وpu9՘buk\0#:#}]F|.|/< AƄM$RjBfR a ws ubB\\!D&b do!iw:!@HzcOHYNxԲBHmxDx\Z IN_&J<*\"d ?\"As=(5BtBoB^t#!ԗ߸P͖PdRG(*&p&%+vBOkm#RAB՘)9ފиExw{Ox(KhuAh)\"\' mTBۥ;v,S+Kè\"_ _ &Մa\naa 0jO\Z\n$ L #Ƅ|M0Jo{DL\"0ٜK>L1%j%em%A%,( f]#D0$GzI,(/ }&1%T~%!t\" &>-K|vʎ&)Zfr;X@\"֍%ֿ!NlجHlU\'|Ip߈ئbOl#Il#~/|z |H7)r!0>rO-L\rN7i/\Z:i7fYOۀO{LH&Ep0;(e$9`0#\0v;G9IIP Xx\n,  gtXs,Ye/2RU# ,D| Vukd5A`m:۳K=~\0|6\r!``\Zln?\0[;΃(X-?vAv\\8~BiJS2_=<5x8!g88>}\rS}i}tp] N\0Cs~8\rϽYbA\\ .-z[\rPD]&l!4ڑd/䤴I\\\"I~LDR$)\"),rHbI۩XҎ4%$ej4Iy{DҴ#iI{ H%H:\\.K1Nڧu/2tO:PL:0D2t&GL#F2?tՃtt\"d8\ZtO:##2&YBA\\+$1$醑,FHՏߒjɤkIukӓt RoYjt#!rҝJjY#?@j婓Z>lCj˄ڲH/HfO> u=&uCIqOI_6̮dIIUHao!&ҰUi8҇41;O4w49$M=\"M~L&͜\'&%thEo\'+ْ+KޞBVKI #+W4OUUUU{d5RnC&Y2L֌eZ0GY󸑬;F 1\'5Il\0K\"\\Y% [Y&wk&&fgfdm> H\'٢<|w|3J-ߏ!ʞdm2d! #ddHFQrwh\Z2Q$KdrL S6Ȕx2Nf92g\\u.\'uc2d\r ރ,̸EN\"k>O:gudkG+)g46OMF- Y)䳮4\"<|!}{Gv;IO8Cv\"4\"\n!rȮt\Z#||Yv|~||ѕ|}\r<|C&{溑5\">`\'٧B\'\"&\\^!fw$OCɡprXl=ΎEr̵o䘛S{Փѻqugƒf+-I,rcgrrU-&f8rT1T*99êd/IhKdr&y?9sΞV(9_Cή p9ȅBrіnr!\\q\\|N~ҙ}+Ce7!z`C rUf2ZZ҇\\W\\HǐkT뼤o1oɍƯM./MoMyZ {rkO)r[#rG/ܹ/_ɽGB}}䯼&䡚3Í[#x \0<:\r\'u~{߶$O\'\Zȓei+yFN9MM={<5<\'xDZIWEoU#zMenA $ku+n;)/4JźYŭ%4pE1E\"e&sK%7EUEZLQ_ʣGH{JM,.vh8R(:u딽\Z&6ʁJ8p%0b S)F14=bNbFR̃b)e\\ʡW#K }?)z̗ȥ\nP\0#|\n\"P(#(i\'\n \nl>_g/QhWGi\nc/\nsHapLa\'pU EՂ\"TDPNQNPl8\\M9r%rVэr|rZr66rNrݓr>VrCԆtԑlt⺓pcp\ZOLERrUzrUmr5OvHr|&Zy\r`ͺmg(rO)pxz)^E;/N KJUJP4_RBj(!#є)wQ¹(w6($JtJjJ W)%ۄ\0YMyMyK$JR((Iy\r<%E?By@y0%ˤ_\"PKz)w)R $WNɼƣdQz!TKTQu2uMTTH5{j͓j=jvLj=୿T<8Оa]%a&U7\ri-kTpѸ*# \nM%SaWM\0hϳTܖ.* 0H4*f@HRR\n4g*}$2PY=TA*R-v \rU;O})Q̩S9bU\ZաXz\'(W`WTGX/ܗ!y \Z ڨR;N_S}ͩ5eAT\'T}ԫ{cWW˨SEd@TOy%zpNJ#K\rԣ*yP%jp\Z\ZTA\rv Q^&RﴼwיԈԘ-Z{hXOԸ[z$mꣷ/vRӆS卩LRAlf:QW>?5+zǢ풧7GP “2ԢWԢu9jZ/Z{/Z&S\n(jn>\rz JZTZRk,j=}VO}r1{t@mI}B}77B}J}{_cvjjـR;cjI ΙOJ.\"jWZ\"UkhKosm)`-uXut::^-ʆEHD:!c:{iu:Go|H]Bw66.ԥ{+QUu5R=}uu}#ufu{׷=O#_-HMs݋&;L,1M@&#XҶAѶж>5h\\WhiJ 4K4Fm\'3MEc҅Iv]2t.R*MSMq`h{nPi{ =σh{zhڨVW M[a,M_!W$m\"m%ځ4eAOa4(\rx\Zd;fG3𧙥z𴃘4s@a\nڑy4fDYю IT\ZH[Ӑ4 4\Zq\Z>M:id\Z9nFQQ`h44<xј&\Z[ΧWo8tƣni®4:&\neN<>H;yfs=vY.ɍrv&F#܀vn)v.v]څw4\'_4gIsw\"b(rn+ڵ6苴qRin-nyd|[#i[iWe:-fއ5ZZlC-g-\"Kפ=>%/%i}ش--AK+@ˀgўߣeIhϥ hϕ%i9KZr\'-ϨwN{Fˏ0^+\n|UhiYB\Z=>Z3ZeR>+Z\')Z̓&ZwZYZ\\Z,V~V7V%@h\rBiZ) ZSGF,Okڮ-@Z{@}ֱe/#1Y@NӺzGz.e+>JӾ֡|H8Iw6pq6ԡD^ʹew\ZmؠM>qM\r7f\rgh6Chsh d)eڒ5ڒ3Tɤ-T)VշVwV{nVi_h:?_\\cʷRh7T]n_?]*]d}](]1YcVtebAW\rOWlBרB>ZN~M~~p;OѶqnSJ7.쥛=Ч:N7L7ϹD?O[pbgV8kUP-ݪ}vCgp#Uӑc\rtT:f\ZkEdžܤcӴZw:nLM5:N:-h_I 3:IN3ktƩY:#zΖDg9t̓B\"yjKtލB:A4҅~?1ti58=.Ώ O<$Umu63tGMo/ӝ_/x]]t7U{y3F)7qc+c)}u6SNEߤ( }oAA`9z6z=EG.xУNc:zܿez|p]w\ZUzB)z/z,==,*%G\\?nHO 裏3v;Yy^ZfRyzi^I/ aDEC-Coť_w&?\rw_w{轂؋ބ(zo5gVzr(>7GH̤p[>>E|>>^x>ިAm@F&A8y>Lv5[\" G>}_}n}.בhvhM_tܣ/YW+髚UC{2u}!qi,!Ɛ،a`Ȥ ه4bcaCn6C>&zPt-`(.80vj1O0ʕ{*e Zcc\Z)C힘+%{4ihdhY3H z%MC=`|{R7c{)}$\Z@Va0\Zf`dRGA  ݌c*cDmЊ\\5x0 #&qǞA|Z\02BO5|>`32!֡ꌓxbɏrp 㴧?v>Їᠾ\0{pd8|d1g2ί2.f0_1:*N\\\ne%Z&ɸ¸L2g\\g\\2ܼ2uv0s AUra\rVcڋ=uȸX~e3363i `F#4ZZ 3b?b-0\"TQM=F{_3`Ux݌ÌFYF8[G Ͳt| #Y7#{l1`9\'yRygz͌{\\\"H8.Q#J FSFE6fTtU0^92*eW%?op?Ui\0dTz2\\6FQg}^`[2{o)1z2o߿c463\Zkjw5Y{ \r{>lcú `|d1>fJ1SNSs?ˉ\nxMbD3z=ջ}O}zWR\n1.ngxʌd11DCz{\"flk}]}rfg]̌s`ƹv303Ĵ3fSfrWCw3IMΈ1|bTNef^af֘ϰ^3̜ߎ#̼Dffu }̂t_f%,\\gh3K1KL\n>2_aZ[cbǜf)0\'0+}Go2s5Q̷Fon1׉f\nlcevR2o>fv?Ybvya9_\"k_=K̯-j!S^s-Зg̡T09b9HcECceLRCs\"J99Y(˜vǜe?aݙce΃\'a[&7/X-*,K`!d3,\n QBg0,P\'ob Yd,JQEYo\'X,\rא{7$Rv%a Y⚝,əK~<1֩[{YMlOUγra9]aJ,%֥b֕7,*5uu%uquC.uR\\dyC|^VYV!V~N<+2U4Uc:Lffk o*XoX5ze_ViKV;ղ?HC1ǗծjOcuh:9ΑJ֧ϷY]Էn3GcLJ!rYW~ kb5体5 sb\rߵg}n`M)SY/ر& YSXtxlj޳fdRSXs\\\\%k> 5uXg5d+ZalFVbwVYzGY\ZY6%to7=mdKdKR!|Tqv).&-sʝ-s;)Q|[n[^Ǝ-2[V}Vzq΀Uyll_*ljϗze\'>fc(]`uٺTH{_]@m`6؇gC?`Cٰ Zl|3gQҹlt)`qil#Vxe6>\0(\rNlR+\"UeS9Zl=wd Flp6*W9r6ǭ͍f[O|E6!-HXb {٢$<[4Ķf>V}mk^Ͷ]̶ Mde6>c vg;4c?g`;f\'f8lgf29o7ۥvc/5d_ַd_/;e_d_QWf_mʾr2}mҎ}m}=ʀ}À0=[v=Z7^cW޻3wo>3l_;;X;;DfƳ\Zzw\nwOw\Zؑ4ّgّY$vT ;S1; ;:4}g޼};Obǟmbhc?d?hg\'Z`?5~ځ8z7;myv4;=\'?ٙ1h_Xpt/ps*]쳻g5.k}\ZǠٟc\'LscsСsYcn㘟rsC,<8q=ut{0z@>q\09\"H]\0edAg>`x%<݃pR\nLJs{ÝCrHK6r{>ΡX19oFQ>awqNm *p,!sU9\0sć8*.kJ5:s2(t\r2>Aqa99xqX看+\\H\\xJ8<8K^8\\Rqr\\*s\\SќKz6k-K S#IMx\\pxws|n.qnr8~\rDN\'X\'87\'=\Zz߃ȹ qN.\'zsυɉ8˜xe\'X#\'E{pKU-W-\'sKD\\\r\\̀c\\(_v\\4W{Hk5ݿ{VO5l\Z|\Z)ypʑ\\c)qTL II=kjr%*3lmvG-\ZM\\\\#;V6cc(.B=EDn\"os1JI\\ )sń^b̸R\\\r;.3KjԠ!.mY.3/udUSe7*r9>\\z{Ą˽rg,B\\%W8W|\"׺\r毀{*2{+kkvkkG\r]:WܳgOrQָºNT맹.k2ҾK+w۹\"ՈܫosEl^`[soTfp=a\\B_n)Gn@n`n8\r9\rI↶{9`,&*&&{pS/sSfrSfn\0nz]n܌\'ܧF\n(47j5B͎qvB~qsӃUJܼq\nEp_\Z}7nY\nnywnuk%\')ܪn*Uͭݙǭ|֯r:666]6ppM&vi6r2{ݸܮ|n_~#s-e\nz1Ke|w5]WuSC0i_Nߑ$r< 7OR3OXJ9Ϛ\'-cɓȓ=S1<<ş]LÕ5$ν?s9Ÿ<5z37,wYwA/[x\'\'ɘEyh]Vy4 yϊxLx9]\nE_^i3Wk?xĸWbb+佔+:V{U{W+Uh]tUPyof\Z^;ּzhJ\Z5n\Zpek{g{|עznz庛kx}6!b/:\'x_O|\r\r7J:~|fțD(]Mf jo\'xKxKo>`yKy \n7o5[[7 y#n7,%kjRD /o>ȗ ˛xl˷4=Tyk|ŚRWJ|叇*k|u0wq\nk4w\nr|DK3|mp6-ͯ:~_\'??R7zo@@~MȪ|Q( mAEݭIPձ|ۡ\'@qG4ck|7UOr{O|%4\')2|J,O+齉|f>{p7k7&|i]2Z._T2η&e~|_X;Er.#p\0/[%SZs֑|Z|!c)D-=|/bWqWs~\rB;A1~!??G~oNe}]~Ϗx\r?jGqQm\'L=364p7\n~>?N$Ǐ_G~::?C/~f $~a~E~7܆6~SWO3/os%~8K/KWGe3eN~-Jsuˋo#\Zݯ\Z2~V~x5k~/(o~HtⷫpO~Lj/sܔI wM𻊷{ S_]C. m\\)>?;AsrOgRS~3o/\rZR_״-- 0[Re(\n@뿜y\'@\"T @@@Ѯ_(PC($v\rT4i(**TjO Ԋ]ýLJU#莬 E\r</<\n6fB`n[phys\0. (\"VY |(yM@2ʅPN@P/\n\Z=[@gx@NR+|p6 Yմ@/~\nN8=X nX| \nNi l/\\CF}̶rV[p^)PpnϐIF,p# .\Z<v . . O Ox !$5Ͻ-4G8K*\' |\0_B t :(Uz`*^~RMpj bR_H\nľQ7\'$&\'xoC AX$HvO\\-T?&̌$fH\nk>/x+Ff\ns}¼O¼2m‚EK(aqȐaқWY6²2ay7߄UU_DŽuxa=灰^\"|;E6>6|6]66m6PR/|VR/*;m6O_a[oaQ-쨶vN I?#O~=ElF\r3L##‘ Q_P8O8\Z,&]-ֳMmM\'Rŧ=ȋ%6\rEI.ҢK4ѣDE鐇 F)Wy(3[W=R@e_ȋEٝQh ۽7JD\\QPQpTT+-*.J^]y.zuQ&&){(5\Z\ZD$5ѻQQiIQ9QlĸQ?U\Z\"Gײh\0Y.\Z*\r\Z.KDcEcѸfxNWLR4q\"D?DvEEܞќNhiY4[RV$Z~M<Ѳh5#+doZ-o].V˔eʰ[;rpb, /ZxoJǴ;XwX̉w\\?#ޑuJ(++#abyXMTfK.5Pbk\nb!XX&=\'~\'֛mmʼnn={V|ؠAlԵKl,Rl|]l2IlV&6%?;i\'p\\|+C|l[Xz,_ CNZb`\'FtxC\r1+w *Dg1,&%%T.\"f^Q \nb\\ me$0-|->u׿b[)-onLZlYlo.+N;xbWbG{=ߥ+ J ScKy+e+@}dV|M.v\\|i(qX|m*xM|/]|\Z]|랬أMi-7{\Z$ד(WNύ1\\XQ\0ea \"єd\rг{?v+-+\"\"Ew9w\0H\0!!;\0!Ol@x (?\"6\"|\07z7\0QJ(u@ԛ̀e@4?sB {b>*\0b?S ^ H(\\\'\0n08cA\r\0\\\0/h2[yl7799EI)@A@^$D| P2Tl\"\0**e*_|<x<x xJ^@, vc00h NN\0C#I\0#\0 z\0%ex `,Aex\Z0L+&{ɥef0\0==R46\'&e\'`3`OsP{(g\0XXvXAVVϾ\0v\0֎\0\0֛&DFm(ߡc;@9(_ ʿ\0*\0s-恛Հ[,[-mzwnjIZR\nP Pi(ШШ_h|84hhv{P29:phŎZ˅;wm_,M1@{tࢁF\0k~*:h:uNI-€.gI@7@s@wR8oGO@ϦC@/6[xӷ Kڛ<Vtve`sm=\0^t^|g80H,0I@@M{\0@h3 f)aQ bh Ļ|?Ӏ@@ yhHiJ7XK m2H[2f*m\rd_\0-@=g#?@K>Pr (=J7!ao!Jo!c7>C߭+>Wg1$0z0 X<\0L*=LI&C7>k9Gi oc1߁Yp``v 0q`+1yIys|_{Eཨ5`X\n,(,L ,l :,\n,>,\n,V2=gU\'jK2\r XNw\0\no\0wo;\0lG[lKSؙ7v\n| ~5M>\n||kD\0D?Gv~}$o y;\Z8pb&8Y\\ 2 ni~\0~ ٕ g39$Z]Og(G[n_rz\'ߴ?7mׁk7A27  \'ͶQ͒<}&-%b%Zzu %:V~V{H\0q #HwS7Hwg1Ha\0\rO4<\0\'4dd&x2/ev!A K.%\Z}c sEgdmbv\0S3U:kB~wIAN[UAN AΠ%U?7#e@GЉ bB\0dqd=ȧY :#ځV7VAmt@@ Х^((4‚S$S00&B A_$AxC\rD!I `ip= ܭn>g_DAS b,bW8QATW *>: @1i b(ػn8Z@ m\n$LpIr@!@@ѠVyPXQPd8tuPtc(f(V2 C/@ Ar($z\": zYЍ<i2ʼ5*leߺ\r\ZAyQf|&(PiPr7^19P PTPrtt086TR Tje*>N*@QPУSm*u 艷 w?PSP/PQj\\ jzXj~j j5r&Q P|Jjp;j7ԕ#PO͵Po5g{n|_V:h0 hch*4 \Zz\Z~\n\Z\r*hc8)h<\r4\ra MGBrZN\0!ho\Z Yd\rw<V{Zvm|\rq9%ɀe+`RX1\rV,+AJ5`e hxˡO8_V:x[@x[#x[jxifV?\Z5>k:5Z`` ΋ΛxQX قR`}I~;Xl\n64\r.XOFq/`\'`{TsdO`;`=z!{_YGߒN{>/@ GUر\r|Ķ|4 d1),e9l>^{|B{`΀=-^jf`wyw/ |RӢ\nY \0&ڃ}Oi3:g&Ϫ#wχ˃/, =!Yp~e\0乀!`(b ;GZ50FiAo`|@+w^dD \\T0&̔E0\r<~ywl ~ž?%`i=Xڎ\0KǮC^p!CP:p(8l8\"b\r4GN.*<_1=y/~N\'zn\')8\Z8C\Z*Z&ECS7Eoo\'LoߛDS1α&sݢw!໘dp>\n\\\r\rw|r\r|.> .r:.feKe pwpm6\"F+\0?֚W\0?\0?9~`-^?*?[k9)SK5)pmpC[3\\ibTn= ܚlnHݬ__=w} \"fGwo7,pOop7ྀ;3&]4xxf+y<}\0<ڧ\0b xX9bNyŇXWA,@ݭؕAZg[kدBC]CC>D88y@?Bߵcs5=q}\nr<<DjC<5 \r\'!3w|\'dW:\'(Qȩ֐3\Zː3 gm& ~{ ~V$9m6K!UZ R @`L 3! D}`\\ eOn>/@E;!Cҋ:B眇05f!L*W\ra?AC~6D q_0PDmDi@>B\rS!ѻÓ؀w(H\\7s y?$l\n$P!r$HJ:$UJ\\\\ V6  hH]kH<$k+ &@!w6!9g+ yv|Ƚ nC\nN! J%HI-t)H:gGnVLy UlGȓʐ\'v\'ZTH\Z33fHm+H]/R%F\ZHKH3HB>yy\r;&1M\nc5q5yg C$( Ȉ[ d\0~$3\'K\n\r2~d9\r2|=LC\Z숀fdA~R\n ?yB7!A-_ EYY.xY?YK!+ݐӐUKU *$C@!!J.CeP}rP9—E Tf$*gBPPeeU6\0T ݒN·:)BU>@4EPFT#Y88\nAuEwzǡzm>PHH0|7ԨԼj.ˇZ:9AhPkPk>m\0]7c6`kC?;@_A<@Cҁ8=cu:pC43.zPs4kSnu\"Iz2=9q\0\0s\Zԏ>, %\rzg;K%AP@M=Caٷ,( E܄\"יP)7C1CuP)%B (#JJ %RPPft\'\nJPPqy5Z<RN0m>\r\n05v@;B;oX@_݊\rj\0}5\Z\0dbCBdݟRo;=mоi/[зϠ kMۮA?8\0TmBǺ77AD@\'O@\' [O_=~|\n :s Eҡ?\nA3 y!fbX%t ]>|\'\Zߡkп6<\Zq+t]&#m 6Y事a\n0ū\Z0\ZJql˗V6lm#vb5Lz\r+i^4i)tazr\0ӹQ\n0Y#& flS3N<3`K`f\ZJ0>]ưP0V=E.A%ءyv s9 s*srVy\r 7VNMD<a0st=EKX ;\rD\0%0` \rCV`[0>öl(dT!\\WO` w&n ?킉tak0im\r\naZ`ᖛa\0ȣaWNîDî1%{ KRRG`׃6înt2ej>eұ,c,}X>X2,p{(,ސ+ 8еV( + +,j+2+\r+ V\\\0V\ZVV.K\Z`:0X: JuJ ONThÞaOoc\Z2{\0kkh\rkx ku\rb`>q-\r9zS\"lRcwh؈{#5vfa`N>ρ}t}y< Mþ?M<} n}bf=as`C ؏#|\\:w\0lѨx2 JumؿM಼Ul\\]DWq Ż\0\\W@j~ p)_M\Z\\\\7j7\\\\oA׿7 7R= 7J_71>݀:M\'p3SpWp)|ܲ_ qR[mv8,^no?0Ww,it;=\nwˆ8.퇻&ݷlJ{1~pl~M~ h \'p689‘fpw;8FCNIpWN3j\Z8{ οMb<.f%kprxHixHxPx@x,<>iX+MQGǑsj#A?6\Z o\\7\r›|7/7[Ԩ[8V:NU8\nZz\nz#mq@F\Z3BLp |$\Z|\n>\Z\" h >\n&ÿ~g@C9A\'X>|z\r/if\nUűAIf!(T\'DSESsHz1wmy&y< y1,\"o C79<y^\0E^4!/A\rHH`\0 #A$; H&v WCB͐0D*\"HQ$\\9 aHj v+IS}HF^$\r׻[{#BH8)xBJ Ҳmod.2d:\ZEGFAYȈ|dȨ_Ȩ{6+Y+OȫF7$DƽF\" &2Ͷ\ZV62/L\"A pdV5d2WP{H,E,!lECE$5yd,\0x>t}ȧ59duKvYKEJݑu#^ _4Z\"_ G6=kF66 [ [hQI75ٶNGv\";a{#.C%!{]!}o咑oC. 5ޕi],rd2r46idTGcg,E+X29֔|FN22)(Wow;1rEB_ šsqok,Hى\\UF.}\\q>;\rB\"׵\'N\" D*ddɶ(y\nJy\ZRRF4Q[~GmV\nNGQjVQ\Z [QN(^Oގx.K2܄2.BELP\"PQV!=r\n=*((c=>Q=P6GA9Mw=QǶAsP\':-P\'&Q Q^[PޏE(VIG$=\0BPͨ j\'PG]\n)~_@(\n`(&A:P=Q )EnqGQ6Pb6v&E7@љWQ*(gJ|%IAIPҔ/(i%dBڢ\"\"b\\mP1Qq/\nQߨDpT(**JCB]IP PZP7WnFE؎JƢ2VT TtTZTf*k[*-ugDgW+IB?B寞F[WJJPeP]P* Zʸ:ԣ8׳+QO\ZbPOe7P5i*ZgTUc\Zj^QM;A5 ZZP8]Tr\ned/ꕠեסsP7J7AinwƝw!T7~6jf}&Qfn7P/>>\'E}\rPQ_B/zo+Xf*P?kQQo#QQ P !?OQ\rPQ_P?qMqЛrg\'r;\\wZGG+c~D[8Foyy\r5\rꞀV:QoB5IEhe@fmICV\r_@mE7ffgsܣmqmQ(އC EL\'zg9O,<ϻ&9ɠm./n[΢ݎ~hoj9Q\'}rG:g\Zچ=>>JAFEA_N\'CgUCg:\"tn~-n~:OE/g],@SХ貸Qt]tWtJgG?xljj\'nSa)t-t-!]gh@7$_ԢMf\\t$wY\Z53]݊qApׇFAYlA+g1@!zgnCAfN :m9=d =\0F| =?s[+^W2+op5uid/F߼##ۏ̮bd~a-0(]bcvbcڪbtcKOb?l_wǨ]Ũ/bn`zoaԃ 1Zg0:Xn9F7\\Jc m1#,c*AbLG]}KKMuUcl!aʜ\n1\n09ӯ1`)a[e0GZ1Λ1] ;9c/% M}9ǜ칅9߂99=vsn;La.Z^] >c.݇cb%qUSKb1G#l );׍Ơt10 \rA+Ơ 1^\\s CrÐg0w1܏zC00c%*5pbx0RHF(cD1b\r b\"D!a \\`v`.bc1Wp͘xL?Lm/&6IǤ&R1i#9L$V`0#7)3VĔ)La08ʿGDS혧\Z+0 SkSkԕԽoیi`^0/1MzLK**Ei}ƴmiyu0tb(a(̛vL#Yb}}yky  :p[ = ebüR0~0O0cc/0`&1MI\\dfm f\nUZ;zZ\ru9LV)f\0y\r4v#}V5UMUj<\nj:\ZauTc:o;awc\rձ>X;I\ZdvkXݵ8}4=*c2 \Z$[[[j}m4}\Z׆m+¶bRmKZA؎l}·.{lbMb{w`:¾ `Ya|_cvCNؑ5\'ر8X\rHq+KT#vNv\r\"aZ~~}׀M`g}Io`8b8x{|vp\0`2]`ҰM}\'Gc-oɘ+6dqʞU8tܖZVEp.)oRvqj9Zf?N!^N iv\r|ǷvRv`q&Πg003ۍ3c?bqBi|, ,i3Μb3O<35Y|(\n8$mգ88m26 ۫e;gOҌs\\z;xw%\0t+\Zwn,sI8s on?,ɒw8_e8cW\r_G]hػ , ^\\]\rwyWTA/ j8+jPNq0F?qP@>!>2p}q[xPNhp8uW~:\0#H_gpd\'8rEG9ꋣhή8m\\Ǹ3cUn8@%\'8z.88q\'yJ>pa[4q)pn\\Dr.r U=RMͭUmŧlp p w*N*jqaʝt\n\\u.#.O=q{A[p\\A>\\v}\\ `b W\\ր+ggqVp1={zW=Yz \"uW_ksxy\\ ǵZpmvp\\{g\\ggzW~^͛/\Zۿ\n}-L=Vv~WwH5;/;d[GvJNgeǐ{n^\'n}^\rxߚ/xY)3w϶=ikL\Zk^Ÿw /AV I>zr\"px`c(1C\r}xOB*pg qQ lǣRSf3<:\0*mc\rxT2 O;\'W񔃗<<Ւrxr<<#gMNlc<ϋ xkx\"/z+K]6|,>Jϥ#Sy+7W Z|\0>!>O>q,>%|r\"8O᯹h\\9EOoo!sX\Z&>>>$^ _8k2_엍/a7|ez\n-|Z_`s]c]͏-L1|<|wz>w[3h~,p?Q?OOIO>__ \Z>ώ4H*?drsu[iBQW僋zm ~QGtKPF&(?Gج_IpRpݷ=*a{ \\CPM#9Tj^A!A3bޟ=J L\'t/v\Z~s9a[=B@$F!X5hl6yC {{2Y}6\r?\"#8~ \'Q&A#G\"{ G߸y^cL6\Zݹp6p<1 Mh8K,\"x݈$x=3!xUIw %`S0 Ww ߈ g~q?)vpnxpzp+upQFp\Z!DBB\0iK\0`s\n1! իȷk/[N%\' k^b@ryJ ]#:, d<yKv  lH %p#h Q%AbMT&D#DoQ+vܩ&\\)9OaGڙNK^\"{+<2!%3!~p]őp2-pV^ !\n!=-!N4 d&-١;˟ w1s=\\B~L(|n{C(.E(5F(dі\nRȾPYOx2Nx\Zut(>PJ+i\'[@K#z\"_܇y\ZBwGE GXZ#,&6@2\"D=`|9MQi>qc-DgmH+m<8QQdB jA4F w\r\rJ{D 0ɘ˗I@n\"ZGthljh}fh\'ZmSv-{!\\\r}.oUc_2#OtiHtKt{Ety@tHt?G< C<-x1u rѳ՗} $8\\,A.%aE /\'^TGU∁D\0c\0A:D4\"$ d\"Ypʘ$uhḎD\\<H\"R;\"tHkw\"2m!:$rglDN\"[Nvy%Q\'!҈ijĴ [.o;oۺ3b&exkC7\'#wsb^n%1n1 X.\"<\'>xO,~XRM,$V޽L||0C%֘7)!\ZшĆ⋼Dbl,`eb˽XbkKbF# ؉\'h#;Jfz=*=vψ=/}iaľ%4#ۜ8gq(:8+q$EGcG87q\"h?qG|h|BHHƓN>$q\'P ]P#[%zL\nF\nVL\n]L|ݒ{TqjTX%=TEIzOzJS$U[=$l$,&=>Mz@%=?#ɹyO!+Gj^ZeVI!V:=N`q;.\nA\Z\"zLH}i\rWR-Կ@\Z$\r%\rm]\'\rN\Z>r4݊|<ŋ} ;C>9F}}dOPǷȧ{wl{@> EZN 89p¡ MKGȗo+ rp_T2S 1!:24i }C!c؇d))1NF ިUzdL9r02*Lf#FdP-}?QGfY)dVH85iL\\-d|8Ckdioʚ/9\r9|%DRDvBY\'jg.Dk\"\' )Ԑ %Βo/%g\\O$g3w3䬮d`r%rȔS GYLy0r^9<94/rIQEʎA:C~49iVZޙ(\\ۆ!yOW|\'7Lˑ!7fGMh>ܬ`InD[ޑ[/%fɭ+*Eo*K\"W~׽ .`5M\'r6sg߾J\'n%Ƀf\Z(RmT?\n#PAi? s \Z.&bLI1wPLQ̻:(߼(V-k766fA\rt؍nSR~@9\0.F9,rKh7\'c{c1[ /:JA}k\n=Xk) \n0XlL!s)J\nU@fRwS(̗֕N\ny\nt3/(&lE\n(a %b% _J8%7%6jw%d谛8$הSRe()]kk)U{*OJ*ظSpT3T%3 U%ϐg_jj>NTTMTT݆cT&UtU/#U/)u\'%5UTӘj:>L5{M5o8LCLdA,9Mljӎj}7j}j ږ8S,QQ,DR{P]~n?^Cu6`TuzRSzZdM=z O0^P@@٠^\n̥^B[ylt*Dk\n}GE%QGT\'e*j:b.S؇x/B%\ZQ^1:JҊdvs*s(~b:JKP#AT\"APP2\nGB*V|B?TJTIw(5ʋ\ZzN\rO}K\rI\roH+FWSc{q`jA25‰rJMݩOMRӞRo4SoR3SY*¨w3洞g_TQX`jI.jwCj^ F-mZVvS\\>S>}B}ʐYjmC=#6/Pjܩ7m>ckҙ{_dM0<]_S=ԑԑzZuN=:=u|1:@~Eh~kPg39L%>\ZmÉ:WLGܡ6u.qQǩkwP׆R#S\"?cgip4YSM^Hgbi)4\'4o㴭rjirBjB!My\'Msl|Ek~DD38A3\0h0;͐fHyь\ZvLit |s*m5EZ4e4W44Ek\\?nƘfϭ v`.}@I#wtYÊRHs\rNsZ_٠yJ;:Cy!Kh34o&vr(L.GDY|,|h)\\ک+^3:ڙ (\\J/bZckߴkJiih_n`VnO:IKW\022)h},-{cvgZN-=TG 1C\n6li[‰WfZv/Zq\nDVJh_io7{CҚ=?AnI=s=ü={Eʥ=W|Ek\Z az/ae!o5m5Ok\r伡:HZT\ne+UګikZ>>+ܚ](G{C:DO9E}}wJ+L{{.F{glK{w\\.|3m@ߒ6~6FKi+h\'YϿhXh{RitKi}}~Ia6XKH&lЦMcҾAh4wl\"6[,O}A~]2~-=9J[j}I[>B[yYhkuzșDh{LXh}u˕i+t%jJQ:}+ D4D_GhEט5lZ 56Lז*u{\' tCS,hk+˶ۣneOB\ZGL[~mT#]8ݮ7n7J[G+I\02^uG\\Atw~({N=)w}tύiNdLe}۰t?OKE3= t&ݿHP\\M뢟d3ͨ{+O/);/%/ZӃSyAt+:N#7ѡ^tLP 3xK>oD:7/N~ZtU:?q-(Ρ9tc}pAgWŅtaT).Lӥ-9hzz($= nrζ__I_?=\',\',{ӯiA6=\"===e=W\rN=f[\r߽}wp\'=Oq E>ҡ(d?z\'_o3\nNjmjt&L<٩i3I=u\nGo8Eoj__p/[-Vjz?Nz.seUF?O6׬_\rf0akNw,A> m6/;~ǝ\'7\'P}^vG\n}|Ӕ\\B_QWWWW^5\n}hzSJXfx#2\n } w;r\n\n-RbIRbC9+cs\"cM?c2c5e܅yШLeh3t61v_g 1 F/3 HEivl!cWòc|êna}}aúc3whwÂa%þ+áu c~\r\04qS! G^4Ƒ$QJHKƱk W8:G2|<2|}13Ζ1 䯌KɌ+&ی=sAƹ<ҹ%F\\(#>JP\0 3Q ؂3`(S T;9~g_=d?3NQ|AfV14=.`0>1sGl- N#,C3c(Ƥ3F~enfTߕ`gjT15fjǙ:\\<&c0]_LoD ;N{<fx>˜>KLߒgLӿ*® l?$OL@3 ij`n\"DŽJpoe&3%\\fHyf(3;8s`̼\";̌Όy{3̌=deU3q;]}$,f93ofm&z7\rs[̌N\rf6]N<ͼby fT.N\r-ШY8̼1^g>X g3K`̒rfɌ-Wf{1R\nr)11Yʬ[gVf1މ`Ù5?5GJϝh&o\"eYv\'3M/ݸNrgv\'1_mQbv^cvA]YefKb_OncV̱*o8L9/a1L12_0^̿#1c(kS-K;%wKZ{MV^RRbim$,m2󧏥ڑUa驯XX;IJfϱL<,B&هedY\'LXV b!u,;(^D־UX ֓,/YGVNXǰYǾ\\R+YYì, 7tߒ:G3aL.&gಂ;Y7e.JX\0S] x6f,ts:B\Z wY*\"ճ޲19ÊEE]bqYa,VA{;Źx;,v\0%tmb Y\"K4\nteE \"wڰYWYW5ŬIXѵlVwŊ;Jֳw|`%hR RY6X׺cXi[Xi*٬[ڬ\'%ÙL^V֎V3+~#rmHV^6`+zqUlN`ֲJ.γ丬2\nUnzؑzĪ8Ȫxdz$Uuͪ Y7j\rYf{BVKBp7\r5jcuDmaugO.zY=\'Y=&\r;b?߀ꯖkYCvyì6wֈNȡd֨F\nkWC\"kބEF_/k5QYǚXA4\\XSYo]mRiCUO5֜yǜa~Ö c26c\rG\'ϱSo1`OQ>w6\Zϻ}_A_Ir셳7 쥑액0_eSc\r\\ Y##ˑilJOerQ8jG!P{|6GRl5\nl}l{0nَ|Qas48Z~qstb78z?Z9679`Tg\'1f8f9!:+7g\'c]X?0\0?slq4g8v gg?wC#E\Z`/ǹЃRqyqlad9ne99\'9N/-wu9iYK%笧\rl ČS#8pOs\Z9N@o/RP=RL\'<\0Ɂɐ8G8\'[!yqȖ2*PsWW8uWM5C0iMsOC-9c_9eW*GD7戾sBgp¤jO8g8[t2\'G3\'!DžxI>㤍s97-8798Nz>((zNʹ1prZq_9\n8U\'8O9E41S(勜Dz9o9\',95:1N#yq%OņiB8-ɏ9-7z8-VGNk\r8i+}i[t9b9\n8/99]͖noΛLΛ_#^ӛZ~3y k㼍伣p^rosr=8CӜX+_8 8c!!sGOYg9 8g9 e΄53y:[\rOoIzʙ͙=ę̲_S-8 oqs9K_sV,sVNpV9P\n[հ35Ά9p)+Aެĕ_ʍR|IWٿ<9Us -ܭ NBW8WՎ8rups\rBVF\rv\\XIB%<ĵZ%qmev_{)r~rpE>krBXMCùUkHo#ܣ&s^.\\Mo ={?qCqi.*\'^zxp=͹I\\?\\o-9Dړ\\\'?qzr6qq\Z\\Xm\r=g2=׸=/P^^GFp\n?`[\\x cи8. \\l_.a.]Q.ǥSpl/. &),r/ F-^\0W8QͮqydD;+J_irC 0#7$7rĽBs^^} #(\'rcǸq?qs?s 9nrsnnʸ=\Z>{mʽt{ϽȽՐ̽g½f_fڸ\rYVmܬ %n!nP7OΒ[^-<\'-[gsm4neF[)}>\r>1>3Z>s>W\Z6!r[1eBG[r_r?ss{κp{`y]gw\';bmw?}`DL~^+!xE7wj݈s73[a#w{;Lgq۹qW|f9wZwac\'_\'ҳ=sܿ\ZOy(ڡZw m(//Ox OfoW|AB+e6t\'o[vo[{2OOtu>l ]yJ_e^g/KLZRn/OnDh~Ļ5w;2//:/?ˊ*;;Kxw=k|;yw~wo xw +=H<+U^U>{<Ϋr«z{z0~^5WWÈժD\Z^=bi׬עk$0yL\n\0yoHh^o_H\r\ry[y1Wxyc/\Zx_xߣKx3ɏyƓx?2輟/ޯo2ޢs_8wz&o /TST\"S4_.Ć/Ϯ+x eOe`ʷ-l[\"[\'[[~o{W䫷*55=;;uwz|}6aoS77f;jdq o|\"\Z·T-/7F|O٬?up53|$?\0?\'?\'>>6y#|@Y>·~aOZC|$}=ǟO36>NO)T|ZKwKFer?!$a2=_?j$/kr_:N~21~ü\Z~~:\"oY7iDۇ7_˾ww/+YL!spp0\'a@ٝ|?Ꮕ>ʟHL򿎻53S?nz_Co++CB\ZBF௽ȕ^ȕA4X@]}3@iX\n43 MZ.w\'킝%? @mB\\`)0wFrFR%[`D` ̇قݡVo{6}p>J` {Nu_z+pO8 ~wsY%8Z/p2(pG:.B`GN-Ix,^୺,89()T=i$YF\\2\"Dy.O  \0(\0 fU\0=$x2RxA\0z 3O\0,\'% :TW, ^NP_:\ns᳀U\"` 8-Hg[W *@ GN(@m\"t{U.D \\=K Ċ8 N FCI|BHX$fn~Ϟ R!_gy?/\nn[NAZ t |$ANP knA^1A>vfK`$(}ܷɿyf Je\n뷂\nQ@a\nLT\n$ճN^\ZsOY&:\\Мp@?|8/|Qco&>ɣ-Fogv\n\ns ߂NL\0]0-Tz f>b@Bh`፫`__,%&A\nPoS`P}VY4\\P[\\~QvX).j uB\' iBFKCBKyBcB\\ Hh 4שמ28*Uo%\0 -} Bvតֻo\nSIB6Nh]hwZWhwFH(O:xB}tSgdeΟ:^#tN\'N6B2йH,ty ]yB7WsxɞBB?=_?X\nV./ ^^R\'f ݅A. `VBPm!.PBUnawBػGBBW$\nQBTP/ \r_؏}B\\.Iz-\'V\n _$ !i!$\"dBLH~RO Y.!++\\M&)\nBaPn/ Cf=aaJ\nHxuQ!ɫv \n/ S}ׅig\Z7O ;U ob7s off\n:3;aIyaNj0OFFO6KZ 뫅\".a Ea팰-DX%jV kbgog+a}mV|W地i幡Ê\"x$/K}/ _;_v? {v {o- I.LXC8$%:?:m~~FplR8Z _-r$\"ڑ(*(ppvɊwippp\\+/}*ݭ$rQ,\\HM~#\\E׿ }=*Ԗ\"R85.RP0NxH1%VX1\'R:)R¶ʓDJ߶~mm5\0;ߞmO5T>t_E:\"|hǎsȀ=Z뉌{~L;̯͉v\r\Z,lj,-\"Nŝ\"+;]UHd[d\rl|D6,mXd,;Kdo4.YdhC@eP}Êˢèiѡ\0s?1ɈUy5&R&rՊ<@\"sբcY\"f?o>ul_HMtNJt|CtCQ,J\\-\n~]Q].ȊE@rfdGk\ZD`/.*/]\"9R.S̿*BGDTᔫD&%=CD.؛\\E6W%EFD\"HC΁\"dUeX%z5PSzK)J J%WR.NR/REiOEi?zE73onV-n>ݶ6meEwʈl4\n_/\rT;JRWQK;f\nvQE^T1@TeѓEO.=|Z!D^Du12?$yQӢEOԢ_&j]:\"P<&, ^^PE~w^rD\nD=E}w)Ȉ>6%Fb$S羋>>}!͡hݒh1%}}i}+< NqE)ٿ4Wk_*\n_GzD&D˶OD+*kG>VՅvZܜhmH Z6&Zg&.޴lP\\m\\sX}XL PDw߃IbM/fYX+Xu,.4먿zb(Zl.6MMcŦEb3{%!bNŋUUn%w+xOAئPFl33(MtU-ŵ\nR~bxKuw͋?y+v\n#vS|`E3$JYf*v[֧O얈=vˋ=^nbްbhIWSDfS>] s^šqq8(8G 8{U Dƅb/TP\\\Z?+t:asnbfE%F+GĘi\"\rĉ AM1(&++by1q1Ͳ]L}+k.~@k1W1sO]j>6۾X. Žb-q-^敋öő{QWWq_\Z MHqR8SY\'5i\r>߲[z3+6sg{~sFNsstyqQz^\\|[\\\\9(.&Kω+ߊ> b5/gԛ:q}7q5BqeUܴb/n cmLqs#PGܑ w_s~{[}Φⷼ{WߖCMgC}L\'\"!\nDْ+:,)\\pO(>$rVxflV<{&K<*]\"&k}!kg]Ŀ6J +?qix9\'PW\\+^So\\&8I6I䯜((Q$*V/9G$[C%~ܓl -ѾrI8WwOcUs\"љɔ)JP};D%1xaQ5ObfhSb4.1ђc{%B䝅d[bGb8,5}Vba.mXh%6 ͻ[3 M^u/URb\\_\0KrdjFl}FZ$qH_ x\Z`$%>,uT덑Tu119DI)^ג ݒ ?% ${K\\H.H\0ƉЎ?+\'A)`2_J| n %d\' e..7p%nXֿ]v+a>pHrQ^D\0\0ID y-ԄID7$U$dO+螕\\i\rDm<DHG%qubI$yG$u~ڋ_ $7F%InI$SrgAMK .왔89H\nK\nI\n%F$%l$ŲIgIY+ER<%76II\'${$y0IcIc%ɋⳒ3O%MZwIӜY%#i+iS59B%~\'$/K^}t\'VHlz#)\")闼(pcH\'% !%d84F2h!T$gT2&|!|||)|5|$v.o*~hwdFddmdVdnxɏÒx_;e$z?Ybd 8/YJI%$H֔~I֎VK֮J־$kS.%cRiMRYATTTTItuTc-UiLn&Uǔ\"J5Zo:T{T/IW/{NQTât$2Skǀryn9Ut$.Ԧp\\j= uaJKI|̒r:bGcSc\rRnۀx鉕RFW{\\dVwRzʠJzGzLMIϗK/ {K/ٖJ/5J\0{)cJ\nB5KA3RXƠn~V Of/E? bRlHJPtRluPJQ*%RjjL)sCҬ,ä\\ͅ\0<*QFI\"YDf!Q{GeSv %\n!H\0~5R1\\\00ڏq\0n$0\0Bd@b\n\\\0_\Z\0\"4=5@\"@ǀ\"P\nP,n(\r((3\r\0JVJMg@T7:v:>(b0ic !L^F:N\'|@g\Z\02E\0;x{u\'-F$oaNGS3@o\\3 TTMT _\0f[cv}jujmw8p9ԃӁz/;\0\ZvvFK%@Yc/@COn@w#Nm@C{.ΨxБ<ct\0YS@wcGcc3o]g5IйMہ籯\Z/6^l؟  [ +N//`S:0o`0c,d nf^k>^} ܀ 0`\">cI?)0e L[L L( \03[o\n;ٯs^oW2ywl\0P(l\0z\0AsX COE r­lk@xx\"A\r@T^M⭽D-K 0H\r$bg@*h :Ȋk@% nrm\\/)&@@:)P| %nt&L(;:oh\n|p\nX+d3?K5GjϣZړDco!E}F́Ok{¹pf g\'`+ruK 9x\nҌiR@A:>n ڡo\nu`dXdØ XDɩ )_$ho>wоu\0|AA\Z7pPr$|ЅgAa@ᛋA P)(\rVPE j\0%Ԁ7AIW@)0Pʵ%P`\n\0J=z\rtc,(3(1(/\Zɉ|8o\\Y-\0Y s+j >gA@5aa@؂^n/r@D h]Aa\0]0I sCABa(#$ $6P\06s@rS\r*(oV:\nAŧJ鑠2D \Z5aK#`?OPm)P-OԈ\rz|z\nz!([j_+un2D@YzPsnh4`l|l\Z\Z +O{f&\nA``q{+Vw/`[nmض.||=qgBÕBC 81\0>iH;mO a``7[{2;2̍`XR5K*> Ϻ̂\'AY ^ph\n8} 84o/UGz\0ςcN׀cXo*8F\'Z\0\'~_kf>Sid4QC~\n8J|8?m\\,8|w~+.VB08 ^Cg|\nQGQ3`}F;s0Z,&[`g\Z2`=`:\Zت\0s̭``AXi\0-%jn{[<nH:l e[*yG_<Tph\0\\|\\HWǶ!8i$T\0nxn: \0?ف`p3\0T\rnk\0RQ\0w<w@Z:AIo5?x[Oʑ>x\nOWX\\<zxd3<-`m.kx\\C _Or.\'_lOzgY9x:/i߀ך!ޏBL$Ey\"XŃ? 0i QٜlQcMC }\'/A`w;M2D;DDZ˼[?3< wɄC u V {AL {CL-Bm? 1GC,^\0XGAϸC6=9Z= nQ$)AlC- }xȉGg!j!n{\Z{=#|\0CtALtBl ^\"Fa@|3!H\\H^2$ )\\2\\JC.DI!_k ?C@;-!qkF0H•k%9ZzȵyuquHZ6ȍ !\n C2 r 7!Y Y3슭qHNk8vv?rg;\n-yۦC\0N@ @`ڲlA;`es!xC#(Tl!7@\nKA,LyAh t!Orj~ aA  A8 *D^f \"\Z42\"\"3 y# =!ED1dRRfyXy6lԼ#!\r> \nix\nҔV yRIXAZW!@Z;@^\'A^{ ]HW/.an|jS| գ@z}4 OA!>\\H_2U 2ԑNo|9/L\n=!ߓ ?: ?B.@f~C暝 s\"OMMy[m\" ;y/wmȟᓐ鐿q?r ! >d\nTq/JuFTP U[Oy-G@kc\ZPm-$TAQn 1T_\"tit盫]HAb 559pwBAM<辣9-jэ8~z=!! =jEpZsGlУP-PoP Pd豟iP;7P; ~7a!, u:U:o>uֺu=\nuvƻC]AOua uzn|T#Bϰޱ\'PCP?.W;@dnА%s=sCô@A/]J^(wh-4!MM~z]z4?M.~rCoj@3R[Л\'bY[j.y ;8 iAAPp\nIjAalb +PB( ZԷ:P.32\\t?@(߀rv@@[|Z-Vy\r4:ں4\rm=}9}}X8\r}gLJ_d~ ~j\n{\r<:b܂cow@G#q:\Zh\r6.ceX 51tb:y\rXBgbB\rBzBCe@f=+ Z]tct[ [wlcl#si\'J^C+00m/`jϘ0qؖd0lK)L=UN ӹU?(1>3+a{m!a&\n0۪}s0aG)065a `,,vh%vXb܇Y\'s0a7ra\';SaNoa.`^$|y^aAs߰`x=Z5;vA4 \"k\'aтM`16 X,+U`qXXyXCX(#W`I$n , Yea7eʰ氬 \n4,;B\rY g࿜`G-G!a.0< ge*aa0?% FVqn9a9%Fclc\ZWƤjX`{0ws׸\rŻx0Fc`s0r/Lu&IF00iuLL拆ɿS^K;}؇\nFaa\n7eXէ\Z.X]1\0\r5Nš R3nss~6S}~\n,}޾s6|lT\'l_8l|O l267\0!¦wf\\`3jlNs\r`zq\ZxV\r0i;OؿZylXw _?WlD r\\s\n\\k9 5+[wޅ\nn746$<ໃl{\\*lk=?7\r7SXr_̂~=?Z?Vk pG|S9{ܽv n}dNϾ:wA/<B1~X2\0v\r<, <@&ʂj xawz?)%4|\Zv>*|IT\'|Z|f8>z>{p>Z pjyXwtPPG(:F(/!qBlhKAn\"0\Zl\'&1Bl{Ѓl| @L!¢z!v|B!v5# Xnq=xB\'\00C|0A؏0_~p!ȶ ,mHjIZQ#O #6W#DXDmĉ\r\'K\'i))gkN\nt;yq8Bxovo#m*Da.\"IDuDPDpX\"D#q.@BN .ToE\\D\\Ba^0\0V?BĜCX#CIEE fD.DiDe\nqݧ\Zg%H# qDFq\n\"L\rq=&\ru7q<\"FY_By#EwS\Zw)`|xGf#UPn6q*:t?E\ZD_E8~m]<\\`2#XȿN?n9Q7\ZBHFHK!*{K:IBg.D\ZQm(~=(h#J~!J!pDY&<\0Q^xXp\nQy񘨈x\\vdrTyx\rX HG4~E4#~; eψf|/x0m@tl@tߩEt%goI:=!zJ=0ćO{0g/eP1YB @(+)qĸ/xڏ1=E>A]GGu#>!~M#~;\"\rB%k_kANC*KAn<ՆTEM @\"Uꫡȭǐڑ{1܌D4LX4!k#,@&t,ҤEܻ4>4o=<=< !DDAZK6MHsHǭ- \0%骑A!Ep4R\"R+FJ_B!eIH/)d|p|xY T\03,h@! VixdQ YYhEh vN \"rYUIU#j`Ybc##А\rcRdU&Y-N]ƐAȖ\rȶ3vc)}%\n8Zg5 yzEv+Boo#,#W!{!?G}6\"nB~G~;=X܏OFl& gaQ?-uȥ}zȥ?rr\'o*rmpKFTMOTLT5&Q[`((GQZ{!(7j=6( Ԏ(ڋ5Q((ݨ=!Q{P{Q{PNԠ(3~{j?\Z?e\Zu\0{Mu\'Iկc#]s(k(XMԱ| /ʶa+;u|DK d8ʹd-e\0^rDpPF;Q^VϺe-EKP\\T@T>KT5TP8** *4:\nBG,*lvuI<u%\0\" bPW3mPwF?ǡz$߫0uǨk9WP7_(2LQ2\\QXԝDKԝ_m j@\n(pMxֿEA_Dӯ(䛛(ԡz\Z;J((ʐ\0E5D1zx(61(@qQ7(OE C JQ\"$J%{&Q(i%J[ @ݻԌz@/Bj:J@&J7(\"ԣ֨JT2Tt0>UPn\n@lzz\".C_P\rhTuƂxTc)y\0-ն^>@uN::ߠ^{C܈z n\Zg/#PQ}.D$V9 \ZM[A?@M\0&ݭQQG\"T Ԍ]Ouyn/=_y2.Ԓ\"jw>_/) fZ[pE+\\VިvUi+zIz,ZH \\Vod5\'\ZhM.Z ֎BkCb\0h;9+^ GLERGħ\r޾B8<&Fݰr*4/1\rom&ޟ2>hmzދ~>FE&C;\'\'\'FNQSQhKhWӱRB?J9#>\ZB{ڣ}•ѾF.h _EE;\n~8$iD[ډ;]>`G_/./,//f[Â6K&KtĬ?}9}}y\0%Vc_F_-My]SDAM]i@\';Gߎշ4ZtZE4:m8\Z΄}Ft*Aߤ/o>o؂AlށmG-2@K\ZԜעD4\rDyhhb4*F՗ч11hI4YGƚh\n\nMy悦û,{4\"4Gs͹SCmG \'Rx-*CK/{ЅA?^8Ԏ^LE/DF?i,ѿ/rK+BFG6FI)fi+fcfH>f[Q1a]1[ۺ1[`40Zǣ0گM1:3$fGc^5Ff̮*̮]okӵx>5YE+\\1s@Ѕc_>jډ9Xk;ƦYc{c{cg2_9㠰@LŜ::qqqρbeI,Oc,\ra\Zc01+Gl0!0kSG\n waCjaX=ưa\r]7*]cU\0Kjvv6v4VV\r-v{75cu;bwy`w\Z<\n\Zj`w{>~Ě`M>c.k5{5߈5\\=tk뀵{4֖>݃KoHlƞHHÞX):`XT#Au6vƺb΄`7(b=\rwcz۪?سNسسE06lPlP=6x\rac/c/$`6bFaH*6r{y]8rylzl]׍nf_$[l)6i{769$\"6C{#&6C.fZfh\Z،\0p{67\\D:X{,Ў{c![V`,b7i#¢?Ģaw%X\\a,xKo\"d;,w`6,Yi`y\ZXWXVx+Yb?>P_>Y-;-[secfLb>zSTLV.c2ajؚغbl]n{[{퀭} ɻ+31tlӡ\0lU}6jE-LlKlK\n\rރ܄}}?Q(n-)}~GacGJؑ籣/ѿ&رs;hw=;d>;3;.;g=w=\nw4g͸`i>y٭_˧m9&vg5qNFܩG8i=}pRpn8w%{^,3wAWU7 ί?p2.f.\\%=1Ev8.Y!. _يԾw lC %sp tqI⮑Fppן qq)j޸Ժø+igqY[{rJ\Zp7V\08P!z3pHXr6$=S?㰌`.Woß#n}p8؞#‘>dȴ\ZG*q8DKñ8]N(1ĉu8w8HpdX.8+q J\rSU4k**N㪵h\\*v*c4ppO[o}=Mk=;ukՄkµ}ŵρp/]jq*n:^W^y2Su9d?}}ܮ5|-z& go`+7`&;⾤p#:0ܘl7+[?nxqc7]~v73)T͆u?\'*Rqqܪp~qǸ?\ZpĎ?OqiVWkx\rx/IīU7^ë>loWكߚ}אk,k6^R\r9uܼ:)VxL^^ \n~sxC[m\Zϩo߆\\؈]=\Z3=4ǃN,ࡵxy\nO#NxC<:\0s`0OXނ\'FIxR87G8d3I8l&\"~\'^~D8\"j 6: T6$y c #\'Ip\'u#VZ!I W(QeB@;@+K_W\ni2}^-ą Ȏ\"HxizAZKD(#vrEn.N ;Bi?B组2urVC#9!P$Tv #rBD TO>\'uy,቉IA\0I/p3\"!0-m WկjB,S+r2d2^DBJHW! 8oF̦ #w9alw\nӄׄie_\'6&*c҉U+**D5D5^\ZeETߟDTg՟&j\ZKZkGguCWD]ؓCVJ˽EnLܵqqWcAsqKthz}, ,JFܿO4D_=\Z<%-R_zFK>#M핖{\":MtnSID&kukm}ݯ{qqo?̿!ѷx]?rݓ2I 숏\nĊebw⑔XQLܖADvkk:b%AH\Z\'>׽N|Al6] [QNjkMvb=-b7Mb\Z{:&[{ ~%~zط#经Wؿ2JlA0M%G]ǧ ɀJqpsqLUiF;؈%%F!K[fKv=ĥgĥz2ΘNCD\\\"?FR8CRX\')jPIHJדG$m8Lp@xk*ixIUIR;H\'\"mY!34|I%j(.6dB28$ $$$$c5*i iw$$d SH5$3{l!Q~$$ Oųaҁ9pGա\'#*Q;\0($kzdt,\\dL$+\"/N:B@:y}tr8>)8:Hr.\\$7m ɝ |>|HA$ɋx֟E\n!#&]HubHa]HHKqRd3)<))BtՔFz̝0E\"U/I{>HKD\'\ZpCnL\ryH#餮xRYқ7\rHoWHoOe4%In\'}#}K$%͑ko><&\rl@ܯd$@6ia4 $\rcHc\\Ict׺VQ3My~釧 i~GiiJZEZA@CM7NNV^7!\Z&RDd5Odd&7ɺO;(dN2Y!ܦLϓl&.\"n&D:@pdTyw-UYmB6oMxE>R%K>f V \"p옂 1K>@>EAv!4Ȟd3~7_\0%rur*94|@-B&r 6w~<\"_I%Whc7GcU /5xor|EN,LN%_\'7+}H9c !@#r zDΎ%j4Αzf{F PMTMdc2u2m8䔐Md̉d\\#K&yP2\r$O&E}d%2CT2\\) \\d6&@_d~%2L$ 6dI^,y,$Kdٛcdތ|%r. 9ș\\p\\bG.\'Ʌ*JrI\\G~\\H\0+{UrMru epL6ry_\ZKrK-6In T!<I~F~ #H~m3O~O~C~gM~7sixN1M1@1?{bbe K9L9jI9jiK0XS(6^(6uikm;>VPL8h>8NZPNJ)N\ruw/)vS\\6I).&(n0}{@ ʙ)>R|$S|(~S)g>R8J8%4Ȇ&ES\")KȤyJdJJ7%ffr0r5tr(%yʵ(ɐce3J:LIO܄NRrSnkRR\0(\nȦv5@l(]h7\n̓KAXSM(^O\nHbT98=@R(WP()\\\n51B~B{C_0T(_( \nc5Š}IaoW\n\n{N=DW)7w(Qм\"$S((b\"=A:)rMʃvJ_J*p\ZI)eQRliRGy(<\n8C8hOϡT.nTQ)5&J J]\"屽;q6ʓ5J}]JyJSJ\nJy6Ji%)m\Zvw*MJG[Jnɐ򞸏ӵBY|͢|\"\\|ZPzSvFPh43(IKU<ʗ}/QLS(x[( {(\nQ)N](3)s|ZEO}WIw5UPw*ʩ;oS:Fc1{wS,S`{UvSvP-vRHME~QM,PrsiT(a\n3]’ҨTTLe*͘_J%\ZdU\r*9vJ!pT S *g;K#\\\r8u\nYRO\"hUT@;P;ԩ?Q ]7.R AEFŻ*%C ,\"5ZYIO;Gַ>LmVS-P3$jsyR1\"ҞOmS/R;PNKdSjgj\0킦3料{FgFVO0~~Qw;Q//h[+7u[D$Q4SlI1IFm=@]1.&|f.RYGxԕoCu4E$M)RHS]o?FPNPOX\rMЗVOغ@ӌʧi4;iZl]v`ccMLM mm\rm_ _9WO5=J=Ezu=r[L]MO{NOo3)I=5=D\",&6=F-fqe MmI=W@ޣ&!WЕ:GDޢcIt.N ;h3GA }S4}΍II[n/C鿻{KOїC U+pʃNX}*렯~룯2@ §\'clu\0CyГ2ؔ8P` Ufώk`ehbh\\`h734;Km2to3vL]`走;;c\0\"%0w E _ T9Za`88 f8d84̰܄fXV噌JG % ) k\"l3bvO3* &1qrTthp^g2df~p~D$sxU,bx{2|.gd00F/jqa5^ʸtÈG3.gdDYaDj2b2bw2bsD8F;cƵT\\F8#~F+o0ngdOO\"#7#yqr\nf?Eܯ{}˙e$iF9Ƞ`{3ytc`g0fp\\@c;KeG3 C!dHܡ 5S-Ƹlx:v`h#QQFR7zQ}Ȩx˨!u U3uHFFCF}4k\ZqhR.f4y[/hVƌ|F5s1uLFf-Ggtw20$3fY21z@?͌FWFVGSA;`111Rfa|;v#ac\"ȘX+caL10,Θa3->0c0SsBKNսun ZywXRw>Pfnf*+h0U3so3s3kMf~ ha10#qLF?l>0!ۨL[&f dh\nGbbMԘL>0wI:$]D1I_7yLVB\n} }ferۇܑ5&(?Te?WbtoSEcWg|P|5a~3X2O1K]bìl`V~D0J\'͘0C1:e60j=ϗ2s/3[μ`(1ۃݙ{|hf &&s̞4CGmgf/Og~fl|pb<`121:3f#_60b&Xs\ZaΙ1n1n1Q/ 똋Oo柭??Qe̿*+Y7&YJXHXN76\\b)Ϟf)/`m}tIT`mZ;R.eLV6gm^bm0`>eԔ,5,4K\rcuͰ4#4/YY,K,]^J,C62fb32b<ڻڷ6씜!|њe:Cu ԁu됛uxe`Y1:XGXG*-YG\rlTX6=,1\\m#-;e븎)6 8։rz@Lf\\ߡY39.,/.6f(^D) sVЁ\nVp+S::u:?oȺ̃ue\n<̊|t}̊\rs`]\rźژĊxHfYoY7\'lY$V˗;5,5_lB1XI6 󚅫=aw(Ype1Όňta1XqG]eYe?YfKɒIa̰݃c?t_@YX+u\"[\"b*c9*\r**YamY,Yo*.C6cV\rϔU#DzjFDžYO:YOX\r+DVFEV6eVSP)^zzVc5j?jm}j euqYXL;XkaWYRXKY>[zY}s}k\Z ,eob7>Cvb>UbvI},A$}̜yd/ ,d{{Hi!loI>G\'cMbe]Rv%v\0f싾0#;uȌn6vT[!;&1ESv\n;FEΎwlf\' b\'䩰r,٩G;٩z\roi77: ~3K:zd-$;1Nؽt]m\"x \rf)lH\r5bC6:m1bcMlb8cٔllںlڶh6ftILClN0GaZ|%6v-a: lٛP+ T {ĂP*gٴz+{m^QX.(n(欷l\\ljTlv^l~QQQsGVqwq4~hjqeޜ9q8,G9c(>1,NqGpoϟ9\\@΁+CC$C\ra\nSÏ9Vͽ#8Gr:er==DZ;ʱq%G+(%Uq}Pp|^ɯp9۹8  \\s`s3RN \'lb)a8ʼnnDJ\r98ͼ8Qm(\'\nse9MYDpb9~9 $뗜T9a΍9GNmeC[?99*o89wrpqiq\0#9eY8[`\'W&o8D!q˶C 琕80z9Cpn;{%\n;XnQG|0G̥r${gsip\n8EcufRNq}N62 sS S>h5c5֍S©;3ϩ bY]ܳS\\u[Y;Mnx+7\'n8n0l{\r5r^p{Ͻ ^{q7\r6r/}\\Fs4?pYnwu!7%ܒz{e7]|{G!7Ľ Fsau\\X5../sQ \\bdKI\\J~.|KKqq\\De¹,\Z PD㊣qŠT+]J3rq ާesܢn1[\nRsn|ϭ&q+ls+rvNs>>|}\Zgm mYmqz6xs+ϵprͧ/,r_/q[q/vq;4r;&np;wp_o]ݵ6ha~RD9۫rws[-` n;;6)~tp&_#FhzX2;`;yN;;r;p; Yǝ].^..7r.iUŤqWw;xjxyJ{ZyJ(uv|<9pxAuyA5일4/\\.E|<‹XbzfyWսyqyfxIVxI${޵y׿]_%KbxiJq4e/ލ\nͼ)/[n>e9y9x9rFyy_\0(ZSyண<4Ϝy򖇵ua[x`-i#syC{yL6ȣL1nW:c[<>)qy{<~\'8{\'jIͶ{yvyx{W^o:ƻfWuW8+HHJ\r/t*F-x,y9%$pWW}i=&^駼쳼S8 nƫO=%\rxOWO\Zx\r:2y,yo%5f4{u̔љTVu:u:;x]w7>9&ཉ){+{]&\\YOOO` oX=q c__lϩ;ռT,t7W})VҔo޿\0޿cyUx5S[9!o W8WXYWqo\'UmY|ռZ*0v]Ր5ҙ\nq,i*k)-?__,u;;ڶ3)|TGAg-;vKő.˷ w8?pE1X\ngo ^a ^i/~\n5߆ZRwwKMua|vLf\rLV=K_ޟh}M;!:W\Zr§0kIfKiQ@??Ɓy˂m+2 j4ލʏ+\' - q0o~J~j`%?e;?}=?#h3Oo%gog_~~|%PX=nf>22Y,%T>\\y^G+||ppOXvtA|n>ϧ2~/> qg:r>s)\n 4>;ϛw8w%O%W%=o{~}nHA3_m/4vAEEKr~p$_~u_1ïͯ3?L?|+&,ܺZ%6߮xnv~X6͟>;tͫ/oj;=]3>U~F}#5/;/5X C:?TZ?^?q?_\\_x{{ i6%4_:_MռN[9 P:C4h(ؠ<)ظFV\"P{FlU>M@}q`zeL}[OR)I`W`S`tR`-0.p&c\ZZ}cOfO)ނ}@s9CyCBc(*G`sVnZ`:+8(Hp|9Rp,pH8\n\'/ bssiu[)8ۏhAΊ TtPp1\"Jj+QpdRh r%z$j^*e\nb+o\n?\nj8hAR Gz>ZZ>.HW6[ 27-\r7[Y\"A,AN3$Apg n\0*\0<\0@.* `+b\"$E2 @n 7\0& `B?V@t8 + M)V@sF h%LC8;(`\\0`LZ&, I IHjb l@.\n3 f\n7UA#=AAŊ򜮠EAHzF釠&CP<\n\Z\r*_\rƬ\\l+RКV%XjIQ_یfAׄ:kAϠހo`<\rj F]## HѸ`=SM}C/tSW? ~LL\nfFm߂Eb~R.Tq`R_\\*[-X94.X jH/ V+Y!G/o 7n҄?U]̅[:\ZsV)RZ)ԾS)Z* w wʄ; zBzpFд/wAGpWY9Fh&4Ob  - 6 o d#m#\n]Z{ֿ\\vmiBLSx_xt]*; =X\n=n\n=Bc׫gBBU)YaCaW &ap00gQr)\'n &˄35cBaeaa/,k2Na!,\'>,*|4%b* +KJkšgڣZ7ZCvXWX\'c jYº§;w/ _ Z/ o:o/?Kء뚄*þapՈpXJ8E8j RcMc/˄>_Ko(Tprpe,]pᢚppCc@˧E\n,H^&Kx_QF =/SznH_Wc\nFt3D;lD7D 74]dT\'NG_dZ)2[,Z,/E,%䈎]lDvj\'D\'EN#~\"#e\"RXUMK)( yyYy./|V\"8;CY碳f D5BQӢQI(x[XGtQhgхECEQAtYUQr(H*%PsEI*뺖@(yWҐ\'E7z\ZEx*{QK.QeQ6Pt6OtV W^DubSvaaiE\"l1VmA\":^\\foq~8BEqyHŊd\"\"y0Et?2OI\n@Q\nQXT(wpMrFyLT*Ul^mmJqE!Q}V4M\rыK|ыE/D-oDZ֖{\0Q68IꗡuJEϯuu$LnʼnE/DD˔D#EqD\" Vh\\A4B4uh꧑臞\\4(ͽM~b\'E kU藃h\Z+s\ZOdh&ZMQ\"V|X齷XQQ\'VqU)D5hm\rbc\"hXO>$ֿc,6xTlVl!6RB{ۻŦPbWAŇ%Ķb;^A*O,`(vN.>\Z,vQX]2Q1ϋJ/jbbcb֌뽙ػO^\"W^oā@q`^qY_884HZ_P~\'|/VGS7ė7_(%2 K4։Rʼn\rit̷,9qqAMq-2- qn8&TC|,@ŀ\'b3bÜa1qN\0QnbEe1z,Wb$JӜCĴ/f9n{y1?+9“>\"|]qy^%RsH\\iWUF5ĵfwgHӝO\rlqC팸QjyOA_\'~PKz_܆_,~6whįu]:⮒_wW=iBq?xtx0U<vOHBēC(}x6xv*&i~Gd$\'z9yW؂}WMxKK\r վY:gK=OCqDiDDvmH6/Q7;(QΖl3-d\"Ȱh`1zD)ѿ\",5^!1K$-%{4Ht{\'ٿ:*1>!1Ϻ&9\\xYb\'Gb%o鮒K&J>J>HW %7$\"$Γ6SSH\\$.U=u&kRB&a)uǧIvJ-%!\Z%!ɒsW$O`%QE[$IN ®DK`pQɵ>d IԆI\Z (IkFI2%BIfF} U%~![\"C2PO 3U܍?#N;(`% d L&^3t%GF Z#C͓z nK%BEȦIc%!@3#%ˎ΃nCbT\"\Z9,\r$r+{ ț7JP܋R\0% IgI I\"IiAcGG) =$Œ3T\rI5JR{%MR\'it(4 Jz2$4IIJ%=F{Nқh#;\"7[`$Œπ>@dt/՗LH|/H&H$?l:%?JJ|LCH$3=YZdwɢdX8!ɥJ6$+N7$=REmR@_bT~tt}6}W(4RmHiVRg!h2)ұ {I:s,46kHgWsKҟ{:JHTHW=JWkӥke\nXjLxllGťT~KNy)S_x\"\\-i\rɴ*dZWA2-L[sA*)m!5ȗ.ӯNɌ5eƨ\\IWk};5do,,ŲR=١{dV22+zlj!;%Yl`eDz@=2ͳ2pgO6wN̝ܕy y\r|m4d|-#o9[)],W_, P\rd!G3e^Bd烃ea[DlE̗E._Ȣe3e1s;d12,,N/%$eIe1dp,_,BˑАz\Z]IأPG`2|UM*2\\Mh$#&fH2My9*\09%1:d k&PƎ e*]L$|Ȥ%s{hٽk6\n~\nϞ9$Ȋ>esG @V\rOX;dreO\ZeƠLYcC3y㻬G,k]A ,{I^ܕuh%{gsXnAa٧{C?Ybv祟lh\'S.l{l]ǽ岟e ;d7iȖO8 \n}rrrO}\rr]@Jb|s&*\\\\\\c]\\㰓\\+Lȵ Z9 rm#\\|\\\\tC\\X\\Ԉ\\U@mTn \'7h.7\n*~P>NJTDnj*7B}wͿNI8mY\'?4Jn#?)?b$?zUn1厼2`6sr\'L>F\"wiV\"!r7g{:v\\W rwyyP:B^W/X-K,cqd%y:Vy[*f@*G#\'<ϲ׋ȓix\rI<@1]~S9@~T<%yNoy]I~{K~yn.h*ȇ2ɇ1QX\\UE>\'1\\\\pQ\0)#IeF(JJMJf*Ɉ*)Hx>|ss;܈ j9s::sǯqw֝v8#}sVsڵ?o:Ot.k z\0U\0E\0\\>@@Su e1Xm\\lDll>|D ،90Rg|Q\0# `Kf`K[&`{*`I]\0\0+SK5 y `]\0\ZM\0?bpؿp8 0pQ\0pK= Ydxxi\Z\0^3q-\'V xC1\0t4~EBZ 8}pJ?p^2 HU NqK\0Dݲ}ΆǾ\0\\\0b-@d >\0 O#.QV\Z \n\"H\0$:$F?\0$$H=s\r\n= H|pg@pa7&mp\0Tn\0](ȹ\0( (y (\Zz\r(ax\09]ܿp_zPT\0TU1l@՟x@mC/\n!\\h\rhtfM$\04݀,[@Wu\0P\n\0@Y\07\0@Zc@\0j3\0\0,\0\r H\n\0]\0=x\r\0w\0wE =\0=䰫\0E.r@ix \07\08@wg&P\r`d*`o `|\0030ud`\0L\0(`)m<`fY\0\0~*\0,D,\0K%|d PPuh?P6T\0U\\C\0:o:F@w!^7\07 @C@7W+ǁ;\0wwG\0Z\0--{T6 o3жp_*СoQ t\\.\rwCx7˗X]_dz@ϭAǮZ}@h @T \r\Z>>)J_\0þ<_O􀧧\0X| \0F/^8S y ]GBlq;Nxb`|xnURtC`bW`\",\0\n LӯaPS`:\nxO`g`~` ~`CS;/ `ap)y#G#g2X%!XYX}oq5E`mz`<Xw3I\0󁭫?[-[ag/v@q\nbwY\0\0 #@b>H\0R&\nT c\'Z@EZ,:P.^vK\0{!ۙowL0,yhP\ZQE|Ty<8n\r,\'.NUdل??R? _٣ooԍ~{2r zH^V<ԅ \r 7a@k@hAB@\ZfaoQiOh#\"hBd;; vR֓o\r^b1~`@{?li,MA鍠R?e&\0Y]\0:2\Zrp w+Ǚu X|Aڪ >yT\nr)ԀB.BσB^m}*ERZAg9XйG29>tj=1 t/ /(\0t),tt\rt_j PrP 9(\r Je2\\@YOrBA)-7\'AsU@YA͟@-\ZAm(yWn@8;bJ@  _ATlBAȭ@A&V&etqD7k(`D{Al V4 jqox@gM I=Hh\0@E:ԽFԷu7P#YPE_1\ZZ \Z $A5ADS ˠ\Z@Q<h;$з:4Cw\'j#(]\\hA\r-TK>\0\nS_v6Xe\rVm< ^v=X8+nm9X\r^61&olxu\0V`b]/=ւmo=}(l?| |!|@vhs >d=jGs^~>~5m&ă>!o~%\'H s)8(2[8B8\"e;pT 8z8$8>~RD3 p)p 8e r8}3pŋt[p:9 ?g#Y/΀P,v͇[ l8;-8\':8Y }1]\0v{G Jipk}pup;pm0\\w[\0dnH7OU悛RހXহV7Zf/fpkfcy: p[0k`N?0\" Dg/h0Ư/S}`ZR  B)]`0n;IOU`~X(<\r\r4tX,mw]IwU\0w:;؀IPz_oq#O(C4 \0b(\'BL K \rSZL٣)ȖG\"Ȗ~E<6dK+2sFŐw!vٶ} 88.@3m .SqM)@\\vQG*vij9\nB>BxN;Rv9oC@ Ai\\șo ɐ\"Hdf$_%wHlO%$.+$>Ur#H\\Hf~\\r=i$Oy-tOHV$\0r{yHދSHm4*.\0)<5B?C*i!Ut#U Z.3-H}IHC@ !yNT4W!/A^A& /{9$@ q\'A@!ҝe\r\Z 0eAUQ-o*k@DiG RD!ʑwޛ,Hߥs7v@Ȉ0dA2M{>t\ZdLCB&Wl Sw} _OAl%AfL@~C~ *!9}3z+wG! !ib)dE UQ@UlĔ@U<cjfPlvڧPV~Te]%g[ɃnvHn@\rC܍nyIgA\'@mAA9ݾq+t))e,vu>5\ng[ t?vW7Զ[辭}B }*]GK+ zZu УbGCҠtc@c-޹P.PgfP\'NAO@f@ߋ!Gy#Їao36NгK[lgzChO|\n4=\ZYaA/BzCЄ$^ռ1hB+Z Z4i[hR hr7h(h\Z~~ iAsCo;@\nJ]Iha cZ즀<| -y-i[߸ -r>jVVfBjF\"}hm]U=v\0 mdNA~>5>)6#Lh\r3zmm /vC;.vp%P؅Pc(*By>P\\k(7zi\0Jp J?uʈ{B9P^~(y\rTZ\\Pg\'4r*b_UAcAݕ4thN\\9_h\nm [ UBDC\'5;Zv,\0tr*25EOs՞}; \\t4ʆ.}.z]fAW-`hLu+Lu\r\n[Ӧvô?ށi\r[,~fu[os\0*<5f HmEYYaVma60 ga{ҁ=`{]Ek0`v~B=N\\;)=laxaZ yD梭sᭁid\\q0ׯ07O0r ؿ.q0a\'`XG8,HcR wĀ9tQ1Q;[:Ȇ0]HքTb.\naS˰+;U`avm]:.,K=6xv= sv ㎆AavXǵiP]\rI!d-t\rvo=\rVvV {V Ui`j`j@Ay}X\ZXNӸXӇ\r綍!f e}\ZeA˪Ў\0%aiX ~ Z0K1FQLa```0uv1~< Sa01LS.߄u`}iίaa7`ZaCذ)\r467q>que8l|6\r\\~<}][7W`\0[6VpRjccfe\\I-\0|mf*\\;z\0Sl_{<,8\roZ_7M]av;a?w0WwE50{j}{\Z0=^B_gM pWpYSo&pP/܅\n\"m\rwo=epֵcwޫ0V_\'|OjOyz 8Tx@a<zX] z\nt`/?0fp\0~-\r~p^~ >\nO_snSF4Swxd//*/)q\rUF9y܃W0wS=߿\nK5B1t Ch}<@t@u{X{ RI\Zb0 \0\"Ly3LIya\rcj%{aY@XŀVk,7!®]a7t$&bf002\nѱ8qh b8\\p9pa#\\=nwaQ1?Bxp#G#\Z: _\\A!M 7\"@!9!¡[#\"v\"VT Bb 1DW DFD|+\rpuv q-z)\"Qu\nqm8t\n\"5hZփnhDdu\"n& W##ehDξ\ZDSDYMD>DVD!Dq\ndFDE}YU(؂(DTD #*=BT;vnB<@ L#U~CG<!j<Oe!*B< vuG!bxx9uѮ6h\":|Ct0^#^MZ#\\#fBiCeG2#`5 GP\"U~B|Dk]m+E(XߠX#10l!(ȓ۽\'ۢCd\">\Z&y+dyd y@ƥq7ceK 6+3ȫ -=kdҹ$d;2\n3B13+37WY\n? dgdߡ̯?o9,x,4B]9,vG KAӽ1{|YiR|| E֩ \ry)yg59}ܚl]\ZBAۏlCC\"_\"{JHp^RBB(\"$4&\0 C#*NHO$*EbrL)$Id|dAm>Hv8h )<\0 3܇Hi.~#|HBvy \nΑ1rDsoA\0 G?SI七rM䄧 DANE\"EN\"gs?\r?_1Ş%ߝ1( K\rUjP?:Ey:S u|\ryu/ }\ru\r;P=V.wPWMPWŨkڣT\ZA\ru*u2fd$v?T-T>2*މUtoU*_A.ʷOP}ePZ1kP!Jv :2U@=n.Dl@GմjKj~zH)pW$jjԼza )\nt`lqTnjZP-[PmRTu![Bʾܴ@GQ  {Z:P\0R\r6mCBPxQ>\n! D(K1E@QgףPgpsE0\0>E,>O\\P\n\'p~%:%@d\\@)6(% ؇\Z&$_5V\ZPB\rnA\r&PYwHwQQcsQP:ϕ|a j\ZWA}rQTP7fP♨_ 4Ԭ6u\'( t.n/jZ%^BZ%Wqhu.Z{hM5kk_Ak|F@뿽Bo:R,kߢ=&: i=Aڬ P |m36/G[L%Do}&#(z]?‡=J9zog z/:zm-poh_hx5a5ڻh5#\05+d 蠏&G{=Ġ}h?TpI\'\"Tv8X#:p$CFaЧ5ѧ#\n7BG3C_pDF\'B\'Ġ4nC_i\ZA_ѧIQۅDtZNt:GgFg^o@چ @gcй|t3;mbt$(L ]T\ZW&@Oy*6t\0(]]B?-G?>YLGן)E?QA?1C? AF8n_-|GQhU4\rFj8h4\r4=@4иhM\ZCoCSo4y/{_\0тB(Z?33\n-9كm*D+X{P-.Dw=z}ot!0#Ϗ?c1ON\ri5zJ=SzD֋F8A\\A\ZBϢ||suNEE+փ0/̪cZg`DczcfM~ִ\r]~Y)#c֟ 1l\nlYٔYfsn0U77f`<1\Zc\Z{UP4X&\\X?`b1V\\ fE1*ϳ\Z}90fqP881R1g4mi5̑Eq-ղ~H9jd9V97\Zsos㣛񱹏M<]00͘ɘ LLx^L8- &&b>&&yl\0B &F[c[((\\S?I: |,Ĥ ham11U170z{07o217cbwb\nL!m)S܇ĔaJ1e10e 0ṼvLO*%\ny&c-_<>k1,cj4ڇiby4ļv`9]\'N;yxD\05 D;rz@CL10n59AycP^T, ߅A &l܊bp9ܐ`Cl_`1- NAO{0;;kyM+I8f83a7#=؀BLDc]0S=N\n@ufY9YۃYn\'`7w0+ USOܰ\ZxqvͱCص}&X#X\rXOMlkA5.:55Eb^csc]X &N]zVKֻ։NXdd-#[o?=`8=贄=x:`m3yX:31օz_\rӾ={,\"9:֧=ƞƞ2Ǟw-b`C◱-0\Z6,\rôc8&b#l%s8s$l b-^^JMH3^9Jr^XMmMM.M{폽\Zі1pYcsKmzmUl^nl1[-j-a`/at>cͰyll9P*>(}~[i!V%?>5W_!ϳ-̻ؖV|lke<eKKNc,@o h tzcbRPXXf,~]Ewa/˰XKH%c X0\"~ t\r,~5m5jf, +>c _R M\ZV)+ₕ걊hQU6*;خ9lwlwc\'g~ w1v$0&015sؑv\nF=Q5؉_دt*?+sӳ VE5o4u쿇b!\n R9SڂS}[e3Sli|Jŭy=[{-N X[g[[OH(H5ٸs8qN`qg+DEۢۊ㶒_Qmvcqqo%8oWq wqb/\rs8nn_>q)i;w!i:^.[8}q|/|8eop\\.\\\0* \"> q=wqwvB;2paz@i3,\\Ԧ\\t@\'|P|d ŭn]v][Klv]lKNK%K؎Kx^Kލ~`.2Y w 7Gj\nኍJ&pe;\n\\Ŗ6܃T܃SpV*O㪴}q5V걽\'m\\ca752qop-0\\ˮ\\ ^7\\^\\Q\\d\ZmupRpR(Hd pP8,b!?Ca(Qq8Q cZPp̔Fs1[±6pN8K=N,](Mo\\}2TG~G~F~Y~\nf-f/U p p&c}˸Ň?p+p>x2^ejs\n6װkNkk.66 Z00,M!~S#t( O o7c4Û nۈ*D{F3;4T;e]_5CV\n\nކߓ5;TU;X]t|.Γn#x?xjxIGx8Nb]AF-= )|-|<|]|%|->e \ragX|<f>e|\n(bN|N>5 ?\Z +)˧X|_eL\\ɇQ G|Ets:\r Ww\'EQM|iB}z||Y |Վ/*\n|k&\nW ~k3u^Q:o72yjOKO ֗mc^ 3<*maaxD#ڶQcxt4\'\rOjWǓlSUxPw|--k\Zw\'{?#b\'݃Yϝ/\'S.o]-OϖQu?}?Pp\Z }_s]_OPybJP}\ZBP3t\'+a-skl ڟ?֝8AX!aC=DB3i6,A,¦@uWiњ!a1xdE12V\"aiž=IO=p@pAp ߢS?\\!fƇKJi\'[$_sp|0sf;\ZEN#؟E8u!lCݕBWNNNϼ\'pfH8@8[BBbG<ź(B)!~4p dJFZSKKHIH}2EHYG<\ZK^O$#dV\'d\"b7&d9@~fE)8O_CL\'1A\nw&KxBɥRB-6? 9BKBٮBY:D!T,~$<8PjBxt$8>P5KDw\"<{J\"((\'ڷ.: τWv\0Q(&o C #@>d?-_<\'SMsj=E`%k 쇚 gGC!K ~%H 2OBۄn+s!zO&zS>L~%HM%{JDFV/ } I<&|\nR\'|\"\'&Sw S̭Wi_фwR\n \rބ ¢__Kiz؄߄)kAU%ljkk_Dpvc\rq^=hqT\nQ7{~TN4Hb\rV7\rx\ZoƞDs;1\Zq SsD<9{hjJS!xo#&-_O&#vD&ODD3W~K%:$:WΓnnzD6z[]J[}qSI\0w\0ZbX%1܋N l!#^#F}\'FAc 1ċ$++k%bm:1$mͿ{ĂkĻvFbR6bivD67)CUć6G:b]6bG\'͡z$\'Ӑ+gg\ngMM&pb[bb)I?i]Hf 3H:I_%m0.\"mH?@2!E&m${Yï,ntv?H4#Y!Yх$k{$^q*q P\0tE:@r&l>Fr1#yT<@kI>}H>E$\"lk߁-$ S֓NZ΃IvRp/Rhx\n)ę3@\nCNϑ\"6:\"\"HgI΃_.KI1GϓbI`Rt\')A:)DJ(DJ #]!]]CJJ!]{FJʙ%eD23\rIY HY\'u!LHV% > |Og gI{ {$#!$u7*.M%ϷOHxLj (\'~zƖ$r\rqYHb]8WI7&$ @,IoHf$I/I\\q$E I!BR^0$)$mRINMY#\rړص0O`1Gҧ\nҗi۾4HH7I?\"K+Ň|*|Q79j/9K!g_#g>oKw󨜜@έ}A;NΣ=$߽jC.,&V -\"ryrWJ.N.ݭG.\rAo{\\:E._N./X!?\0= ?1!W!W{Ձ5^kDD~Z2K~&R#7 /|[uȭgmWmm ]vCr:y4ؖ@\\$CD2d@10hHVqo;2q=TD&#^)&82 &3xdv;25YE,<,,\"cbdYr Yz3,V!Z䮱Jr)H&fߑJC~EQ,g׻//Cɝs{`\n3?? 6m\"\\l!~BQP*P87JYJƓ\0JvJo\'%)LꜦ䅒(yT)w>q)c7Q>F;H){L)2Рx(m](QA Jk5Z6|X/I닠)\r[)O;)])M&fJ$\\LjTzcujiCj4DSc~S/n\\GI/ХW|/ zSpjҟcO$jz}{jft3[nPswCBy~ԼK |EIj\0z$ncj dZ˔Z,-jZ6Z~ɄZH}pݓCÐ*U*gj ּ\r9Ā|ڢ-|Q;7N Q!FUTI*\nK\"T_*Jd|{N*5J,qaT1JD8PҺTjʦPn[~OAR_îRߤRUSQfQ?l+~L~OJ6WX5:KNRo(o*7 JuB uR:ul{@S1~VzPISix=i\ny̥i.ii&Ѵiiiva4ӴMi!(!&f\ZCʏJ7ӶhShAc4(k3VLm3_h;}v,,hJDͪ<\nSAL#JU}K ]zL+Fw{Jvv\\JsB{ќi.ڑ4S4W$[=2=>^^KcӼ^Wz||ۏ\"h\r JZ0h=-X|vH v>iEw\"9Ly[Zk*-49- Q Bھ\rkcdZ,-)LKBKMɢҫ/Ю_ݠiY#$9[c< ڝHZ!TVF`@+7Ch,CZE\Zڃ5{h5*-fh5=\Z0%ZY5=EZӪ/#ڴὴ|ZsPN{abUPA{aRC{EqjoO@EWh1 \ZA\Z :OyC@\ZONup4rn\Z?zF6%L\Z#J?\rјJ\Zt­/Ɖqh\\qJk4E4EY\Z=5Lʦu7mu/zki}޴>k>o/Ox5C\r޺A{XE{\'\'ӆL{håN,j6CӦ̹o{Xo9i?^ͼ$f\riYI>\'7C+]C[I<,9WIu:隃k@t7:v/QD \r=麱t;=7&Ls\\;s=醙[э9tYC\nH!K1IK[K\0mk}Mϸ218}t{l.qÄ\Zݱm~HHw2_;=}K?QB?cݕ3IwWGw{{[=ѽ^N}jEt? 0DS=7NCadzez.=\rL-==b=ːSA?kHLXɦA9ONh><\ZEOJKO*\rlg\'=voޣ߂o1~aـ;OۼfBiЙLJEg9tW:MB}Attqg.9r. KSte4 6G_G\r#?:.ݓ/>w/}CwwohLs?뉒>>S>_Fo=OK/so+W C U dcSz\\C=\ZCCpC6CX36\0qbelL^bl~`gk2 B=\nÐ0=̰8:zT40\"M Zɰ>dɰ3~d0삅OY uAÂ- #OEC _ka}uqcãiqtg2CXXq#+\\2N\'!S5wFjFOFF*dd3\"\"0\"^((qnGƹݏ1곌ح=-qVKT m]FFx #a(B2n|b*qfm~e/3a17f3B;3Ây3\"|gʼ5tdfOlc0o00M;qf̂Xfax 5Y4c`1K_~ffI1 ̊WGϘ^՘,\'g-̦[矮2k/F2י{_2+O02_nb:0LL) ?s,9Ng~EeNGBߏ0g3O0`=̅u̅Z/&_rn5e}>cnF-XF6~ kBe}adMNB7y.;\'B֯OkQm\'SֿY+YjOw+[#ɞiYSֺIek=cku6*:M lIưv&Ԙm(a;(IlI8{˭ۧwbwwwwe[-66g6*l[ 2.ڗ/%ycYۑ俋}S\rۥve&fqd䖰R~*\Z\'O鸰_h\"cI;jLv:v쐵쐛NIvysg\\g2yJvij+v9 170;fNd^b_Koe_{g_tN2jLN]xNKe:Ǿ!agazcg99oٷ,\rt+;þe*؏>ڿ@]n(c7ܯa7<`?Mf?%<2{>=\\/aOb/a?|u=i5Aʞaž{Y̞uȞyŞ+>{֜Iv\"ރ4c//rTd#8|*AʹjY\ZQYu,g gm1gQj:[>g]zg4 g0ѵT~;٨h1x+S9pɧqs]8JygJgggg;g\'y^ͱX%Xñdsvqug9m%#bǑsأs80q#xXnx@98G8p 6rxp5x 9>Þ_i\0 l r}__pVsp`6ND?\'I0k9gq8C9V/8nshx_w:Ur.\\:ǹt#sϖpj\05\\r9i幜97[8f;9@MsSDz19\\6sgS47)QsJfrJwsJGwqʛ_r*9ba\r^N6S%3TxraO9O=˜zS!γt/NXӢSi٢Xq^p^M8OZ9}Ϋ_N@9\00tq૗8] dZ(3ER8^)ҘCN\Zs9%ô:s8_8\\w#u Gԭɑr8`Lp<)⼆Mr6[qp29ΜUU+Ѭa\'X@θ#gbdfW3&LoΙ~V3Ej.s殭,P8\0G8_\\@3WUr5_s^js}In(@sr7=K\ZsM^rtsr]ǜ>*Nrq\nwwe;dk_ڈ{ǹ{+GVcøJuәzakou0YQ=r/x\'c듺{Mp T87ninX7ōFuq˸죹11a1Xs{Q?{˾r/Y^&DqR͹ w #L6A 7rg57M݁&1i ܴZn:f7br3ǸTn,7k˽iWʽ6ǽ)7g--Ev#Tnc ~3[[[HVG8pߦrFU\r>܆N/͏¹ͣG-wmk;/x H\'p\\\'\\kS.(\\D.$m5»ͅB}CM\\XU+r縈>g.B3)EIs\n8 #R$$.E\\7w~G}[U7UjWWgWW#\Zo5\'kRC;E\r+|S|7i|_5|-s[WWo[\'o\r͸η0V?֗={|ۿ_}mc|zlwv.C#M,+ẅ\ZxHx+|J\r?3?0͎Ƞӣ~RSGN/HVc_u0~|?~a#R!^~bE:?Og(>o|gzo=j.g_:6g?g9>o.rc~^{u#_jǯkk}\rWFCqƚ$?~\"eʃ߾i+#Y 5!c?6>,6K#I|ԏ|ȋOk\'P 3|>9c\"t>=*gv]s&\\F>>\r\r|Qv7_|x/p/\0lW\nIu~oW@v{`0~F?1&\Zg4%1 c=_֟3Ng!V]8_rjU/\"+z*&/ՙ(uEFC@˳U%z.xPN@T@h.\Zax(01*0Y v v] z,}%,ߛ\n96l{6l؝}&\ZwN;8L 2_NIkn?<*8tN3+8Z-8EplX\r-vPnI+D:/=*8W j l fA4U\"8??!`f*͂51[ .>!ÓlAY 9Q t|W\nңMQׇ\'\Z5\rH6A[=u9]AeAp vyAi`:Aセ jBA񡟂ӂtw4Y $Vp?,(3u / \Z g -2-gAǩWSWtj\0RC\0@\'ge}Z(N P! j ~G(\nTS(`CN\n3zё* @ vg\n*VV\'VVwrIoj@ <>#<-*–RዊDa]a{v l\n;P+B!<|M E~\"\nQ؍BgG!LHDI.4֓*ḋB,:#\n\0mP~L($\'BY0U( :JS2v =.\n{xU޴^ma}o\rDدc$p8%|phQ>+A1 Z1]8?(\\%NAOi~<\"~\"Nv d7 pf^[pvSpJpS%\\\\,\\,/\\B^k HDn?DٗD45^1\r\"\'kDD D7DzM\"#\"#5I~ٹ\nֺmK-mA\"kl\Z%A?DKDE\'D4\rE!UB#r7ܝ]EoE2EEm\r6c E5 \"\"\rXYW\":(:e\':l%\'rjDAGvREfEEΞ/N\ZE.O/fxpe(QO8)%#RDLOx%-wrUJEˢD%\n߿$Uw\"Dƿ*l=D;7ED\ZE3E5ץfwz]TIH\'z5\\:+zC,F XԴST+z\'z!ڞ6^J;E7d͟EW^-\0\"pW=L^(BEf0E\"Za\nEBzI\'qPE2;!D^#[\"a U$$EbB$!GD}\"լHGR墮(Q\'DEPE}8Gk\\z,zQ-+\ZMΕ(\Zh/\ZgS+\ZY+\Z51}G>OD_^ESD#Nff 9c_?H|ѿ}bU\n*%5+X=)@]9HxE!px^b.-h\r(f[xh 63y+6n#6Ɗ-m2;Bߊw?.*[n[[M[v7!*Ų0kAkqXScB@\0V*v\n:!vo;_pym{{ǽ*hK*\'۞-{ȫ$>_M|4K|QؿؿQzڈ!gš=/v#6ƈ#~G/<:\">4T|qDUϙ_)NXNJPtT|\\|LFrhQ\\[V\nQahq:fZ%{B|]!<\ng.>7g?+g,s(ۂ q~De5Q\\#_ߧe⇞ʘQq%xꟉQnG\\q\\,Mh%~vyL7?wCId;Xd/dݿAldOdH.Zb׹Ub\' wEW%9ıdV;}%\Z(qy\ni$? %nU%aϕ#H\"HeJ|_ {hIߒRI sI(]JŸDDnWD<$9IՒsuIt休b$d$^Qr*Zri%\r$K9HKR$)T\0EV8H?uH|\r$ӯ@ ~j䛑$wH\nz%E%Ż7H_? %jZ%m~Js$k\n75=Vw**;ɣFmI\rꑤF\"=.,9!\Z$A\'I\Z%;%σ%rI3v%@=Ht<$` ZFN(~I1dʕ$}Lg !9IHyq\n UsIB\rH *pfoJ- E\">zH\"Id:SyDJ(W4WHzr$+ Iwu`5E_F)y3a yiHd\ZdS2tL&*/[-ӶfSddzV2=z2_2}~L!SYKfp^f 39\'3w2s\Z5EfvخWf=\"2ٺ l/\Zw9Gd ١DzC횲C߸#sVKdGʳeo4dd76ʎyekȼU&˼NNmJP[Ȃ~_۱e*e0Yȝ+q,~YhGޥEn@\"wg\"ö\"eQ7dQOʢuʢb,zd1nbI,LcNC_&TE\0]=T_T5/K*\\+K#d7ʮd`o\rٌ,,kTv,[,dWdynYٝ@ ٝ| YA\ZKV.+RM}\ZMmeA Y2JVIΐ=z${FV=TVF\"^0ʖ=.kN.nK+Z٫RYaYg^@\'MeaH | rm ,L[0dd ;>TFH\'#9!edᄌK1Kd,\nGNӣ|PLTU,0eG2iNt MօLuaȺzte=k%+p\\޺\rF|Wd#>>\\Y#etԙk\Z2싪lr!dOlrG6ul}},uXU6$-\\+[(?)]c+QpT/\\Š]+W!WZ/׈5T䚽b5OU/,rv\r>.7Pn\'On|?Nn<\"79BnN\06M\\[8Hۊ;;?;K ]y]ݙ䖁r$-ܶTEnDq@n{N~0M~تO~:jS>Ky]ǰq[zTkNy-,yǟ Ρ\n9@/T9ǤWñNr\Z9biW,Gџr)ߐ夶e9yO,{*gٟ<ҊosT.\"ʅNrѹro\\$req;Wޓ$m7Va;|~Q%_\"8n\"%|G]\"@Oȧoȧ˧W 0Rwnb|pH/2U/;JMV.S+4PhPMxXcb]CzUbC.ņ}\neUIe;V+ =&nX\\bs#MkEQVUbvbk]bJcnjbwbgkNy. ՟run͕]L>Ka,%[z‘:8!>o/;DqbXqBKqs93ũ\n\"?RW{CL;#Sei*\"N)\"Bf|Ymsk+.pr0/((]H#PQe+߁*nlW܈Qd)ZE\"f\"W W䭼R)Gw*\nڊ{6`EYzEȨꩢriAQsBQ۰Kݩx_h&)M),E5NduH&*:3ζK;7Wۂx=^鬠;+8k#F`+Xj\n#N6Rp}[\nZV*D \nqBU!9ѫ])d \"DPV_Pt*^߅*wzw؊GbbQ|bǏEO1bLb\",hWtw7;(kR\rn\'e[彏Q yʲte%Sڥ|?`+UVZceSdl<|\ZV6}S6{(_)8k|; vZOVP Ƽ}8k``?kOIiɍ:LB#·\0ང%l^`v0; j\r0wi\r_\r N߁O07%I\ra2:\rPO.Xw\rX(>\n|:u,d\0 ;)i`l||M-q\Z\0,\0yM\0;Ӏd`~`-7Q<ױW:%Rc _G5Pq+\"p,^Q+3kky{~\\m Dr  \rNr\".@# Z DD׏ $@\"r;;}sʀ 0AJ2V ,o^X_rGs@@Y-PcPkdc&KFt˪ULzz\ZbHcbhh1h}d#h=Ai \0醀A6< Az%Vg_/O=4m\r Àv:|qU\0%\rڭw Ǐ ڻZR 2> :s d y̫mAC@ԪAu?l0@Gg@X91+ rh|.4|׃<\0@i΄UgA!cA?\0]\0\n4\n]q]\0\0nNNbWo=I%0ށn%%\r%WRmR$Ґ?A*;1s;k@w/A97r׃\n&@AEϠNWA%_J\ZA%$T ** *@AUgA58}C\nTT\rzTzj}z\r\rzqԚ+;jryqs#Y6ǀ@>T^A21mA\n`\Z48h 4) \Z (W&z@>/A\\EANwYG?Ǘݠ_\r߬}?/ \0Iܷ k- oR@PKL\n8 ~bt @l`Pq޼qC %\0A@\0Gu$}~$s&;Q?*wUs;̟k85Uu`݃wlޖog-Ɓw *h` &\\\"i.l^ d 6:E`ۛ`{ H6`v;\0_{*{?.O7y}kggY\0\0z68p&H] \\n kϞ_9|%G]G~\\_ƒodۃof6ccqep\'\'26\0RFo_\'nԞല0pZp\'8]f\\7 κ0΂~gby(p6{pA!p /pisp\\~\0\\q\\kg\\ץ?~\n7Og\Zg,sO;7gkw6MYt+)!W%Nq\n\n/;lM\0p b3×)p5\Z| W8?xX?;YWG.G*Q(khggKSWU.:x!\rODx?{3\n+nKpp*_p™`G`}6^Fgщ;00~5O)\0[``R_6 SV[`C0D4:6.Oz(-lr0;U\r[`WomQQ3; Qg~hWA4L _ ZLE=DR!dS1ȖU3C}d[X.d[).\rc\n1l981bDs#b}\Z\"b)JrXbe΂bC?Bq8z8%/C!.!Bp n{Av{ěr:$H`I7$dTD[ d\\P 2! B\" W9kidgHTr;FG8f\n&\Z$P\rS} w)\nT.B9z?!Oml!O=[ OC\Z}!\ruAuyxȋZ\' (IOҜy9\ny> is١ y.\r\ni}}Q\ritҡ ];!]^ȇUMCo =$HS/2212\0|2$d_X2i|;XLBfr!~C, _!Sk,1x{:\n C6\rmB\n!n뇐6d@;L!S! a=Npv$ȿ\"\Z@Ĵ-i D\n[kBWCzE?P,cZ=o]CAu=Uy-[@\rPg = wv oԏ@٨A)^ACCC~*BþC}+2hMЈЛh4;譇$,h\neZ V\n]慴BB?f~\nZ֫V>CdЇ\'C&Ak.Bk&ڕ%h݅ih]F\Zn<\r C/@vC[f^C[۠Sm3xhЮ`h9hG:?8Ё s.tpe:bkBbTc3Я@@@g{Ԡ?}?oFCT_.օ.((HB> A!}PV(|h\0nE\'A1R(dg\\< JlN$PҭPқP(eV(m=W`H SeKrf PWPR2TJv|b)Tk*+ХuKա˾G-BNTM>)\"aaOK`WwG®= \nEoа߽`1!JX,| K`hnn[[’oRvRbB`))X,} , S*x=4 Ev0a ZrX ˁl\nC`E\\2xTV+5f]Ua!Xe&7 C/=\r_8{:k*5:a/6a`6^j5yھ.>:l``]ᰮ n[jX37X_#\Z>\r8[ÆN\rݸJs\r=TF`]1}񻰉5>.lum:6=l6\0K Kn ;I_W߇Za\'7\rg\n6!\naa6x S /Sa̔,#G΃>xJ^L{a\nI&Lٿ>r>W{˂Du5#kn5lupn\r(\\.N\n\\N9|cq|S,|S)UW[[~moo ߁~w#޿v9wy~ J?\n?\nRxwR<7u> >*_I[2km\'UppM+.&p p|f8\'[7\\&`\0r\r.6iD\\+O+\ZJu\"d _.1uK*6)bxĚZqfIBws ki$BM xmw3A^!bϋCc{I%#h xd\r=\\WC7UqMk08Gs\nؼqtlpB.!u1[-=Z8y q<yl_\n^#r\0k\ZǤ5]\"hq~8d?8AmE\"EIs9\".V#. #BȈФ)fĕ ĕa >`D*)\"R#FD\"HH*@\\@!R3*w*w#,(DV}ܛs8(~(FN\"J`DEZ9oDuD\'ǵnZvu kE\r`\'s\nE9=Je&A>DDDˈۣGq.~ чF|FG \\B fd!~ 9#Q7\nau/R*bbbWDyTfbu1CbA\0]F,|E\0PpcD; ߏ@o@\'OA׎AX<i>,E~g#D+_A[tr!4T!0byIJ+pCK#UF*KHu\0RGy\\불r/CnxԎ5GNF%E#u⑛8H=YRd Rӎ ] rJry\ZrW$rbޅHkHFȃ5H(%UãsHM\"mH6ҾyԝtJF:e#.\'H{vHI;ǯ\"]_ #=HϭiHϏEz f\rgba35_gH}ȳJ 2B2\"rm-O, /_yդ\nyUV׀\"\'g\"?BFOA\\V)hEƮFN#iȄ=dJI2J tEJA})Eޝ+Df% YH2?52_yY,A\"4EbeO3W5 9Ⱥ4M# 䓓OB-7#.ȧ bdZ$U+_͆73w}k!ߟBy|>CvlF~`\"{TȞ?doٗ5쫲F\"^#۾ G GPgkx C Q5Tԗ7m46-+UB@>9|50rG5A\nT ܮuw#7\np`QDKHT\rĎ5!$!2$/jCdJJg;Jw+d jzԦ jfJ+J/7}Pڹ\Z_>L jn22ʓ]֡Ljo\'P7 P!/P(PƧQPTwGt2j&\06kr\ZI@Zk:%hAy0lQ˨\0*,**\\*h\niE@oBB?1PW7P47\"\\B]n$P{wvPqT$*~5x\ru;TJᡒ?P)ܙ._CeEg}De;@PlTTѽQԃ=2T LUYBUD:٢j{$ZfT-;-AŜB\rA=rA_.B5<\Z\Z3rQRE^mCqM7P-!TK 2tv6]G}+Til>z0;\'wi%\r#}[=oіcV76\r67ʌv\rhǧh\'KKvQ_]hhhhV._~Ov=.=ЧœMhO\'ڗ\r}F\ZiBV!{  oז@eWn@_50AGFGDG=BG7.7G+q^/ѷѷLзcۛ[-ę1tZgtitzC:#A@gFgiyV T,V9x~~|+6~S~A5݌ԷP`P0ztV~)Ƙ$f筯 )fw! c`b_b+S0\\0Ff㵶Cs0&iw011W0礼e``<0]1;arʌ19o0909 1yArL{S0\0mY++LeL)!Lyc(r7\0S҉0T7cg1M\Z1a]<\Zc\'QLrLØ?ibތy^`y!.4k`;1 7̫siLLͪdLt\01eaJ}0}=6~L\"f)dd\rRfk5fv3\n3e~d&ǎ\0ϔo_,1ca0sO?0 :Zo]Bx&`\0N`,t@\Z0Vk 2`C%ߴ CQPFj4zna2°F1¹N\'F:G`đ@R/F^}Tt\rLS+ĪVbկ^êOcWnƮZpjjuupkz*5N\nvsE8V{֛Obw?\Z1=ݿ)\Z\Z2&C{XF)k~{YZ|njcmXT>kOu?uڥu9Vu+u==. wQUC`O3bo:Lu2kUggM؀ r+6[6f칼^칮.칟/NUb/^^^BWaC^a5`ݎv|/6C\'O7YaX*l<6?h&Kw/aSܱaރ8b9`o#a:asؼC l#) [w--ZV[VqV7ckbwbk?\'ac\'/a63C]웓ط;pß؎؎ﱝ]e/.ClWClw!]չ5a%bءءQpPv8R;rvEv,\0;Vو|;᥆?cf~;kJ??:;H;& ;[u;ԃ]6{2 (,A?^ÂN>Ăo`7csx<`qKȋĒo X*,{@Sb9XVbPXa%өXɯXQ4\0+K8~fba;lJ].]._ڇǩ:©WuyV[­#Xi=mVt6q[dYj5^_nmSۦm;\Z;n\\܎q; q{mpƳ+8c9A8\Z)άyqF88F-+¸;~wB2u\rݍsY¹Kp\'|q\'h#8H=\'Twp\0y\rg?y(\';Y;w\n.`.h!.xM\\2\\pBEo1. .4 ޻wٸwEwD.h2zY/\0\\.j uEsp+.=󸛝Cb q14.N..>uw#.]).i#.9-ՊKـˈ؉2O2i%wgq9Ɓ\\N/w [Uq%qU2O \\yH%.W{d^{~\09W?k{5,;^!Zpp\n\\q:\"pIո ܇xs\\]\\OK\\\\R\\3\\_mǺ7\0=\'M@n07Tv71:[,[&N&p&K\npFnMXXfpwqŸKt=_{V~\nqkGq@-~#6q885:Cny>8d>9Išp+8LE\rCYY8G|sGȐ8G[wZ麅\r4_6ㄬ8QK\ZNlɺ6_7\0qxܿ#FxxUXWOkX5Fch^)[~*M[iDw[wk2}|^cxC7*0o8o5/\0\0(t=޸.ol›YMu?ěZ \"ޚ)(xm7D[ֺ~:wYul1ar-tJ|w\n>v ć|_ߌ_uC}_2G+G؟_\r*49(1|T }|M{ckqI:~Oj:[\'w#wJlCnⳗ9\r_H8/\"?)ŐD||H/𻀯\0U* Y.Y5\'O\r[OĶ#hf42yy|S_||;{/oNw֗Ap|{2ߩ!?￾j?g ?,~t$l̙$l|9OBЏHo1v~#2G0o`E0M0U\" & M3 |ٙph8`iz``ٗ`]F wR-H`7Jp#8m\0On!E8v\ZMp=CpmzEpJp+|Lp\'N!M8$*;\0k!8ȅp>d5ŷoa Zm e Ю BNB!|[4rK!A{5$D7r 7`LBn!&Nz BB!t.!l_EH\"d\"df2DB&pG#=B\'=pE7E>-%o%o.$p)_PF#TF\"Tn\"T-Zij# k#tfMO\"8dNI%v*ʈ^G[&7\"[\'Dpl\"2Mj$^$Fj\"^{xI1\"bS 1bB\01Y.1ELGL/K8|9B˅xh+1ˀDL\'sCE۫EbW,xN,q#qĊzĪ_!׉5km{N\\#. .\'.o%.\"WfH*u9U$U ImMi{aIpn]\'i7Ika?i$m=i3i IS .u]M\0F/[=ҁ\'Iƺ$SC$գ7PUl9·Io!!^%9wΓ\\ߒ\\Av$$Ok7HX^O:\"4$&:JR}J8M~9D:j\'#Ր|mIAUHw&]\Z$]%!!],#]1$]!;\" H׼ȍ֤HKBIQ|R~R4ts*$WHUu-<)ȅO$#IfHIv;9;G)\"eUսI䤂=RwTcAzM*&]!U7*7j6GjO =Ҟ!=O/2&5{$5_t&v^Ajit I%-\"ZZ1cIVƤSR;O;O>2 IU:oA1YoIS`̏bMqJM aّYI\0) A`K$؈: IȔFD\"x%$$)DK:ؑh_h1PVHbi!qo8\0ߚ$0% I1$1$-\'\\$l$WƑR2~_JZVbHINzŒUnl\"ԔUdZY1y)ƤYUND~!;|g{[ԭ[^\"o%mEV#\'lH6M6~K6}\'m5#K\"Aid+{>V!o%ޠ|&aKIޒ|슑=dt$D\'\Z$@ȧm\"6M$nq\"ZۏϮJhrrP2tl}ЎF|/9`,By.rr#9ԃH`.WݓW/9꒯&_@RQ0fkɱ g[[ȷRBrjir仝=6rn5rA\\$1Nܭ\'KZȥf6xCr!ry5\nJk*]ɵoRȵ(ri(04q7!9A|M~&%7o \"7`_)ޓ_wo۞\'=ɝjr`rr 4r0f7@%%]\0rϓ3^Mdi\'yb{^ψz oO8wT.۟%.\n@2( 3`.2BH\'crȘds2NL!OL_dW2nI(-KdF2%! %s5Gcd~Yֈ,8G:0Y(j!YTd;,[h#\ZJQ2#ȆRy%`EMY-hLQֺ)S)uwRjP6_@эxO-AS6S6l>mAe/ԙb eשk]-ʮ(`-_\0ޢ$FO)z)F1g7S)_S,=+W|:rjbC m=Ҥ8\rPfRuvQz(.)Ǵ3(nJA9J9aH91r/DPJ{pחM_E ƺP3(S.S.\"(K(GR)]+2U:r %3%#]Hy0rsОCsĒĔ1mDU \'JC6%3$%SlOddYܣdSPbR@J?j!hd{RJ)TlɡT=TTrl\n)5ƪog~g9sa\rņ (9bJ\"jKyclOy{N#.=]!4޻S:R:F(]AwC\"/ӊWѓ_$|ߦ n) %iS)\0*eeTe\re잂2-emDsz9s\r+ ʗ\03ʄjD^D\Zm74˔) Dm.ߢ|K|M,-R\0(o\n08yJTwS (0ػxx=q AO x\n͚%S+O),yB>6JU_0SIcGb)k)O0_HS$I^\'Er\"\'(4)EYL,\'R(KEAU]ʿÔZKTU%585W?P5R+S4zyUW9u9O?4[v.P{G+mnnPw{R\r6n\Z\\C7ojdI59E5Z_ZjEwv^vTPq9TTy3˱Iq2k*1+(MυꮒCu dD=Ոz[޴a>#iW 5̿6G&k 멁ߩsiG\'tMjSjm굍`5FN7S^^F4Sc\\J/Ʃjb-5njĄij_}Ԕ)%Ԕ,jsWj.5-IM+Q3\n^S3FS3\rR;ޏ>S~P jaZ8X@-+mΠ<>>D-=J-Y-RONQkQhjqfLԧvS\0Omv\r7NmjD}OmTS\Z]S?QP?^~*@զ<=:*:Q%>8*uFJZDB\"\ZPg\' \\{3ԟyԟM?Q瀫 Ǎ ׇT`)*XG\"OvpvtA+93i.ճc]z8k:q ͝B;QF;yE;JyZM;M}:ivhM;cwgIL hӂb*iAoiX]yvJN$]h%c8ZT}5dڍ81-FTM۬O%4HL/Ĥ9ZDZJ-Hj@K@Kj2ve\Z&22hwiTCв|e!i/$ӊ6ZIv4eVgЪިѪӝhul;cc[ǂ\'if Zln,-Q)Pګ\rګB8e$\"A{Ў6М>ܟ^@|3M*cкW;hCtHnm>6J]mmu k9[L m6mCKy\0s?ii\ZF4\Zd\Z$ \r֏\'А1\ZwFxFDШ`\Zm-ư1=i\\]4\"L ?4_Mf7I\'4w460H[==kt3=R~}4=*=IO%㣵)_uۏZI=m8.Wg_EϨ-gLbZz# qzP\'=CC&dLeBx\0y=T^B7ѫ?#_O_h_@x&}czSZNz--^7Z7{o zIzG&ǘk@HP0}t!}X}\"ɀ>eRD\\_OA5D;3MXLСt\'::bC:f{њ:tk:z:@D\rt,چN,5-Db$H\'TtI:C.Ui{_>t~\'~xD3(t&@gl>ً:Y\r[I 1]t1@?Ctdm/}/EЗK^EJWfj\'C\nPK`ubj c#Znf cEz\\vj .C\'@=1t\'5*? N0vDE2v_ػ+cax͆abJ}wC fXQ3 g##G4GR60,2OYos?Ùp9pI>p)8.|p+3P\r nG7q5qyڅ`xeex=0NO g`/~ \0#Pd eYf{8_2)ud\\t#TNc\\s~θNfD3\"He7zQ3#ʣcĈm0\Zڌ5{ɥ)9T35Nw}w9]{݌| FѼ\nx\0xFپ2\'bŨQqgT3=3jgԌ%2ju׌GTu\'>3jE1\Z[MZWMM0F@Fs{ od4c͂nƻ]?r8{F[=%#p*\0腕1512\0c1y1tvι~11_}1%c\\K80>j3>M1__ɖFq 81gX\0\0eg2H%pw@n@=0020܍ ,` \'1p[|A0(7t4m!vVàN0* ܕFbpLZ@;|ac\rR1!PPf,F82f+ϲ+g/LOG n1U/0U0UfLLuX s~#0sx\'SDednn<ܲ~ٌ?pܭgs+~\Z=MLAAXti\rgҙ3G3N2-1sLwm-Iiw>~=>wi_ydh1k0K1,372]73ݞc[2O(T*LϝG!טgTg0UL){Y=3Yf@>3yƼe? Kd[G1i@fr?W-W.1b1`F\"ћ1c[љư7ki\nff3Aļ<:Lafc1̾Sny̆ي?\\q83X&3\',Rb9w2$1Kz|w)|e;l$0<`=Bg~Kb_`<}f~8T\r{ٯy9*9|;ǜx<9w9b1t+Ek|c\"s>}9g)g (& ΄1wL8#!0q<&;& I${2\'DII3晴d&\r c`L8?2LNeCgr\'0))[e”`Z2!sERZ=yֲ/6Y:V,Xt3,o&c$kSkSYOmf:`qe2u0e²}uH}uH+e`Yj,[!œejHkrzr\"YYS,g\ZR7r!Nسyr?rgYS1ˬS#,}\0̵,&V@+9D\ZUVH\'+$;R7Ⱥ4ͺ4\n_e]9NJeE6Ċn`EWn5bܙ̺\\Š?`ſy͊_4b^e%f`%5X~լqVJYV*(8~i,be YsY9mT+вU8_z;t=VlVewV[{VU5U2`:*Xo\Z\0X92OӒUq) ~1w\rkW7IOXo_XWSdV\"ի>fcU(Y}ʝk+;XYq^/-oX߈67XӎXӤ8]֏WX֯eUP\\Hkn&5\reG|d-g-LZ\0;Y,\0~di,h ~XY`P7XY3E`,r\r%ˢn!\"m+vM^X{WX\\q\ZKP%%r-g.d\nM\\k\'K4Dz73,YKr/[t{U:^Vaׄq\ZZclRƳ`Zډ9W2{mԇt`&M7leogoϚcoߴm`6(>6薲&:؆l,&@2T6)+bTaD;feζ/e[E[b`ۘumlp=]\"mdHdMub;>e;RN&l\'9ٶ}ܸ}BeOLeĄ=اl*w;>/j*\\_yLz{E ! Kv(;e;|:J?$;\"œQǾzx}mڿ3Hh/ɎIc|mf뫳 Kٷ؉^vꛭ0vv&}Gr}gye}qKbawO\"@vjxIvѬO1W3+Y\nO/v svzvt-p~8\nc?a?re?hd?a?7b?~t;v-5^gI즵fKHWv;دg^[?[o*o߱[#mH}vG.]7re3O6;.!\'!\\{Qt)MlZ7{%k,{r=}+o\rx۰?N;P6FlHJ>F߹\nxq6CM6dr\rl%^~S܄&6-hc %\nle4{i$^92yG}gգ8\Zk8kՇ8qֽt嬏dp8\"\n6ު*g+(%ggm.gІ~WcTc{*%\Zs0;spvmcÕca;ȱϱ|~cc>9,{ȱPʱ1slW8vDz8v i<_c]/xs&ǥ™s|\"s-$㖚qB=xxq|, 9>8Μ38g9~&fll9NvN }Npn9\'f!(\'I\\Ź\\͹ʑsE3\\\\MZÉlsnf97=/rnĀ9íĊ͜d=;5DN\'l\'d\'mN,ݱ=d}|\']N`\'Gt_)_)b8E½^}Ev<ȩxy&0>S{SSgVǩ N;ę!p&x7]\Z,3™~ΙnL9ęL̐ٶ`w?8O_Ŧ9uO9G8w98 A]8-`^rpyou\Zb9l[ˡ94}mpy+9z\Zp8! @!GP`9š8 GW#ȑ r92شw\ZF]eBVr\rs׭]oӇںurcsg sZdסp͒J#6ܽ\\C\r!5\\\Z\Z sM֌sMX@A3״(tkj5SFrQViVmV|׮u0uȺu纆p]q݊q#K&\\oZ֋`P\rBqksyPXd#КCFKn(6Ↄ+gp4pMEܫ)xn7nԫh+7\'rcX,76-.{M<+&}+׹iI >:}d#1TPmX66Rm)MܦC-W+wVV4=m,˚ە%q$R`.;2Y]!;Q;zņ; ~sΘjqgMqg ٥?\"?\"M?w ZK΁;_t;SpNs]>\\ UゑH.~ w pK_$.ћTTr1F.>:Kt%d..eq~.w\rjs\\%W\"sJ7K\\^r WPZOe3oOUڴ orK5<<\r=Z!oj?O+.OtxbosJ:OIooLvg֗];3ܾg(w\'?\rϨMg3i];);(w+g.g\'goų`ϳcije<>1My\"x>_x%AgF`&ox7SA{/&PxBywy`\'9om/9|1O\rBoW+w1PA\0yPA*b_w|U-__9k5ͪT6.ׇlN78MÊF[7oBte4]߃woq_^?j?ŋ\0`7M|\'|S|*m|ߥ|<52vl|g%rwKQf=Z=\'O2nOJO򽍳މR\Z#~\0Џ1ʾ?1+/mſOz*6_N_GlGn_\0z~Lc-?vۼ;\"ǢQ1~bu5?鮂;K\"~?mEY;tpM+<9~*\Zq#QtIj)Fo7NJҷ,[L/Z濾\Zcdo_wwzLw{՗h~&ȳ hc5>tM ZCQpB\rc_cX|l]\'1EI|<ϠO|e>=5ՍC_|_#@ejLV.Xsy`͓-kwi>].h\nUu;=>k\n[\n\\ ͮo[l~/J#!g٦\n})j\" v. vwi  W\n&\n s> z LO LZ.yA\\$xK`)^,(Xl9YvZuNj\'pnu \\m7{G8# N]x-8ZŢ aϛ7\rkAK]A`]ܱ(zo)_\\\nBB``A#(տ%w@pKpUYpzt zAL F)~ RR_CiN:`;Ac Q S&S*{nA cmnh>>\nzz}=F:A(Dz(Lh U ] _*U%\n .1_`r`Rj\"(.!K,HKI0wF\0\niW;&(+`OpayI\0+@:U;+\'\ZdC@^- &Է4CfW\'`X !>vUX )},ft,%FG,9,k VcjժV ՞\nպB3kᗄQ\r^pB}.\'zz;;}=B#oLChQh\"\"4\r+͓M_3V B57\r[hQ&_:n&zzB38tf9ᙸ|aPՈaHAb6Oxq.Yx0̵^n&<* ^w ^G\'Q\07avLxCKga̾ta̩X,a}¤䶫dn0#LR.L{+x,b\"{JxO7_xK(̆掯毬DE l$¢w>hkaI4BXͽ/֢ͅ[º\ru:@a~DX\'*|)|6cϫ _ F\nUM—WyVc}f麰mz}[=x6\\\")W ?tl#*XR8GGC;Tp*q(?i>Nk)\nݝ!8&>&Z (A$l& 1 6#:)kDy!ꀐ|Zh|\"dm.!Q`kW(\'\nNB])~ʿ\n+KBpg\0 \"NtjT W,eurE}YFh-h-eQ>- i[tdSMlі#-+q{ 2Ut0GdֶUdZthS8W\'D9\"{-Nא-Lt)rz*rQƊ\\w\\D9\"We[]CEtj?G7VMN(K(:#:;<?Dn)]H@..%PZ/ܻFqTA$N];T#vU!4-2|!Eg鈢qD76nnEqt(G(q!Jz)JvÊ22=\\(;fTh((,*tMDDR닢RҶҟh5Q r=ל=)OT}>_T=L? M.=YZ=uh^ly#zQ<++9+z}\"j=^\"jm>&zm͚3E^ˢ.\r.n@G]-?!w>==\'D9/\Z<\rm<-\Z._\rƪtE_ɣl׽x-~\\^\\U\\O~+~:)~$7ԔH^glf⦅OfqsLqW+Y8q˶_+oj;J;~}UqMq琸xp6Y<.W[\'_4\'k_O\\O\\OgGĿ<ĿWΊm+¾1ШF CHR]J~V\ZD!1y{ܳYYw%bVI>!f͋E );ŋ|I{RU+^JT~LIVGI46K4\rJdpDDdSdQ7ɖA=ADcdk]-CA>ނ\n}Yc#Vbz@ Y+LNX-\\.CJl\Z]$6L$׏HlKl.I7IӒ%|equiSsI[Kgk+k瘣]$@8ߑ}* 2ؒ ibCL\"k$\nQr-YQrf+2-$&YY-*aInHnhH~$飫%M;;ѯ$Hrn.Jr\'$yF.IQSIIIakP.)nwHJ%oK*=I*r$U}aՎ8IDDfܓԥa$uڒI:䉞8V#y攤roT!3L&_N61eo+ 2u2# U/dp͢FFÒdtz8CZ#c+c18;d@Q(pjde\"k[ULQ&J/ʔ\rejtmٿ|3ٿ;rA|G`||MN|\\nuwɵdrA\\\\|q4Lc|`|\\wPMn#,߿n\0<χPr&r_gYX\\ȗ+TxF C_)IGjon*!Ǣc?/ɿOlO˿ȧRgGgnȿuݑASb \\ה*^ Tɡemr褳$J1r~p^zC_cw1XwДlR&\'ѳ\0;9u &gN3l<9Z29/맜a7œ \"HT, 5\'Kw˗ DJ|vBC20XY6Uo>P?XqB8DabDicbK-XK}H-b\"I36S0M{U,]絧}D/obߧ\nNKH{TaHaQ=ܧ=械ߴpRp)pRp5Vx7+<9C^>\n/?mp¯Cﭦ*^sTy@Td\0)R~T̄*r34ˊk]QIWQn()*G^CJ\"Eefuꨨnx󮢱^K챢l⥎UMk3 ׍-${o[E[t3?N蚹ިpW#S*>+(jl)btbl}dزbyիwV=\0T\0\Z\n\Zb@R O)PKx\n6a\n\"篂**)k|~Fg*]kV\nB;PޥPR(f3j\0Ŋ7J#MRP\\u%^jT+w+]t^Da\\czN3NSSأ\\5Ԣ?UW 5+uՕ=+7QnnPnLVnJWv\\ոrTOv_OJCrK>-rrߵ*8 \r<ȉVT QTS*;tRZVZ(mΚ+N*cvE}U(#Nl-P:Sݕ.T k/\r\\選rئBPl\\<$V~}RyM\'<+ pWԅ*`z9tʋ\rʰAGW[_(#+\no)K)ofS(oT*\ro)K+5t)y221[mVemRw* ߤ( Z)KW(K}ʚ\'5,oovڕ|e퇲NT>ݩ|{M蠲!WHR>8|~G\"gV|6U_}TOnЭlWvR݉iʾȫʏeBr?TUYQ\Z##p-_%r\"kr2D~UNӔluWk))3sm-.J\0J WBn)aKJ8UܥP\"[(Jq%앒$\nPm*)&Ԑ%\\ɜu*hC)OXr!bq\Zx >EC+rJi4.8\\CK\"B NIIHT$\r%PT$RtҥzѠPznn g@(%虳zCQe軣@(hP-/ˠyg Z`|WA;=]Лz,~_R\r`F]Q}rp`<=۹`c$L5i%\'a50c\'Nyf`1Xt:eX\0]ym-=v `k0e,P+G,}4\nnu\\*en1_<﯁R^`tY|d;iC} gF}?=6&q:lUD6uNm9>qaot*xB D\'Bo@H*84JLpDg?9eD;A_eS}b,ؽ\rqVBEwU8b$N2$HRggP#87k=}.Az\\H_<2lKw2o~\\\nWՕpͰnV@T;p37Idc.=} \nBQX)Nި|\ZU~t/;΢8`\'/Aq!vQ{P#7WhpGeq8ƬtGKGJ>kU /\"pb\Z/Vt)$MI6NiW4ph\rQ4[,`Q9CWh~Z\\-)Z^|izh2F2*C;l/:pK9.\rU!i=tz:WMDwQ\Z=\\G8=ߏC/Kw5zrBV\\7L\n5?{gMCߜz߃~I1@?nL@+9 nx[bq_w p5{o{m^4 4_p?3x0\Zr6%x8ãNvq0[w\n}#y &<$Cɚ0?`= 1c[/5eW+̲YSzK=f`Nbo읆7{oM?ǻ5e{e%j,BXd\\\n|şI?G,\\eϻ㳄h| \r\n`5+kcո]ҿ_VX]\rk\rL%40M*J)\'iʢd^J&$hځ{4|+M7/d溚 dnLH\r&d9͐mE}S9,%6GBB EF9ϥ%\Zts-M;L˜ywtsU\\Z@ՎeyŇeZgN>䛹|O%?05;6XPږ@}ӂhڇ(?K|Xc:M\'P52:H3/PTk\\ tjd+7(n1JP$JPkEl(Bg>J-Ԇ:?b)Q5S1o{A ]J<(kv\"]u@^ 6Lv~B9FGʝ|r[]274PTDzÅ:*J]ORg_*\r2s*\ZHeP-Fs=U;2uIGһL ?fPÔ(-oRs~hKmKj_ګOuUs@\\ًʆp];-X!rSYq?Φr=VgU.yɪ]GSVmVuXm~\'eA}<љАJYpuM`<ڄeO``56#VaQS?sLO>xO[ñ9VOo+pݕINMy( sy|qh}Ô8&_ fk-|{Nѓw}||..(̅;\"ü(~ؖΏۺ\"pu.7IE\\Ѝ+^sa~i;n#fg\\Ńk5sN~S؅;n;m>rHn|Cp}4@?ֿ%MώY~^g3bگQP6]Q>Q\']jQ}!eWd5!Q䄋vhg}O\Z8Wt\"~XO)ݎ2줱*4$?C _Ā(EH<8(c*AƙdDjIˣdJLm6ފ5VQbuJSlU6Ķ־w]T)[dAHYxU8*%ʲԌeiL8ӫ4Y5tT#;WIɺ) _+KY?{W4Lٺ3M(Jzi(;%X\'JzLҒvИ>rx\rkx+.WZ9D5?TPX- +NH⑋XV()k^KJ`\'c%uFSi#$ӭHIsɪ\"Y%r6\'A\"$\'*Rr%ש@޺ɝR?T$R01J\n\'ΓBUyV*u\nqGf͓gk{|ʷQ1]:HG\"nK\ZS MЧ$aͩfl?wZjȑ\0','no'),('manualScanType','onceDaily','yes'),('max404Crawlers','DISABLED','yes'),('max404Crawlers_action','throttle','yes'),('max404Humans','DISABLED','yes'),('max404Humans_action','throttle','yes'),('maxExecutionTime','0','yes'),('maxGlobalRequests','DISABLED','yes'),('maxGlobalRequests_action','throttle','yes'),('maxMem','256','yes'),('maxRequestsCrawlers','DISABLED','yes'),('maxRequestsCrawlers_action','throttle','yes'),('maxRequestsHumans','DISABLED','yes'),('maxRequestsHumans_action','throttle','yes'),('migration636_email_summary_excluded_directories','1','no'),('needsNewTour_blocking','1','yes'),('needsNewTour_dashboard','1','yes'),('needsNewTour_firewall','1','yes'),('needsNewTour_livetraffic','1','yes'),('needsNewTour_loginsecurity','1','yes'),('needsNewTour_scan','1','yes'),('needsUpgradeTour_blocking','0','yes'),('needsUpgradeTour_dashboard','0','yes'),('needsUpgradeTour_firewall','0','yes'),('needsUpgradeTour_livetraffic','0','yes'),('needsUpgradeTour_loginsecurity','0','yes'),('needsUpgradeTour_scan','0','yes'),('neverBlockBG','neverBlockVerified','yes'),('noc1ScanSchedule','a:2:{i:0;i:1647060000;i:1;i:1647319200;}','yes'),('notification_blogHighlights','1','yes'),('notification_productUpdates','1','yes'),('notification_promotions','1','yes'),('notification_scanStatus','1','yes'),('notification_securityAlerts','1','yes'),('notification_updatesNeeded','1','yes'),('onboardingAttempt1','skipped','yes'),('onboardingAttempt2','license','yes'),('onboardingAttempt3','','no'),('onboardingAttempt3Initial','0','yes'),('originalScheduledScanStart','1646800800','yes'),('other_blockBadPOST','0','yes'),('other_bypassLitespeedNoabort','0','yes'),('other_hideWPVersion','0','yes'),('other_pwStrengthOnUpdate','1','yes'),('other_scanComments','1','yes'),('other_scanOutside','0','yes'),('other_WFNet','1','yes'),('previousWflogsFileList','[\"rules.php\",\"config-transient.php\",\"config-synced.php\",\".htaccess\",\"ips.php\",\"config.php\",\"attack-data.php\",\"config-livewaf.php\",\"template.php\",\"GeoLite2-Country.mmdb\"]','yes'),('scanFileProcessing','','yes'),('scansEnabled_checkGSB','1','yes'),('scansEnabled_checkHowGetIPs','1','yes'),('scansEnabled_checkReadableConfig','1','yes'),('scansEnabled_comments','1','yes'),('scansEnabled_core','1','yes'),('scansEnabled_coreUnknown','1','yes'),('scansEnabled_diskSpace','1','yes'),('scansEnabled_fileContents','1','yes'),('scansEnabled_fileContentsGSB','1','yes'),('scansEnabled_geoipSupport','1','yes'),('scansEnabled_highSense','0','yes'),('scansEnabled_malware','1','yes'),('scansEnabled_oldVersions','1','yes'),('scansEnabled_options','1','yes'),('scansEnabled_passwds','1','yes'),('scansEnabled_plugins','0','yes'),('scansEnabled_posts','1','yes'),('scansEnabled_scanImages','0','yes'),('scansEnabled_suspectedFiles','1','yes'),('scansEnabled_suspiciousAdminUsers','1','yes'),('scansEnabled_suspiciousOptions','1','yes'),('scansEnabled_themes','0','yes'),('scansEnabled_wafStatus','1','yes'),('scansEnabled_wpscan_directoryListingEnabled','1','yes'),('scansEnabled_wpscan_fullPathDisclosure','1','yes'),('scanStageStatuses','a:11:{s:13:\"spamvertising\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:4:\"spam\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:9:\"blacklist\";a:4:{s:6:\"status\";s:7:\"premium\";s:7:\"started\";i:0;s:8:\"finished\";i:0;s:8:\"expected\";i:0;}s:6:\"server\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:5;s:8:\"finished\";i:5;s:8:\"expected\";i:5;}s:7:\"changes\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:6:\"public\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"malware\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}s:7:\"content\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:3;s:8:\"finished\";i:3;s:8:\"expected\";i:3;}s:8:\"password\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:13:\"vulnerability\";a:4:{s:6:\"status\";s:16:\"complete-warning\";s:7:\"started\";i:1;s:8:\"finished\";i:1;s:8:\"expected\";i:1;}s:7:\"options\";a:4:{s:6:\"status\";s:16:\"complete-success\";s:7:\"started\";i:2;s:8:\"finished\";i:2;s:8:\"expected\";i:2;}}','no'),('scanTime','1646924673.1381','yes'),('scanType','standard','yes'),('scan_exclude','','yes'),('scan_include_extra','','yes'),('scan_maxDuration','','yes'),('scan_maxIssues','1000','yes'),('schedMode','auto','yes'),('schedStartHour','17','yes'),('scheduledScansEnabled','1','yes'),('serverDNS','1646897024;3476;162.55.0.136','yes'),('serverIP','1646736747;162.55.0.136','yes'),('showAdminBarMenu','1','yes'),('showWfCentralUI','1','yes'),('signatureUpdateTime','1646866428','yes'),('spamvertizeCheck','1','yes'),('ssl_verify','1','yes'),('startScansRemotely','0','yes'),('supportContent','{\"top\":[{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":0},{\"title\":\"Optimizing The Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":1},{\"title\":\"Wordfence Web Application Firewall (WAF)\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"order\":2},{\"title\":\"Scan Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3},{\"title\":\"Wordfence and LiteSpeed\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/litespeed\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5},{\"title\":\"Firewall Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":6},{\"title\":\"Scan Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":7},{\"title\":\"I am locked out of my site\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/#i-am-locked-out-of-my-site\",\"order\":8},{\"title\":\"PHP Fatal error: Failed opening required wordfence-waf.php\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/#php-fatal-error-failed-opening-required-wordfence-waf-php\",\"order\":9}],\"all\":[{\"title\":\"Wordfence Free\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-free\\/\",\"excerpt\":\"Wordfence Free is an all-in-one security solution for WordPress websites that includes an endpoint firewall, security scanner, login security, alerts, centralized management, and more.\",\"order\":0},{\"title\":\"Wordfence Premium\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-premium\\/\",\"excerpt\":\"Wordfence Premium comes with real-time firewall protection, real-time scan signatures, an IP address blocklist, country blocking, and Premium support.\",\"order\":1},{\"title\":\"Wordfence Care\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-care\\/\",\"excerpt\":\"Initial Setup After you’ve purchased Wordfence Care, you’ll receive a welcome email from our team with instructions on what to do next. You’ll use our encrypted form to send us credentials to access your site so that our Customer Service engineers can set up and configure the Wordfence plugin and connect your site to Wordfence…\",\"order\":2},{\"title\":\"Wordfence Response\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/wordfence-response\\/\",\"excerpt\":\"Initial Setup After you’ve purchased Wordfence Response, you’ll receive a welcome email from our team with instructions on what to do next. If you’ve purchased Wordfence Response because you need immediate Security Incident Response services, you can login to wordfence.com and visit the Licenses page, then click Get Help next to your Response License and…\",\"order\":3},{\"title\":\"Incident Response Services\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/incident-response-services\\/\",\"excerpt\":\"Let one of our Security Analysts help you clean your infected site or inspect it for vulnerabilities.\",\"order\":4},{\"title\":\"License Key\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/api-key\\/\",\"excerpt\":\"All Wordfence installations need a license key, also known as an API-key. The key can be a free key or a Premium key. \",\"order\":5},{\"title\":\"Account and Billing History\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/account\\/\",\"excerpt\":\"How to navigate and use your Wordfence account.\",\"order\":6},{\"title\":\"Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/\",\"excerpt\":\"Wordfence Central provides a powerful and efficient way to manage the security of many WordPress sites via a single interface.\",\"children\":[{\"title\":\"Connecting your sites to Wordfence Central\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/connect\\/\",\"order\":0},{\"title\":\"Setting up two-factor authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/2fa\\/\",\"order\":1},{\"title\":\"Using the Dashboard page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/central\\/\",\"order\":2},{\"title\":\"Using the Configuration page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/configuration\\/\",\"order\":3},{\"title\":\"Using Wordfence plugin options Templates\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/templates\\/\",\"order\":4},{\"title\":\"Using the Settings page\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/settings\\/\",\"order\":5},{\"title\":\"Using Wordfence Central Teams\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/teams\\/\",\"order\":6},{\"title\":\"Viewing scan Findings\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/central\\/findings\\/\",\"order\":7}],\"order\":7},{\"title\":\"Dashboard\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/\",\"excerpt\":\"The Wordfence Dashboard provides insight into the current state of your site’s security.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/options\\/\",\"order\":0},{\"title\":\"Alerts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/dashboard\\/alerts\\/\",\"order\":1}],\"order\":8},{\"title\":\"Firewall\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/\",\"excerpt\":\"The Wordfence Web Application Firewall is a PHP based, application level firewall that filters out malicious requests to your site. \",\"children\":[{\"title\":\"Optimizing\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/optimizing-the-firewall\\/\",\"order\":0},{\"title\":\"Learning Mode\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/learning-mode\\/\",\"order\":1},{\"title\":\"Statistics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/statistics\\/\",\"order\":2},{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/options\\/\",\"order\":3},{\"title\":\"MySQLi storage engine\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/mysqli-storage-engine\\/\",\"order\":4},{\"title\":\"Brute Force Protection\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/brute-force\\/\",\"order\":5},{\"title\":\"Rate Limiting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/rate-limiting\\/\",\"order\":6},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/firewall\\/troubleshooting\\/\",\"order\":7}],\"order\":9},{\"title\":\"Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/\",\"excerpt\":\"Aside from the firewall rules that protect against various attacks, Wordfence also has custom features for additional blocking. \",\"children\":[{\"title\":\"Country Blocking\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/country-blocking\\/\",\"order\":0},{\"title\":\"Blocking Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/blocking\\/troubleshooting\\/\",\"order\":1}],\"order\":10},{\"title\":\"Scan\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/\",\"excerpt\":\"A Wordfence scan examines all files on your WordPress website looking for malicious code, backdoors, and shells that hackers have installed. It also scans for known malicious URLs and known patterns of infections.\",\"children\":[{\"title\":\"Options\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/options\\/\",\"order\":0},{\"title\":\"Results\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scan-results\\/\",\"order\":1},{\"title\":\"Scheduling\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/scheduling\\/\",\"order\":2},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/scan\\/troubleshooting\\/\",\"order\":3}],\"order\":11},{\"title\":\"Tools\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/\",\"excerpt\":\"Wordfence Tools include Live Traffic analysis, WHOIS Lookup, Import\\/Export Options, and Diagnostics.\",\"children\":[{\"title\":\"Live Traffic\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/live-traffic\\/\",\"order\":0},{\"title\":\"WHOIS Lookup\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/whois-lookup\\/\",\"order\":1},{\"title\":\"Import\\/Export\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/import-export\\/\",\"order\":2},{\"title\":\"Diagnostics\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/diagnostics\\/\",\"order\":3},{\"title\":\"Legacy Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/legacy-two-factor-authentication\\/\",\"order\":4},{\"title\":\"Two-Factor Authentication\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/tools\\/two-factor-authentication\\/\",\"order\":5}],\"order\":12},{\"title\":\"Login Security\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security\\/\",\"excerpt\":\"The Login Security page currently contains settings for two-factor authentication (2FA) and reCAPTCHA. In a future Wordfence version, existing login-related features will also move to the same page.\",\"order\":13},{\"title\":\"Advanced\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/\",\"excerpt\":\"If you want to know more about the technical details of Wordfence, you will find the answers in this section.\",\"children\":[{\"title\":\"System requirements\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/system-requirements\\/\",\"order\":0},{\"title\":\"Changelog\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/changelog\\/\",\"order\":1},{\"title\":\"Remove or Reset\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/remove-or-reset\\/\",\"order\":2},{\"title\":\"Technical Details\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/technical-details\\/\",\"order\":3},{\"title\":\"Constants\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/constants\\/\",\"order\":4},{\"title\":\"Wordfence API\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/wordfence-api\\/\",\"order\":5},{\"title\":\"Troubleshooting\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/troubleshooting\\/\",\"order\":6},{\"title\":\"Plugin \\/ Theme Conflicts\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/advanced\\/plugin-theme-conflicts\\/\",\"order\":7}],\"order\":14},{\"title\":\"Wordfence and GDPR - General Data Protection Regulation\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/\",\"excerpt\":\"Defiant, the company behind Wordfence, has updated its terms of use, privacy policies and software, as well as made available standard contractual clauses to meet GDPR compliance. Customers must review and agree to updated terms in order to continue using our products and services.\",\"children\":[{\"title\":\"Sub-Processors List\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/general-data-protection-regulation\\/sub-processors-list\\/\",\"order\":0}],\"order\":15},{\"title\":\"Login Security Plugin\",\"permalink\":\"https:\\/\\/www.wordfence.com\\/help\\/login-security-plugin\\/\",\"excerpt\":\"The Wordfence Login Security plugin contains a subset of the features found in the full Wordfence plugin: Two-factor Authentication, XML-RPC Protection and Login Page CAPTCHA. It is ideal for sites that need login security functionality but either can’t or don’t want to run the full Wordfence plugin.\",\"order\":16}]}','yes'),('supportHash','0c3c48581f930707f38f64b7b394cf3470340626c9b916404949c46b41138867','yes'),('suspiciousAdminUsernames','a:2:{i:0;s:46:\"/^wp\\.service\\.controller(?:\\.[a-zA-Z0-9]+)$/i\";i:1;s:55:\"/^(?:wordpressssadmin|wordprestadmin|jaime.besser56)$/i\";}','yes'),('timeoffset_wf','0','yes'),('timeoffset_wf_updated','1646924646','yes'),('tldlist','|com|org|net|edu|aaa|abb|abc|aco|ads|aeg|afl|aig|anz|aol|app|art|aws|axa|bar|bbc|bbt|bcg|bcn|bet|bid|bio|biz|bms|bmw|bom|boo|bot|box|buy|bzh|cab|cal|cam|car|cat|cba|cbn|cbs|ceo|cfa|cfd|cpa|crs|dad|day|dds|dev|dhl|diy|dnp|dog|dot|dtv|dvr|eat|eco|esq|eus|fan|fit|fly|foo|fox|frl|ftr|fun|fyi|gal|gap|gay|gdn|gea|gle|gmo|gmx|goo|gop|got|gov|hbo|hiv|hkt|hot|how|ibm|ice|icu|ifm|inc|ing|ink|int|ist|itv|jcb|jio|jll|jmp|jnj|jot|joy|kfh|kia|kim|kpn|krd|lat|law|lds|llc|llp|lol|lpl|ltd|man|map|mba|med|men|mil|mit|mlb|mls|mma|moe|moi|mom|mov|msd|mtn|mtr|nab|nba|nec|new|nfl|ngo|nhk|now|nra|nrw|ntt|nyc|obi|one|ong|onl|ooo|ott|ovh|pay|pet|phd|pid|pin|pnc|pro|pru|pub|pwc|red|ren|ril|rio|rip|run|rwe|sap|sas|sbi|sbs|sca|scb|ses|sew|sex|sfr|ski|sky|soy|spa|srl|stc|tab|tax|tci|tdk|tel|thd|tjx|top|trv|tui|tvs|ubs|uno|uol|ups|vet|vig|vin|vip|wed|win|wme|wow|wtc|wtf|xin|xxx|xyz|you|yun|zip|ac|ad|ae|af|ag|ai|al|am|ao|aq|ar|as|at|au|aw|ax|az|ba|bb|bd|be|bf|bg|bh|bi|bj|bm|bn|bo|br|bs|bt|bv|bw|by|bz|ca|cc|cd|cf|cg|ch|ci|ck|cl|cm|cn|co|cr|cu|cv|cw|cx|cy|cz|de|dj|dk|dm|do|dz|ec|ee|eg|er|es|et|eu|fi|fj|fk|fm|fo|fr|ga|gb|gd|ge|gf|gg|gh|gi|gl|gm|gn|gp|gq|gr|gs|gt|gu|gw|gy|hk|hm|hn|hr|ht|hu|id|ie|il|im|in|io|iq|ir|is|it|je|jm|jo|jp|ke|kg|kh|ki|km|kn|kp|kr|kw|ky|kz|la|lb|lc|li|lk|lr|ls|lt|lu|lv|ly|ma|mc|md|me|mg|mh|mk|ml|mm|mn|mo|mp|mq|mr|ms|mt|mu|mv|mw|mx|my|mz|na|nc|ne|nf|ng|ni|nl|no|np|nr|nu|nz|om|pa|pe|pf|pg|ph|pk|pl|pm|pn|pr|ps|pt|pw|py|qa|re|ro|rs|ru|rw|sa|sb|sc|sd|se|sg|sh|si|sj|sk|sl|sm|sn|so|sr|ss|st|su|sv|sx|sy|sz|tc|td|tf|tg|th|tj|tk|tl|tm|tn|to|tr|tt|tv|tw|tz|ua|ug|uk|us|uy|uz|va|vc|ve|vg|vi|vn|vu|wf|ws|ye|yt|za|zm|zw|aarp|able|adac|ally|arab|army|arte|asda|asia|auto|bike|bing|blog|blue|camp|boats|casa|case|bosch|cars|canon|abarth|bond|abbott|aero|amex|buzz|adult|arpa|aetna|band|bank|beer|cards|abbvie|airtel|alsace|cafe|africa|agency|airbus|akdn|alstom|alibaba|allstate|call|alipay|amazon|best|athleta|audi|baby|bbva|bostik|associates|bofa|book|build|broker|camera|career|booking|care|boston|boutique|allfinanz|bnpparibas|boehringer|cash|cbre|cern|chat|citi|amfam|amica|audio|chase|amsterdam|apple|analytics|azure|cheap|city|android|apartments|baidu|beats|cisco|rsvp|rugby|banamex|bananarepublic|rocks|circle|barcelona|club|rich|room|rodeo|coffee|ruhr|sarl|seek|shaw|autos|scot|seat|shia|sina|site|author|show|archi|skin|auspost|shop|actor|silk|tiaa|bible|safe|save|saxo|anquan|avianca|sale|sexy|teva|bingo|black|citic|click|ricoh|shoes|claims|cloud|coach|seven|shell|tips|clinic|codes|macys|salon|sener|sharp|skype|barclaycard|sling|barclays|americanfamily|sony|aramco|berlin|sncf|sohu|song|solar|bestbuy|talk|audible|bharti|spot|star|casino|americanexpress|auction|smile|center|surf|smart|blackfriday|chanel|attorney|barefoot|blockbuster|space|tatar|basketball|store|study|sucks|tokyo|tools|toray|bargains|today|baseball|aquarelle|swiss|tmall|bauhaus|bentley|team|tech|stada|church|bloomberg|chrome|sport|bayern|beauty|comsec|condos|taxi|style|tires|tirol|online|abogado|sanofi|soccer|cipriani|safety|sakura|suzuki|swatch|agakhan|capital|caravan|citadel|clubmed|shouji|careers|college|cologne|social|samsung|sandvik|schmidt|school|schule|sydney|cityeats|taipei|comcast|cleaning|select|rexroth|total|secure|brother|works|world|accountant|catering|cooking|ryukyu|catholic|accenture|rocher|contact|rogers|academy|xbox|stream|supply|xerox|compare|studio|xihuan|bugatti|channel|charity|chintai|company|abudhabi|reviews|christmas|taobao|schwarz|target|tjmaxx|zappos|clinique|yandex|clothing|computer|search|saarland|construction|yoga|commbank|singles|consulting|storage|samsclub|tiffany|shopping|showtime|contractors|shiksha|staples|zara|zero|zone|richardli|science|security|services|yahoo|softbank|statefarm|temasek|statebank|work|shangrila|systems|tattoo|schaeffler|scholarships|tennis|solutions|surgery|community|support|theater|theatre|yachts|tickets|tienda|toshiba|software|vana|vegas|airforce|brussels|builders|business|capetown|ventures|verisign|capitalone|viajes|alfaromeo|video|viking|broadway|villas|virgin|tatamotors|visa|vision|viva|vivo|bradesco|bridgestone|vlaanderen|vodka|vanguard|calvinklein|tours|town|toys|trust|toyota|training|tube|trade|tunes|tushu|ubank|travel|unicom|trading|travelers|vacations|travelchannel|cancerresearch|versicherung|volvo|technology|university|volkswagen|vote|watch|stockholm|voto|wales|voting|wang|supplies|weber|weibo|weir|voyage|vuelos|wien|weather|accountants|walter|wine|wanggou|watches|webcam|website|wedding|wiki|walmart|whoswho|yamaxun|williamhill|windows|winners|youtube|stcgroup|wolterskluwer|xfinity|zuerich|woodside|xn--90ais|xn--30rr7y|xn--3pxu8k|xn--4gbrim|xn--55qx5d|xn--5tzm5g|xn--80aswg|xn--1ck2e1b|xn--45q11c|xn--fhbei|xn--90a3ac|xn--9dbq2a|xn--fiq64b|xn--fiqz9s|xn--tckwe|xn--vhquv|xn--fiqs8s|xn--unup4y|xn--wgbh1c|xn--wgbl6a|xn--1qqw23a|xn--y9a3aq|xn--11b4c3d|xn--2scrj9c|yodobashi|xn--3bst00m|xn--c1avg|xn--c2br7g|xn--cg4bki|xn--czrs0t|xn--czru2d|xn--3ds443g|xn--3hcrj9c|xn--42c2d9a|xn--55qw42g|xn--d1alf|xn--6frz82g|xn--80ao21a|xn--90ae|xn--9et52u|xn--45brj9c|xn--9krt00a|xn--cck2b3b|xn--czr694b|xn--d1acj3b|xn--e1a4c|xn--efvy88h|xn--fct429k|xn--fjq720a|xn--flw351e|xn--g2xx48c|xn--gecrj9c|xn--gk3at1e|xn--h2brj9c|xn--3e0b707e|xn--45br5cyl|xn--4dbrk0ce|xn--cckwcxetd|yokohama|xn--eckvdtc9d|xn--hxt814e|xn--qxa6a|xn--kput3i|xn--node|xn--l1acc|xn--ngbrx|xn--mxtq1m|xn--mgbbh1a|xn--mgbtx2b|xn--mix891f|xn--nqv7f|xn--gckr3f0f|xn--j1amh|xn--io0a7i|xn--j6w193g|xn--jvr189m|xn--kprw13d|xn--h2brj9c8c|xn--j1aef|xn--imr513n|xn--kpry57d|xn--mgb9awbf|xn--mgbab2bd|xn--mgbgu82a|xn--mgbpl2fh|xn--mgbt3dhd|xn--mk1bu44c|xn--ngbc5azd|xn--ngbe9e0a|xn--nyqy26a|xn--8y0a063a|xn--pssy2u|xn--qxam|xn--q7ce6a|xn--q9jyb4c|xn--s9brj9c|xn--ses554g|xn--t60b56a|xn--80adxhks|xn--qcka1pmc|xn--vuq861b|xn--w4rs40l|xn--80asehdb|xn--fpcrj9c3d|xn--p1ai|xn--pgbs0dh|xn--rovu88b|xn--fzc2c9e2c|xn--p1acf|xn--o3cw4h|xn--otu796d|xn--xhq521b|xn--ogbpf8fl|xn--rhqv96g|xn--tiq49xqyj|xn--yfro4i67o|xn--ygbi2ammx|xn--zfr164b|cookingchannel|cool|coop|cyou|data|date|dclk|deal|dell|delta|desi|diet|dish|docs|drive|dubai|dvag|fail|events|fage|deals|erni|estate|etisalat|exchange|eurovision|fans|expert|farm|fiat|faith|family|fast|fedex|fairwinds|fido|film|extraspace|flir|ford|fund|exposed|fire|fish|food|free|game|gbiz|gent|guge|final|ggee|gift|gmbh|gold|golf|guru|hair|express|goog|haus|cymru|earth|glass|hdfc|crown|email|forum|globo|gmail|engineering|hgtv|gifts|gives|help|here|gallo|games|honda|enterprises|horse|host|imdb|itau|java|kred|lidl|life|dabur|jeep|jobs|jprs|land|lego|like|limo|dance|edeka|ericsson|homes|kddi|link|green|gripe|kiwi|kpmg|live|epson|equipment|loan|forex|group|gucci|guide|house|irish|giving|finance|futbol|kyoto|flickr|lamer|gallup|lease|lipsy|garden|george|linde|global|ferrero|legal|hermes|hiphop|farmers|google|fashion|gratis|health|hockey|intuit|latino|lawyer|lefrak|lilly|ferrari|lancia|fishing|lgbt|football|frogans|fresenius|ieee|info|feedback|immo|forsale|foundation|hsbc|icbc|firmdale|hughes|hyatt|foodnetwork|ikano|koeln|financial|firestone|hotels|jetzt|fitness|flowers|imamat|joburg|juegos|kaufen|kinder|kindle|fidelity|flights|jaguar|florist|insure|lexus|kosher|loans|cruise|cruises|ping|pink|play|plus|pohl|prof|cuisinella|porn|post|prod|dating|dental|democrat|page|datsun|dealer|degree|delivery|deloitte|design|diamonds|energy|pars|dentist|discount|pccw|pics|digital|direct|discover|osaka|paris|parts|party|phone|photo|pfizer|photos|physio|reit|country|prime|coupon|rent|corsica|reisen|repair|report|rest|reise|emerck|otsuka|rehab|pictet|coupons|promo|credit|doctor|dunlop|creditunion|domains|qpon|download|praxi|press|quest|dupont|pizza|courses|poker|durban|place|racing|radio|read|quebec|creditcard|realty|cricket|engineer|frontdoor|loft|lotto|love|ltda|luxe|luxury|madrid|maif|lotte|meme|locus|locker|mini|mobi|living|mint|maison|makeup|mango|london|menu|miami|market|meet|media|mattel|monash|education|frontier|mobile|moda|money|name|next|mormon|moto|navy|news|nexus|natura|nico|nagoya|nike|movie|music|mutual|nikon|ninja|open|moscow|omega|museum|nissan|nissay|nokia|norton|nowruz|nowtv|office|olayan|ollo|oracle|directory|orange|review|fujitsu|lanxess|lasalle|latrobe|leclerc|markets|network|neustar|lighting|limited|lincoln|monster|netflix|lundbeck|netbank|marriott|lifestyle|maserati|mckinsey|melbourne|memorial|merckmsd|marketing|marshalls|microsoft|mitsubishi|mortgage|lifeinsurance|management|nextdirect|lplfinancial|motorcycles|northwesternmutual|observer|okinawa|lancaster|pioneer|politie|realtor|recipes|rentals|plumbing|property|redstone|reliance|landrover|oldnavy|organic|origins|partners|pictures|olayangroup|philips|pharmacy|panasonic|passagens|pramerica|photography|properties|prudential|realestate|playstation|productions|progressive|protection|redumbrella|republican|sandvikcoromant|tkmaxx|gallery|genting|godaddy|grocery|helsinki|hosting|graphics|hitachi|guardian|hangout|holiday|goodyear|grainger|guitars|hamburg|hoteles|hdfcbank|hospital|infiniti|hisamitsu|holdings|ismaili|homedepot|homegoods|homesense|hotmail|hyundai|industries|institute|immobilien|insurance|international|investments|ipiranga|istanbul|kitchen|goldpoint|jewelry|healthcare|juniper|komatsu|kuokgroup|lacaixa|jpmorgan|furniture|lamborghini|restaurant|kerryhotels|kerrylogistics|weatherchannel|xn--54b7fta0cc|xn--6qq986b3xl|xn--80aqecdr1a|xn--b4w605ferd|xn--fiq228c5hs|xn--h2breg3eve|xn--jlq480n2rg|xn--jlq61u9w7b|xn--mgba3a3ejt|xn--mgbaam7a8h|xn--mgbbh1a71e|xn--mgbca7dzdo|xn--bck1b9a5dre4c|xn--mgbayh7gpa|xn--mgbi4ecexp|xn--mgbx4cd0ab|xn--mgba3a4f16a|xn--rvc1e0am3e|kerryproperties|xn--kcrx77d1x4a|xn--mgbaakc7dvf|xn--mgbc0a9azcg|xn--5su34j936bgsg|xn--lgbbat1ad8j|xn--mgbah1a3hjkrd|xn--mgbai9azgqp6j|xn--mgbcpq6gpa1a|xn--mgberp4a5d4ar|travelersinsurance|xn--i1b6b1a6a2e|xn--nqv7fs00ema|xn--fzys8d69uvgm|xn--mgba7c0bbn0a|xn--xkc2dl3a5ee0h|xn--vermgensberater-ctb|xn--vermgensberatung-pwb|xn--w4r85el8fhu5dnra|xn--xkc2al3hye2a|xn--clchc0ea0b2g2a9gcd|','yes'),('tldlistHash','dd4f3e3f21231d2fed9b2be82db21a2d1fba16c209680dcbef8c1f2bfca99298','yes'),('totalAlertsSent','12','yes'),('totalLoginHits','35','yes'),('totalLogins','12','yes'),('totalScansRun','5','yes'),('touppBypassNextCheck','0','yes'),('touppPromptNeeded','','yes'),('vulnerabilities_plugin','a:11:{i:0;a:5:{s:4:\"slug\";s:23:\"advanced-access-manager\";s:9:\"toVersion\";s:5:\"6.8.1\";s:11:\"fromVersion\";s:5:\"6.8.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:1;a:5:{s:4:\"slug\";s:14:\"contact-form-7\";s:9:\"toVersion\";s:5:\"5.5.6\";s:11:\"fromVersion\";s:5:\"5.5.4\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:2;a:5:{s:4:\"slug\";s:13:\"cookie-notice\";s:9:\"toVersion\";s:5:\"2.2.3\";s:11:\"fromVersion\";s:5:\"2.2.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:3;a:5:{s:4:\"slug\";s:13:\"wordpress-seo\";s:9:\"toVersion\";s:4:\"18.3\";s:11:\"fromVersion\";s:4:\"18.0\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:4;a:4:{s:4:\"slug\";s:24:\"supreme-modules-for-divi\";s:11:\"fromVersion\";s:5:\"2.4.1\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:5;a:4:{s:4:\"slug\";s:9:\"wordfence\";s:11:\"fromVersion\";s:5:\"7.5.8\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:6;a:4:{s:4:\"slug\";s:28:\"wp-contact-form-7-db-handler\";s:11:\"fromVersion\";s:3:\"1.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:7;a:4:{s:4:\"slug\";s:17:\"wp-migrate-db-pro\";s:11:\"fromVersion\";s:5:\"2.2.2\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:8;a:4:{s:4:\"slug\";s:11:\"divi-mobile\";s:11:\"fromVersion\";s:5:\"1.6.3\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:9;a:4:{s:4:\"slug\";s:28:\"supreme-modules-pro-for-divi\";s:11:\"fromVersion\";s:5:\"3.8.7\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}i:10;a:4:{s:4:\"slug\";s:9:\"wp-rocket\";s:11:\"fromVersion\";s:6:\"3.10.7\";s:10:\"vulnerable\";b:0;s:4:\"link\";b:0;}}','yes'),('vulnerabilities_theme','a:1:{i:0;a:4:{s:4:\"slug\";s:4:\"Divi\";s:9:\"toVersion\";s:6:\"4.14.8\";s:11:\"fromVersion\";s:6:\"4.14.7\";s:10:\"vulnerable\";b:0;}}','yes'),('wafAlertInterval','600','yes'),('wafAlertOnAttacks','1','yes'),('wafAlertThreshold','100','yes'),('wafAlertWhitelist','','yes'),('waf_status','enabled','yes'),('wfKillRequested','0','no'),('wfPeakMemory','10485760','no'),('wfScanStartVersion','5.9','yes'),('wfStatusStartMsgs','a:21:{i:0;s:0:\"\";i:1;s:0:\"\";i:2;s:0:\"\";i:3;s:0:\"\";i:4;s:0:\"\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:0:\"\";i:13;s:0:\"\";i:14;s:0:\"\";i:15;s:0:\"\";i:16;s:0:\"\";i:17;s:0:\"\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";}','yes'),('wf_scanLastStatusTime','0','yes'),('wf_scanRunning','','yes'),('wf_summaryItems','a:8:{s:12:\"scannedPosts\";i:19;s:15:\"scannedComments\";i:0;s:12:\"scannedFiles\";i:6364;s:14:\"scannedPlugins\";i:11;s:13:\"scannedThemes\";i:2;s:12:\"scannedUsers\";i:1;s:11:\"scannedURLs\";i:26;s:10:\"lastUpdate\";i:1646924667;}','yes'),('whitelisted',',135.125.83.227','yes'),('whitelistedServices','{}','yes'),('whitelistHash','bf3d76dc05caf8623cb3fe01c1fc9e308e2f2ea37b826937d850fde361cdefd4','yes'),('whitelistPresets','{\"wordfence\":{\"n\":\"Wordfence\",\"h\":true,\"d\":true,\"f\":true,\"r\":[\"54.68.32.247\",\"69.46.36.0\\/27\",\"2605:2400:0104:0100::\\/56\"]},\"sucuri\":{\"n\":\"Sucuri\",\"d\":true,\"r\":[\"97.74.127.171\",\"69.164.203.172\",\"173.230.128.135\",\"66.228.34.49\",\"66.228.40.185\",\"50.116.36.92\",\"50.116.36.93\",\"50.116.3.171\",\"198.58.96.212\",\"50.116.63.221\",\"192.155.92.112\",\"192.81.128.31\",\"198.58.106.244\",\"192.155.95.139\",\"23.239.9.227\",\"198.58.112.103\",\"192.155.94.43\",\"162.216.16.33\",\"173.255.233.124\",\"173.255.233.124\",\"192.155.90.179\",\"50.116.41.217\",\"192.81.129.227\",\"198.58.111.80\",\"162.216.19.183\"]},\"facebook\":{\"n\":\"Facebook\",\"d\":true,\"r\":[\"69.63.176.0\\/20\",\"66.220.144.0\\/20\",\"66.220.144.0\\/21\",\"69.63.184.0\\/21\",\"69.63.176.0\\/21\",\"74.119.76.0\\/22\",\"69.171.255.0\\/24\",\"173.252.64.0\\/18\",\"69.171.224.0\\/19\",\"69.171.224.0\\/20\",\"103.4.96.0\\/22\",\"69.63.176.0\\/24\",\"173.252.64.0\\/19\",\"173.252.70.0\\/24\",\"31.13.64.0\\/18\",\"31.13.24.0\\/21\",\"66.220.152.0\\/21\",\"66.220.159.0\\/24\",\"69.171.239.0\\/24\",\"69.171.240.0\\/20\",\"31.13.64.0\\/19\",\"31.13.64.0\\/24\",\"31.13.65.0\\/24\",\"31.13.67.0\\/24\",\"31.13.68.0\\/24\",\"31.13.69.0\\/24\",\"31.13.70.0\\/24\",\"31.13.71.0\\/24\",\"31.13.72.0\\/24\",\"31.13.73.0\\/24\",\"31.13.74.0\\/24\",\"31.13.75.0\\/24\",\"31.13.76.0\\/24\",\"31.13.77.0\\/24\",\"31.13.96.0\\/19\",\"31.13.66.0\\/24\",\"173.252.96.0\\/19\",\"69.63.178.0\\/24\",\"31.13.78.0\\/24\",\"31.13.79.0\\/24\",\"31.13.80.0\\/24\",\"31.13.82.0\\/24\",\"31.13.83.0\\/24\",\"31.13.84.0\\/24\",\"31.13.85.0\\/24\",\"31.13.86.0\\/24\",\"31.13.87.0\\/24\",\"31.13.88.0\\/24\",\"31.13.89.0\\/24\",\"31.13.90.0\\/24\",\"31.13.91.0\\/24\",\"31.13.92.0\\/24\",\"31.13.93.0\\/24\",\"31.13.94.0\\/24\",\"31.13.95.0\\/24\",\"69.171.253.0\\/24\",\"69.63.186.0\\/24\",\"31.13.81.0\\/24\",\"179.60.192.0\\/22\",\"179.60.192.0\\/24\",\"179.60.193.0\\/24\",\"179.60.194.0\\/24\",\"179.60.195.0\\/24\",\"185.60.216.0\\/22\",\"45.64.40.0\\/22\",\"185.60.216.0\\/24\",\"185.60.217.0\\/24\",\"185.60.218.0\\/24\",\"185.60.219.0\\/24\",\"129.134.0.0\\/16\",\"157.240.0.0\\/16\",\"157.240.8.0\\/24\",\"157.240.0.0\\/24\",\"157.240.1.0\\/24\",\"157.240.2.0\\/24\",\"157.240.3.0\\/24\",\"157.240.4.0\\/24\",\"157.240.5.0\\/24\",\"157.240.6.0\\/24\",\"157.240.7.0\\/24\",\"157.240.9.0\\/24\",\"157.240.10.0\\/24\",\"157.240.16.0\\/24\",\"157.240.19.0\\/24\",\"157.240.11.0\\/24\",\"157.240.12.0\\/24\",\"157.240.13.0\\/24\",\"157.240.14.0\\/24\",\"157.240.15.0\\/24\",\"157.240.17.0\\/24\",\"157.240.18.0\\/24\",\"157.240.20.0\\/24\",\"157.240.21.0\\/24\",\"157.240.22.0\\/24\",\"157.240.23.0\\/24\",\"157.240.0.0\\/17\",\"69.171.250.0\\/24\",\"157.240.24.0\\/24\",\"157.240.25.0\\/24\",\"199.201.64.0\\/24\",\"199.201.65.0\\/24\",\"199.201.64.0\\/22\",\"204.15.20.0\\/22\",\"157.240.192.0\\/24\",\"129.134.0.0\\/17\",\"204.15.20.0\\/22\",\"69.63.176.0\\/20\",\"69.63.176.0\\/21\",\"69.63.184.0\\/21\",\"66.220.144.0\\/20\",\"69.63.176.0\\/20\",\"2620:0:1c00::\\/40\",\"2a03:2880::\\/32\",\"2a03:2880:fffe::\\/48\",\"2a03:2880:ffff::\\/48\",\"2620:0:1cff::\\/48\",\"2a03:2880:f000::\\/48\",\"2a03:2880:f001::\\/48\",\"2a03:2880:f002::\\/48\",\"2a03:2880:f003::\\/48\",\"2a03:2880:f004::\\/48\",\"2a03:2880:f005::\\/48\",\"2a03:2880:f006::\\/48\",\"2a03:2880:f007::\\/48\",\"2a03:2880:f008::\\/48\",\"2a03:2880:f009::\\/48\",\"2a03:2880:f00a::\\/48\",\"2a03:2880:f00b::\\/48\",\"2a03:2880:f00c::\\/48\",\"2a03:2880:f00d::\\/48\",\"2a03:2880:f00e::\\/48\",\"2a03:2880:f00f::\\/48\",\"2a03:2880:f010::\\/48\",\"2a03:2880:f011::\\/48\",\"2a03:2880:f012::\\/48\",\"2a03:2880:f013::\\/48\",\"2a03:2880:f014::\\/48\",\"2a03:2880:f015::\\/48\",\"2a03:2880:f016::\\/48\",\"2a03:2880:f017::\\/48\",\"2a03:2880:f018::\\/48\",\"2a03:2880:f019::\\/48\",\"2a03:2880:f01a::\\/48\",\"2a03:2880:f01b::\\/48\",\"2a03:2880:f01c::\\/48\",\"2a03:2880:f01d::\\/48\",\"2a03:2880:f01e::\\/48\",\"2a03:2880:f01f::\\/48\",\"2a03:2880:1000::\\/36\",\"2a03:2880:2000::\\/36\",\"2a03:2880:3000::\\/36\",\"2a03:2880:4000::\\/36\",\"2a03:2880:5000::\\/36\",\"2a03:2880:6000::\\/36\",\"2a03:2880:7000::\\/36\",\"2a03:2880:f020::\\/48\",\"2a03:2880:f021::\\/48\",\"2a03:2880:f022::\\/48\",\"2a03:2880:f023::\\/48\",\"2a03:2880:f024::\\/48\",\"2a03:2880:f025::\\/48\",\"2a03:2880:f026::\\/48\",\"2a03:2880:f027::\\/48\",\"2a03:2880:f028::\\/48\",\"2a03:2880:f029::\\/48\",\"2a03:2880:f02b::\\/48\",\"2a03:2880:f02c::\\/48\",\"2a03:2880:f02d::\\/48\",\"2a03:2880:f02e::\\/48\",\"2a03:2880:f02f::\\/48\",\"2a03:2880:f030::\\/48\",\"2a03:2880:f031::\\/48\",\"2a03:2880:f032::\\/48\",\"2a03:2880:f033::\\/48\",\"2a03:2880:f034::\\/48\",\"2a03:2880:f035::\\/48\",\"2a03:2880:f036::\\/48\",\"2a03:2880:f037::\\/48\",\"2a03:2880:f038::\\/48\",\"2a03:2880:f039::\\/48\",\"2a03:2880:f03a::\\/48\",\"2a03:2880:f03b::\\/48\",\"2a03:2880:f03c::\\/48\",\"2a03:2880:f03d::\\/48\",\"2a03:2880:f03e::\\/48\",\"2a03:2880:f03f::\\/48\",\"2401:db00::\\/32\",\"2a03:2880::\\/36\",\"2803:6080::\\/32\",\"2a03:2880:f100::\\/48\",\"2a03:2880:f200::\\/48\",\"2a03:2880:f101::\\/48\",\"2a03:2880:f201::\\/48\",\"2a03:2880:f102::\\/48\",\"2a03:2880:f202::\\/48\",\"2a03:2880:f103::\\/48\",\"2a03:2880:f203::\\/48\",\"2a03:2880:f104::\\/48\",\"2a03:2880:f204::\\/48\",\"2a03:2880:f107::\\/48\",\"2a03:2880:f207::\\/48\",\"2a03:2880:f108::\\/48\",\"2a03:2880:f208::\\/48\",\"2a03:2880:f109::\\/48\",\"2a03:2880:f209::\\/48\",\"2a03:2880:f10a::\\/48\",\"2a03:2880:f20a::\\/48\",\"2a03:2880:f10b::\\/48\",\"2a03:2880:f20b::\\/48\",\"2a03:2880:f10d::\\/48\",\"2a03:2880:f20d::\\/48\",\"2a03:2880:f10e::\\/48\",\"2a03:2880:f20e::\\/48\",\"2a03:2880:f10f::\\/48\",\"2a03:2880:f20f::\\/48\",\"2a03:2880:f110::\\/48\",\"2a03:2880:f210::\\/48\",\"2a03:2880:f111::\\/48\",\"2a03:2880:f211::\\/48\",\"2a03:2880:f112::\\/48\",\"2a03:2880:f212::\\/48\",\"2a03:2880:f114::\\/48\",\"2a03:2880:f214::\\/48\",\"2a03:2880:f115::\\/48\",\"2a03:2880:f215::\\/48\",\"2a03:2880:f116::\\/48\",\"2a03:2880:f216::\\/48\",\"2a03:2880:f117::\\/48\",\"2a03:2880:f217::\\/48\",\"2a03:2880:f118::\\/48\",\"2a03:2880:f218::\\/48\",\"2a03:2880:f119::\\/48\",\"2a03:2880:f219::\\/48\",\"2a03:2880:f11a::\\/48\",\"2a03:2880:f21a::\\/48\",\"2a03:2880:f11f::\\/48\",\"2a03:2880:f21f::\\/48\",\"2a03:2880:f121::\\/48\",\"2a03:2880:f221::\\/48\",\"2a03:2880:f122::\\/48\",\"2a03:2880:f222::\\/48\",\"2a03:2880:f123::\\/48\",\"2a03:2880:f223::\\/48\",\"2a03:2880:f10c::\\/48\",\"2a03:2880:f20c::\\/48\",\"2a03:2880:f126::\\/48\",\"2a03:2880:f226::\\/48\",\"2a03:2880:f105::\\/48\",\"2a03:2880:f205::\\/48\",\"2a03:2880:f125::\\/48\",\"2a03:2880:f225::\\/48\",\"2a03:2880:f106::\\/48\",\"2a03:2880:f206::\\/48\",\"2a03:2880:f11b::\\/48\",\"2a03:2880:f21b::\\/48\",\"2a03:2880:f113::\\/48\",\"2a03:2880:f213::\\/48\",\"2a03:2880:f11c::\\/48\",\"2a03:2880:f21c::\\/48\",\"2a03:2880:f128::\\/48\",\"2a03:2880:f228::\\/48\",\"2a03:2880:f02a::\\/48\",\"2a03:2880:f12a::\\/48\",\"2a03:2880:f22a::\\/48\",\"2a03:2880:f12f::\\/48\",\"2a03:2880:f22f::\\/48\",\"2a03:2880:f11d::\\/48\",\"2a03:2880:f11e::\\/48\",\"2a03:2880:f120::\\/48\",\"2a03:2880:f124::\\/48\",\"2a03:2880:f127::\\/48\",\"2a03:2880:f129::\\/48\",\"2a03:2880:f12b::\\/48\",\"2a03:2880:f12c::\\/48\",\"2a03:2880:f12d::\\/48\",\"2a03:2880:f12e::\\/48\",\"2a03:2880:f130::\\/48\",\"2a03:2880:f131::\\/48\",\"2a03:2880:f132::\\/48\",\"2a03:2880:f133::\\/48\",\"2a03:2880:f134::\\/48\",\"2a03:2880:f135::\\/48\",\"2a03:2880:f136::\\/48\",\"2a03:2880:f137::\\/48\",\"2a03:2880:f138::\\/48\",\"2a03:2880:f139::\\/48\",\"2a03:2880:f13a::\\/48\",\"2a03:2880:f13b::\\/48\",\"2a03:2880:f13c::\\/48\",\"2a03:2880:f13d::\\/48\",\"2a03:2880:f13e::\\/48\",\"2a03:2880:f13f::\\/48\",\"2a03:2880:f21d::\\/48\",\"2a03:2880:f21e::\\/48\",\"2a03:2880:f220::\\/48\",\"2a03:2880:f224::\\/48\",\"2a03:2880:f227::\\/48\",\"2a03:2880:f229::\\/48\",\"2a03:2880:f22b::\\/48\",\"2a03:2880:f22c::\\/48\",\"2a03:2880:f22d::\\/48\",\"2a03:2880:f22e::\\/48\",\"2a03:2880:f230::\\/48\",\"2a03:2880:f231::\\/48\",\"2a03:2880:f232::\\/48\",\"2a03:2880:f233::\\/48\",\"2a03:2880:f234::\\/48\",\"2a03:2880:f235::\\/48\",\"2a03:2880:f236::\\/48\",\"2a03:2880:f237::\\/48\",\"2a03:2880:f238::\\/48\",\"2a03:2880:f239::\\/48\",\"2a03:2880:f23a::\\/48\",\"2a03:2880:f23b::\\/48\",\"2a03:2880:f23c::\\/48\",\"2a03:2880:f23d::\\/48\",\"2a03:2880:f23e::\\/48\",\"2a03:2880:f23f::\\/48\",\"2a03:2880:f0ff::\\/48\",\"2a03:2880:f1ff::\\/48\",\"2a03:2880:f2ff::\\/48\",\"2c0f:ef78:0003::\\/48\"]},\"uptimerobot\":{\"n\":\"Uptime Robot\",\"d\":true,\"r\":[\"69.162.124.224\\/28\",\"63.143.42.240\\/28\"]},\"statuscake\":{\"n\":\"StatusCake\",\"d\":true,\"r\":[\"103.194.112.70\",\"104.131.247.151\",\"104.131.248.65\",\"104.131.248.78\",\"104.156.229.24\",\"104.156.255.184\",\"104.206.168.26\",\"104.238.164.105\",\"107.150.1.135\",\"107.155.104.182\",\"107.155.108.234\",\"107.155.125.29\",\"107.161.28.219\",\"107.170.197.248\",\"107.170.219.46\",\"107.170.227.23\",\"107.170.227.24\",\"107.170.240.141\",\"107.170.53.191\",\"107.191.47.131\",\"107.191.57.237\",\"108.61.119.153\",\"108.61.162.214\",\"108.61.205.201\",\"108.61.212.141\",\"108.61.215.179\",\"125.63.48.239\",\"128.199.222.65\",\"138.197.130.232\",\"138.197.130.235\",\"138.197.140.243\",\"138.204.171.136\",\"138.68.24.115\",\"138.68.24.136\",\"138.68.24.207\",\"138.68.24.60\",\"138.68.80.10\",\"138.68.80.173\",\"139.59.15.79\",\"139.59.155.26\",\"139.59.190.241\",\"139.59.22.109\",\"139.59.26.85\",\"139.59.29.167\",\"149.154.157.61\",\"149.255.59.100\",\"151.236.10.238\",\"151.236.18.80\",\"151.80.175.223\",\"151.80.175.226\",\"154.127.60.23\",\"154.127.60.59\",\"158.255.208.76\",\"159.203.182.22\",\"159.203.182.60\",\"159.203.186.225\",\"159.203.31.18\",\"162.243.247.163\",\"162.243.71.56\",\"162.248.97.72\",\"162.253.64.104\",\"162.253.64.87\",\"176.56.230.110\",\"178.62.101.57\",\"178.62.104.137\",\"178.62.106.84\",\"178.62.109.7\",\"178.62.40.233\",\"178.62.41.44\",\"178.62.41.49\",\"178.62.41.52\",\"178.62.65.162\",\"178.62.71.227\",\"178.62.78.199\",\"178.62.80.93\",\"178.62.86.69\",\"178.73.210.99\",\"181.41.201.117\",\"181.41.214.137\",\"185.112.157.185\",\"185.12.45.70\",\"185.47.129.168\",\"185.60.135.86\",\"188.166.158.224\",\"188.166.253.148\",\"188.226.139.158\",\"188.226.158.160\",\"188.226.169.228\",\"188.226.171.58\",\"188.226.184.152\",\"188.226.185.106\",\"188.226.186.199\",\"188.226.203.84\",\"188.226.247.184\",\"188.68.238.79\",\"192.241.221.11\",\"193.124.178.54\",\"193.124.178.61\",\"193.182.144.105\",\"193.182.144.147\",\"199.167.128.80\",\"209.222.30.242\",\"213.183.56.107\",\"217.148.43.188\",\"217.148.43.202\",\"31.220.7.237\",\"37.157.246.146\",\"37.235.48.42\",\"37.235.52.25\",\"37.235.53.240\",\"37.235.55.205\",\"37.97.188.103\",\"45.32.128.80\",\"45.32.145.79\",\"45.32.151.21\",\"45.32.160.172\",\"45.32.166.195\",\"45.32.171.24\",\"45.32.192.198\",\"45.32.195.186\",\"45.32.195.93\",\"45.32.212.56\",\"45.32.36.158\",\"45.32.7.22\",\"45.63.121.159\",\"45.63.26.78\",\"45.63.51.63\",\"45.63.61.213\",\"45.63.76.68\",\"45.63.78.84\",\"45.63.86.120\",\"45.63.88.213\",\"45.76.1.44\",\"45.76.192.50\",\"45.76.3.112\",\"46.101.0.24\",\"46.101.110.32\",\"46.101.110.43\",\"46.101.110.45\",\"46.101.20.96\",\"46.101.238.182\",\"46.101.238.189\",\"46.101.240.208\",\"46.101.27.186\",\"46.101.61.83\",\"46.101.74.251\",\"5.45.179.103\",\"50.2.139.16\",\"82.221.95.161\",\"91.236.116.163\"]},\"managewp\":{\"n\":\"ManageWP\",\"d\":false,\"r\":[\"34.211.180.66\",\"54.70.65.107\",\"34.210.224.7\",\"52.41.5.108\",\"52.35.72.129\",\"54.191.137.17\",\"35.162.254.253\",\"52.11.12.231\",\"52.11.29.70\",\"52.11.54.161\",\"52.24.142.159\",\"52.25.191.255\",\"52.27.181.126\",\"52.34.126.117\",\"52.34.254.47\",\"52.35.82.99\",\"52.36.28.80\",\"52.38.106.97\",\"52.39.177.152\",\"52.41.230.148\",\"52.41.237.12\",\"52.42.126.166\",\"52.43.13.71\",\"52.43.76.224\",\"52.88.96.110\",\"52.89.155.51\",\"54.148.73.118\",\"54.186.37.105\",\"54.187.92.57\",\"54.191.32.65\",\"54.191.67.23\",\"54.191.80.119\",\"54.191.135.209\",\"54.191.136.176\",\"54.191.148.85\",\"54.191.149.8\",\"52.26.122.21\",\"52.24.187.29\",\"52.89.85.107\",\"54.186.128.167\",\"54.191.40.136\",\"52.24.62.11\",\"52.88.119.122\",\"54.191.148.225\",\"54.191.151.18\",\"52.89.94.121\",\"52.25.116.116\",\"52.88.215.225\",\"54.186.143.184\",\"52.88.197.180\",\"52.27.171.126\"]},\"seznam\":{\"n\":\"Seznam Search Engine\",\"d\":true,\"r\":[\"77.75.74.0\\/24\",\"77.75.76.0\\/24\",\"77.75.77.0\\/24\",\"77.75.78.0\\/24\",\"77.75.79.0\\/24\",\"2a02:598:a::78:0\\/112\",\"2a02:598:a::79:0\\/112\",\"2a02:598:2::0\\/96\"]}}','yes'),('wordfenceI18n','1','yes'),('wordpressPluginVersions','a:12:{s:23:\"advanced-access-manager\";s:5:\"6.8.0\";s:14:\"contact-form-7\";s:5:\"5.5.4\";s:13:\"cookie-notice\";s:5:\"2.2.1\";s:11:\"divi-mobile\";s:5:\"1.6.3\";s:28:\"supreme-modules-pro-for-divi\";s:5:\"3.8.7\";s:11:\"redirection\";s:5:\"5.2.3\";s:24:\"supreme-modules-for-divi\";s:5:\"2.4.1\";s:9:\"wordfence\";s:5:\"7.5.8\";s:28:\"wp-contact-form-7-db-handler\";s:3:\"1.2\";s:17:\"wp-migrate-db-pro\";s:5:\"2.2.2\";s:9:\"wp-rocket\";s:6:\"3.10.9\";s:13:\"wordpress-seo\";s:4:\"18.0\";}','yes'),('wordpressThemeVersions','a:2:{s:4:\"Divi\";s:6:\"4.14.7\";s:10:\"divi-child\";s:5:\"1.0.0\";}','yes'),('wordpressVersion','5.9','yes'),('wp_home_url','https://stage.physio-skalsky.at','yes'),('wp_site_url','https://stage.physio-skalsky.at/wp','yes'); /*!40000 ALTER TABLE `wp_wfconfig` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfcrawlers` -- DROP TABLE IF EXISTS `wp_wfcrawlers`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfcrawlers` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `patternSig` binary(16) NOT NULL, `status` char(8) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, `PTR` varchar(255) DEFAULT '', PRIMARY KEY (`IP`,`patternSig`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfcrawlers` -- LOCK TABLES `wp_wfcrawlers` WRITE; /*!40000 ALTER TABLE `wp_wfcrawlers` DISABLE KEYS */; INSERT INTO `wp_wfcrawlers` VALUES ('\0\0\0\0\0\0\0\0\0\0BF','>b0oQ1','verified',1646736817,'crawl-66-249-70-137.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BF','>b0oQ1','verified',1646736741,'crawl-66-249-70-139.googlebot.com'),('\0\0\0\0\0\0\0\0\0\0BF','>b0oQ1','verified',1646737384,'crawl-66-249-70-141.googlebot.com'); /*!40000 ALTER TABLE `wp_wfcrawlers` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wffilechanges` -- DROP TABLE IF EXISTS `wp_wffilechanges`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wffilechanges` ( `filenameHash` char(64) NOT NULL, `file` varchar(1000) NOT NULL, `md5` char(32) NOT NULL, PRIMARY KEY (`filenameHash`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wffilechanges` -- LOCK TABLES `wp_wffilechanges` WRITE; /*!40000 ALTER TABLE `wp_wffilechanges` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wffilechanges` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wffilemods` -- DROP TABLE IF EXISTS `wp_wffilemods`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wffilemods` ( `filenameMD5` binary(16) NOT NULL, `filename` varchar(1000) NOT NULL, `knownFile` tinyint(3) unsigned NOT NULL, `oldMD5` binary(16) NOT NULL, `newMD5` binary(16) NOT NULL, `SHAC` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `stoppedOnSignature` varchar(255) NOT NULL DEFAULT '', `stoppedOnPosition` int(10) unsigned NOT NULL DEFAULT 0, `isSafeFile` varchar(1) NOT NULL DEFAULT '?', PRIMARY KEY (`filenameMD5`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wffilemods` -- LOCK TABLES `wp_wffilemods` WRITE; /*!40000 ALTER TABLE `wp_wffilemods` DISABLE KEYS */; INSERT INTO `wp_wffilemods` VALUES ('\0?H\0E}\"','wp-includes/sodium_compat/lib/namespaced.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','01vnG\r',']/r~ʺOCcxBj/oUI*','',0,'?'),('\0)4\nTYd4G~','wp-includes/images/w-logo-blue-white-bg.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0 Ȉk|Ѽ','OɗoCA/x<%4=?','',0,'?'),('\00#9Z4j$','wp-admin/network/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nd4VڋS~tɱź','oᕑ\"tySM8!9/?YX','',0,'?'),('\05g꫔c0\"D','wp-includes/css/media-views-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DU|V=<㱲8','uyڡTEХwԖy9Ea9{ˠ','',0,'?'),('\0C_\njD @k','wp-admin/network/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','((+tIz','ݤ,De tw|tkJ','',0,'?'),('\0GM(YlWz!','wp-includes/sodium_compat/src/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pZ:!ټ','3l@o-3SՏ&!','',0,'?'),('\0\\sTÐ֘8','wp-includes/blocks/post-excerpt/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӣ6','L(Ƅ}\03t9v~<{ ~y1','',0,'?'),('\0`YϭrG','wp-includes/SimplePie/Restriction.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\"~\'$|2*','>3 vj\r|\")\"5SR\0{k{6','',0,'?'),('\0;fQ=*Ǖ','wp-includes/js/wp-emoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*׶H;q.','O)`5gD?5F!','',0,'?'),('\09k5&ٙ 7N','wp-includes/sodium_compat/src/Core32/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MkݢAD5zyj','BQe!RilsnqR41xxQ!','',0,'?'),('\0|9ue@','wp-admin/includes/image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' >=E8ӜN','h4Rilҹ.\Z^<\'8','',0,'?'),('\0K%5,$ˣ','wp-includes/blocks/video/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o^T+RZ1','ޕGN ZW}^5}~U6v','',0,'?'),('\0lDdu^Y','wp-admin/user/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dIU{x1A','FuX\0og:~h_5pt$','',0,'?'),('\0vئݞ','wp-includes/blocks/post-template/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R(\r|/','+/2Grl%Š򷜄}P0V 5','',0,'?'),('\0$XG-tUƹ','wp-includes/blocks/navigation-link/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.G;:1Rج=}/',']ח\rvd=R>o:^\r$N','',0,'?'),('\0 $ә\0 ֫','wp-includes/block-patterns.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mJ8T4','TZX@ n||{etA?(,\Zg','',0,'?'),('\rx+Uڜ','wp-includes/css/dist/list-reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z=T?ksI',',]wo\0]\'z1R)\Z`]0','',0,'?'),('/>(3','wp-includes/blocks/verse/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y VqY\n','MbO','wp-includes/class-walker-page-dropdown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XL Q~OG','# \'5hH^ 쎫f=Rd&&9Z2','',0,'?'),('usy6\'v,=','wp-includes/js/tinymce/plugins/wordpress/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\"@rXX','mj$]^I\'G[','',0,'?'),('\"qUy9%Q','wp-includes/class-wp-matchesmapregex.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qd̚w$<龦q','9l~>S5]8ٺɞFiJZ','',0,'?'),('7& Ȁ','wp-includes/js/tinymce/skins/lightgray/content.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\PIɥ<\\',')Y@u&Kg\0?\\F\'X0Lj','',0,'?'),('0rH\"YK]T','wp-admin/css/site-icon-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' LDR *','Yin >j#KN%8TPO_,','',0,'?'),('(9l15nq','wp-includes/blocks/button/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K6 HaQzG',' z[LncOq|!]','',0,'?'),('(љ\0H<_','wp-admin/includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{8|NK(:2j','\ni{J~dHّ\nyog','',0,'?'),('3x2§h_','wp-includes/blocks/shortcode/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ0E<#','IDW=~7 (3Eb$@x`','',0,'?'),('<.4vc\"`t','wp-includes/class-wp-simplepie-sanitize-kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0s7^GU_','EJ\'{6i|~c /l','',0,'?'),('iPÙld\0','wp-includes/css/jquery-ui-dialog.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bG-_fkqT','v48pnfZH\"ռ\\;jR&N','',0,'?'),('k4c5<\"','wp-includes/js/dist/autop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','35:`}\Z\ngd=','L{Nf1zOl\"[(A{','',0,'?'),('!@|4n','wp-includes/class-http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+1ԩI,B%G','^&_\nVy&96$cU\rn ht\n','',0,'?'),('\'ڞ\0;?+VҪ','wp-admin/network/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=#LH','q/*߲3xS~.\']wk,W','',0,'?'),(';pR9+qpծ','wp-admin/includes/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p;\"Ћ','YXi4+\rASF/\\R~_','',0,'?'),('?|꺯~x','wp-includes/blocks/query/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VY8BK){','j\'ۉ>MOBUZ–hfy\r','',0,'?'),('xm\0~','wp-includes/customize/class-wp-customize-nav-menus-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' A\'|\'h',':ZisC`kd0\0 g`hQ','',0,'?'),('܈y7@\"','wp-includes/blocks/audio/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\n>o`','3\rgK|P35E=k ','',0,'?'),('Ú2d=','wp-includes/rest-api.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$6d9Oh7 ','3\n-˗|^C+^ny\Z','',0,'?'),('P\0\'0lv#J<','wp-includes/js/jquery/ui/effect-fold.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2\\ \"<ܨ^','QslDq\0\\)Z\nhB &z','',0,'?'),('Ȅxy','wp-includes/js/tinymce/skins/wordpress/images/embedded.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pNy~n\"','{ux\'Jº@i\"H;]6h','',0,'?'),('ϴ 3 P`#8^Z','wp-admin/css/colors/coffee/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':[۞IFĖ','X#_W\nbnwP#Whp','',0,'?'),('G#;\"L%','wp-includes/blocks/categories/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','눍`Ϙ\rTs ','tbN^C\\jp x/!*?','',0,'?'),('\0,#heLG(}','wp-includes/blocks/query-pagination-numbers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!g\0jDi\Z','~xX%\">\"ݡ [','',0,'?'),('\"N߬jj)\0N','wp-admin/images/menu-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jG{>^;$','2]y#h29> ^s\rH \ng','',0,'?'),('3XG%','wp-includes/blocks/pullquote/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BIŀC}M9\Z#x','a ~aUlbGAHbYi18b5|','',0,'?'),('9*ICc','wp-includes/blocks/post-excerpt/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӣ6','L(Ƅ}\03t9v~<{ ~y1','',0,'?'),('q_\" 1F','wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yhR;#z3','j2AN* /[k5\0ҕ3Dl>>&','',0,'?'),('tZQYz0跫','wp-admin/images/wordpress-logo.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ưyo88S`','bxLPͰ=^am1i','',0,'?'),('k5SHЫ','wp-includes/SimplePie/Author.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?hK\0k1N\"','N\\pt3+,l\'cOQ+Z','',0,'?'),('ebWA0d','wp-admin/images/comment-grey-bubble.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y*\'tF','7 y񮌬U{ԟ`]m','',0,'?'),('[4?s','wp-includes/css/dist/block-library/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\?5+UK','}O[FYo&e󔙥e4+L;s','',0,'?'),(' eحVMy','wp-includes/blocks/rss/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L}H\rUkLӝ','}iNkuq\0/&rTY)O7MDEdܿ','',0,'?'),(' ,eOzÑ','wp-includes/customize/class-wp-customize-site-icon-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Uӆ?/[(\rCX','(V+g]!i}wš)5m>-','',0,'?'),(',5XpBFdcj+','wp-includes/js/dist/vendor/lodash.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']!8','ݒk\"G\0% e$û','',0,'?'),('7c-kЄ\"`k','wp-includes/blocks/html/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zm Ƿ!KF','\n^/3|Lu0','+{6O,wҞcӑnl','',0,'?'),('bpA+-+ʉ','wp-admin/js/widgets/text-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','غ0{8IUৣ','+k /,Z].Vj |Cۇlū','',0,'?'),('b͕+f3c','wp-includes/blocks/latest-posts/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^Ǿa\0 lpP;','wB}BnǾ5zMW$FZ}J??','',0,'?'),('%bQbMX2~Jn3y','',0,'?'),('# >7','wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ImLWyݓH','\rflդ/;l\\\\.6r#P[','',0,'?'),('ăfHH','wp-includes/blocks/navigation/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bXOdw[SC-.','\ZR0wEI S?#%3W\ro','',0,'?'),('ņLGP(Ήȯ','wp-admin/js/widgets/media-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"׋@/a','WI`63XAb#;rv {Mp6','',0,'?'),('& AH)I&','wp-includes/js/dist/vendor/moment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}J3pSf','v[cev;*WgOAG@i&','',0,'?'),(',!#QP[;','wp-includes/sodium_compat/lib/sodium_compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RPyBB&F4','ki] J ƙ۰Tlx','',0,'?'),(':뭲cRPe (','wp-includes/rest-api/class-wp-rest-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' H:','w!c5x5|3]]IGJ','',0,'?'),('KxP0&O:p','wp-includes/blocks/archives/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rv}\')4~~','ƸCYMa.L8yQvqI','',0,'?'),('k\0\Z{ ݛ6','wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.P55SX','RYԃcΥ݀<˞d^\rs8','',0,'?'),('kbgS','wp-includes/js/tinymce/plugins/wplink/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6lUOaDQ','jTqTI:KZa\n6U7e-','',0,'?'),('57D;TkC','wp-includes/blocks/social-links/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V[zhTޣ.<',':{מD,ux]r@;^=p','',0,'?'),('g~w\Zhh','wp-admin/css/themes-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U\n(ʥX',',;݌8IAodћV͍V','',0,'?'),(' \\ix(0','wp-includes/blocks/text-columns/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.%Qʯvv~\Z,','}òӳlV_ g$q#3 ǹ','',0,'?'),('bm%ڭ֫','wp-includes/Requests/Exception/HTTP/502.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L+D/ncQr',' /~UJO.ŀ#E5*\'Cq','',0,'?'),(' QW~-\0d','wp-includes/class-phpass.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z8ؾO','5{dp#d3x`J4j~p','',0,'?'),(' ?quM','wp-includes/js/mediaelement/mediaelementplayer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 5)ky~ ','_Dt3ג3pa;9,\nigC?3','',0,'?'),(' ,/Օ!gyd','wp-includes/js/media-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sqa:_::ΗF.','\0Xn,TP QKh&xFHu;7','',0,'?'),(' 2p<(X\"ݵ','wp-includes/blocks/audio/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','53y bA','@,BW/R-Mw›]ٻ','',0,'?'),(' J;uz','wp-includes/sitemaps/class-wp-sitemaps-provider.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ʲ6ubs| ','gdw\'ʀ˻877&^%\Zg','',0,'?'),(' P=N>b\"j:~[Q{','wp-includes/js/tinymce/plugins/wpdialogs/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','We⎆?Nt','n4<Fz_5kig','',0,'?'),(' Xt \\4vNI5j','wp-admin/async-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n#9ouowBWv،Q_®\n','',0,'?'),(' hXk%>{NB','wp-includes/js/dist/viewport.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Drݙ\n','<ճ<|PO=J |k\\ڽ','',0,'?'),(' .5uaWkJ','wp-includes/Requests/Exception/HTTP/413.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q2ɑIWvMZ','\r}䟹-V\'eCCʅe-2,0','',0,'?'),(' Ӱꅑc','wp-includes/js/dist/escape-html.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' I\\wzzW~HO9','`BE`srAIHoގ3_ʘ% ','',0,'?'),(' 9fވUf','wp-includes/js/tinymce/tinymce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl̡Ckn','Zk 6|{*\Z{Hiܝk^','',0,'?'),(' IhBpO','wp-includes/blocks/heading/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_iƯڤoy(','BIhڳוZ.2%X','',0,'?'),(' 09-bͩW','wp-admin/network/users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XG\'\Zy7}','Ѩs]e|TxgG#m<]','',0,'?'),(' /?^EՑ','wp-includes/sitemaps/class-wp-sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5.R\0Iu\'tV','ge;_~_f/Pvh mHg','',0,'?'),('\n 64R9','wp-includes/blocks/social-links/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DĀrAWZq);C~','.VDt˴r|$[mwN[.lU','',0,'?'),('\nT/\\9$YU\n͌','wp-includes/customize/class-wp-widget-form-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{D*@6{τ}','+֓zi@^F%5qZg<','',0,'?'),('\nfY4&L','wp-admin/images/se.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ȔB`.}\'7:','Y\"K{Ur:2JL','',0,'?'),('\nzŭ}{.u[','wp-includes/block-supports/generated-classname.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YT$5`','7{v>R;‚^4Qeu','',0,'?'),('\n{X%N8Ÿw2?M4C','wp-includes/css/dist/format-library/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׎DŽ((i1','QW,V\\v. >ǖ^MK','',0,'?'),('\n}\'٩B39:','wp-includes/blocks/table/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p@\Zl\ny6<','wd2S\'~\Zq(SMj!~eJ\'','',0,'?'),('\nfӅ;{t','wp-includes/class-wp-role.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yH,o:','\'}ؑ9X8uߨ[(oan\\ ','',0,'?'),('\nb-V:|m','wp-admin/edit-link-form.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SZeqi[\rv','[ϣb]9\\|ֲ*V\r~z^','',0,'?'),('\n#x|]','wp-includes/blocks/site-tagline/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=SPEҧ','ʈ ؿߥ~Ek,ffR','',0,'?'),('\nNNMۑ4;p4','wp-includes/js/customize-models.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/oϱ;Rwc','.ax^g[&EΡJJTSՀ','',0,'?'),('\n _{','wp-includes/blocks/audio/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' &Qնo&U','Ң^O7.skC#%Nr?','',0,'?'),('\n\r Bp̭','wp-admin/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(NgߢrQ j',':L`5~l(az1I i;','',0,'?'),('\nGƙn\Z@1+U]','wp-admin/css/revisions.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؾ§Ae]Er ','Ȟpf͑(`^Ɣ4P7@','',0,'?'),(' \"w%_K\\u','wp-admin/images/wpspin_light.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkuR\r@9k ','!Fױ(#1:','',0,'?'),(' &cYD#P{+','wp-includes/js/jquery/ui/effect-blind.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ht ~I0|8#w','Gweu]x_IDJ|&','',0,'?'),(' A`k{n/*ScN','wp-includes/js/dist/vendor/react-dom.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Az m)\0A','*\rr!@@$-a]Ր\r_','',0,'?'),(' Phui8V\0kU','wp-includes/blocks/post-date/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Y*U=*v',' gdɘoojR4޴( [Sꄬ','',0,'?'),(' Yq','wp-includes/customize/class-wp-customize-partial.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J@N-p<1]\Zn','ƪ㫾suunΐ\0V<1r','',0,'?'),(' ,H(b_FO','wp-admin/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ΙF#֙iIA&','I/=Ill\rWM_4\\iZ\r$Aq3','',0,'?'),(' HVեdpVp','wp-includes/images/media/spreadsheet.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4\0Ṫ?',' v)\n6Zl2В1!+ ','',0,'?'),(' 5Åƌm','wp-includes/block-patterns/query-standard-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']_0;','5fo$:G{|-M ','',0,'?'),(' \nUN~\0m','wp-includes/js/codemirror/csslint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M_ϱIl',']ih4Fò\rUWEK(Pd','',0,'?'),(' c\"ml Ǟ>o','wp-admin/images/wordpress-logo.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N%d gp','\"uj-QE\0[gLZ5MD:','',0,'?'),(' *Oi','wp-includes/customize/class-wp-customize-media-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U=\rJ$','_&3 $9bږN\Z*\n','',0,'?'),(' D 2K|&','wp-admin/css/nav-menus-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R6\\ uS!-\'','puez.- _}7\ZAl','',0,'?'),(' Q10G,','wp-includes/sodium_compat/src/Core32/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x} pcKO','(H>0} 8:e)TN/z','',0,'?'),(' {M ii2n6','wp-includes/js/jquery/ui/effect-highlight.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x#)_\\e5t','M\0-\'# m\\*\\4rgjp','',0,'?'),(' AFk','wp-admin/js/privacy-tools.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Xc\rn','9=+*}4-o5 H[L檰','',0,'?'),(' .Q}3T','wp-includes/Requests/Hooker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pz4ɇF*','t\r{ k?ikC\nLḃWy','',0,'?'),(' ZuiigԄ','wp-includes/js/dist/nux.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oxx׆','9c\\Wbǹ1(Ge EMw\n;','',0,'?'),('\rܹ͛}CLR)','wp-includes/blocks/file/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RrpS6HW','/}B9mZmj2[+v7ML/x','',0,'?'),('\rUjzh2/9fM','wp-admin/js/application-passwords.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-:28R@I}','S:M;C\0<{Q55C','',0,'?'),('\rxݍ^\Z<;','wp-admin/my-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O=u͹Z|','kh{ d4M>J\Znˊж','',0,'?'),('\rvN[B&SL','wp-admin/css/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e-\0찊Ua','J;Iˡ֣W|PD^(ʺ69%3','',0,'?'),('\r<: -{̖H','wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3°\nᄷ\0a','` \\XOU>8X.f?m{\nQ]8','',0,'?'),('\rҧxOzzh','wp-includes/class-wp-customize-panel.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jϊ/@[&','%7;-k6)fH?@@Œq','',0,'?'),('\r::HH:d','wp-admin/css/edit.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xK8x{,_u','S=\Z\n!l_8Ь8b6d}\r','',0,'?'),('\r%%yS`','wp-includes/js/crop/cropper.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H.so','py,BG-t=s','',0,'?'),('\rѪ1s1=`(y','wp-admin/options-head.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cV8A#h:e׭/ ^','c҈^$kR2\r=ܫ@g2','',0,'?'),('W7{(;:P?','wp-admin/includes/class-bulk-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!z-^:п $','4a ]ds\' Txn\"aݻ','',0,'?'),('XH奥(:Z','wp-admin/admin-ajax.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mIysjyѨ_','8=Ի( H&uE\Zl}RZ>Olx','',0,'?'),('gosV;\n$','wp-includes/js/tinymce/plugins/compat3x/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+n1oVb','CT(N+,TNC`ީ','',0,'?'),('o+F0Hn3hJ','wp-includes/blocks/gallery.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sŠ:','D4M9B;}jF&ZЧ\"','',0,'?'),('  CY','wp-includes/pomo/entry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xU&9.%k(]','\0#60I>螙 [7e|','',0,'?'),('>M8 ٵ|','wp-includes/images/crystal/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SI0An','L%XO+Aa!S\\܉&','',0,'?'),('͗~qyL*>','wp-includes/blocks/block/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠE֝ v0','?`{W e6W,\'=B9','',0,'?'),('HdoC Z','wp-includes/sitemaps/class-wp-sitemaps-index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&a15b}1','kZ`*5Yu…WB-4Y?{̯','',0,'?'),('\"\rJ\04\'i','wp-admin/js/password-strength-meter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʃD)an','`)CELdX\\&F-V7+1SA','',0,'?'),('\'haU\Zq`ug','wp-includes/blocks/navigation-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')\\AQm!fwf','+-ouQPpq*?E-w3~','',0,'?'),('\\AV*籿','wp-includes/js/jquery/ui/slider.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q7ɥ&{X','i앒hZ4hT/;h0I','',0,'?'),('cnxԺ|','wp-includes/class-walker-category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>̈\n r$< )','VQsxKINy{xTA) %֖','',0,'?'),('nNd','wp-includes/js/hoverintent-js.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p.`u76?','Y!:\nAː ګZg,=|','',0,'?'),('O>Pw^YX','wp-includes/blocks/post-template/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nV>B','գJ?Lja]^ޓ RV%e.','',0,'?'),('&/dbdq2/','wp-admin/includes/class-wp-community-events.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3\0-Q}/YF\0','x?\"K5ag{p̬yˌF2','',0,'?'),('\0]avCY','wp-includes/class-wp-walker.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B|M&T\r)i','-\n,CO1Og7\0','',0,'?'),('NVԱ zZ','wp-includes/js/jquery/ui/effect-shake.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SEU@d,;[Xк','iH7^(jꫝD','',0,'?'),('z\03hd*','wp-includes/blocks/post-template/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R(\r|/','+/2Grl%Š򷜄}P0V 5','',0,'?'),(') _J','wp-includes/js/media-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0CQX}\nŮQ@M','3;i,zö#5C5\n4,X a ','',0,'?'),('=[:\r&FE','wp-includes/blocks/video/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\)\nH٣','@|G7hfAٰ98~0Ț','',0,'?'),('?϶^7:y','wp-includes/blocks/paragraph/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(:tMe&>','ʟωPXwP\0ޤoplҶ','',0,'?'),('L}b&۵b','wp-includes/blocks/separator/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h RmyL:','DkL?@Ά\"2j62A','',0,'?'),('`&锥~K3/d','wp-admin/css/login.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|\n06s \Z','ǬĶ*Z/7U(wz;dG!','',0,'?'),('~L*,<:','wp-admin/includes/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YĘ ','O nuO\nd7K[\"}7\'p``','',0,'?'),('Sx4@owN','wp-admin/js/widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v[jB4L!','0RiJ,PXy *Ri!','',0,'?'),('ڤ& MKQo?','wp-admin/images/freedom-2.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Dw8','H_Y:\"80o_6\\&ZYY','',0,'?'),(':m[ݢ:#','wp-includes/l10n.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V)ϓ#.lf','9\"x}lTa4 ^b[n','',0,'?'),('I\\jxg','wp-admin/images/date-button-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','‹?a09JQ\Z','*Q _(G:*ηd.','',0,'?'),(']PJQƀ6o֢;','wp-includes/Requests/Exception/HTTP/428.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?<^G\"0c!','COW% tߏY|&0VŒ\\','',0,'?'),(' ;i0J~','wp-includes/blocks/columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\rkf#-i','[\'טݻ^p)* 3%1٘%','',0,'?'),('j7r[,Z','wp-admin/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MHwXf3Ҟ','ķT,#R-Dv#8t[\Z?v_','',0,'?'),(' 4B\07qoBo6','wp-includes/blocks/rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zPٙ{q61p','',0,'?'),('\Zlm@','wp-includes/customize/class-wp-customize-date-time-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k\",w%ю','$b\"=ZO}4<\nGH9','',0,'?'),('D8hFޛBViR','wp-admin/css/colors/blue/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nLr^c:S','D7=(,QYyM=fԦLK','',0,'?'),('L,\Z\"\0Cʡ8y','wp-includes/js/dist/primitives.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yJ ߮RwR','(IK*Uiy@X`k\\ί$y*|','',0,'?'),('j׻q.*;2','wp-admin/css/colors/sunrise/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^ɭ`b~ ','ɊEuTfxNˣ\r3R','',0,'?'),('wesi`P@߹','wp-includes/theme-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f֨tCsaFV','KD4͇c^N #[!\0,','',0,'?'),('rW3᥾V','wp-admin/css/color-picker-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~pEScV','<=\0[Z\n2|닢\0?6','',0,'?'),(':X2M~','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','24vLhN!2|','3iA( pGDڔ','',0,'?'),('L8\\ݼ+','wp-admin/images/imgedit-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',\'6Ut','?؎).l%<(_ 6`^c7','',0,'?'),('p۞2N<:Z7r','wp-includes/js/tw-sack.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9>','{n]\0ֈn\r<w˷X):','',0,'?'),('u)8FG9C(','wp-includes/js/wp-ajax-response.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v=gF/','Ep#+娐\"Ȣ܅ se%;','',0,'?'),('cO@/lM','wp-includes/blocks/separator/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X.4 X6hb{','+]pK\nO>,*~ܧ]m_P\']','',0,'?'),('Clo','wp-admin/nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Ag}ܲ0','atZnɫ!&h/^vԯ;\0v','',0,'?'),('[s&iu) n ','wp-includes/blocks/video/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>h\'ǰ7/i ','9QHjjHby~h)cзB4 ','',0,'?'),('-i>bs 1','wp-includes/js/jquery/ui/resizable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pU/fnqX~','ra}j%[=4sN&&46X/:f,','',0,'?'),('c ȵE9jz[','wp-includes/blocks/code/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SŐ\nLbo','= 綯t I','',0,'?'),('w7v+q1\Z','wp-includes/blocks/list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Aw̟іX19','GQRy_IER[X=SY\"','',0,'?'),('4r%j','wp-includes/SimplePie/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*ʙZ\0(hKHR','8 ^VcÌ?ossS','',0,'?'),(' UNEAgt','wp-includes/js/customize-selective-refresh.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uP岉0x\Z','q˖jZC~,]C','',0,'?'),(')t\r,Jڼ','wp-admin/options-permalink.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']30bNұxIC',' H4er 2P7','',0,'?'),('?DŽ:\nX','wp-includes/customize/class-wp-customize-theme-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w%jw\0*','jth%-!ŠQJY\Zφ߃zxB','',0,'?'),('\Z) %iyδ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}+#z,erEJ-','sfq@8!yW&ڔA+/uY44G','',0,'?'),('Rrr(ȟP','wp-includes/blocks/media-text/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k&*60','dz˝Gt1(2o)F','',0,'?'),('Wly:\0Vn`d\0','wp-includes/js/tinymce/plugins/wpview/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\rb!',',`itڎTmlks\r=','',0,'?'),('[Y[jLjG','wp-includes/blocks/search/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}kIKp ','桍vqRu#Ǒ\Z㫠bJ6)\0p_','',0,'?'),('h8ʯn- *','wp-includes/blocks/buttons/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I.W29D#p','OeK)=]HmHe@1H1','',0,'?'),('9>7 ','wp-includes/blocks/site-logo/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rbz2ZZO','onP7kԑkh᮴|@KR{ACۭ*','',0,'?'),(',4#(# ','wp-signup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zo[;\0⺟-w/','\"dދ\"vK;޶MP͠','',0,'?'),(')PeD s','wp-includes/blocks/group/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IW@GB!?','YTl$fu|Obم #놊)','',0,'?'),('\\{ԙUV','wp-includes/blocks/navigation-link/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pY~bDqL','C*l)FV^bv_Jx\Z[','',0,'?'),('y7MA@','wp-includes/widgets/class-wp-widget-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_!uG(R-Tr١','dnrz/:dj\0\'<o͒4B:','',0,'?'),('_)0d|6_;n','wp-includes/js/dist/rich-text.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u5ܜbt`?','8qX\n/iF3>','',0,'?'),('= \\vVx','wp-includes/blocks/rss/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e- \nثYk{z',' 6/}mz\'hS4 ^8|,m','',0,'?'),(':jBq<','',0,'?'),('TBO>v2}Ea','wp-includes/SimplePie/Locator.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ږ_}3',' #L& $FΪK#\"`ԈMCWd','',0,'?'),('Ȓ\"N=L.U','wp-includes/blocks/more/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5B:\Z .+=w','H4κ -Uye=T\\','',0,'?'),('ϝ6=̍','wp-includes/blocks/post-excerpt/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0)\0Ь/o','F+hpaqÉFbA3i<','',0,'?'),('WMF`3$','wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2CECZ6e','\\W.£;\\ K[zHEI8 A','',0,'?'),('*7\r?','wp-includes/class-requests.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nLjdBS;S?','D;U\\Q&GUκ\rp-','',0,'?'),('sy%#r=','wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4~aD1','g;uRyr5L ,I@Aٖl','',0,'?'),('Fe}(','wp-includes/js/jquery/ui/dialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+?;oX',';zʕ$acazxf\\|3r$','',0,'?'),('i1E~NIA͔','wp-includes/Requests/Cookie/Jar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y65D','5tiktj3\rhvacJ\r','',0,'?'),('}/ pS','wp-includes/blocks/page-list/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\lҟ[v','^B~XwbH0~O','',0,'?'),('N3M\nS0j','wp-includes/js/dist/block-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W( .','\r ծ+#O`1*','',0,'?'),('x(ťܺ.Շ','wp-includes/class-wp-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9]KUJW*h=','4\ZQuA^ءj򬪎$M0\0','',0,'?'),('ԒAr^','wp-includes/js/wp-custom-header.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C@$ҷSE#','\"y䓧}^Hz %Zу','',0,'?'),('za>`cS/\"؇$v','ky}rC\"Q} 3i$>V ','',0,'?'),(',‚=9h6K','wp-includes/js/jquery/ui/draggable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eh-6\"E,Q','S洏[͈J5>czu\'hA','',0,'?'),('>/ᡇ_','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l([qאD#','\\sٶhb2.;m`Fr^&H-w yV~','',0,'?'),('&UX\rL4{','wp-includes/js/utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t0`ߣMVi`','js@Vnavt\'ȀD,݆T;','',0,'?'),('\Z ֧\\\Zhi','wp-includes/js/dist/blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڈDɩXK[nZ',';~E;Lbϕ`)v,7\"#9=j','',0,'?'),('\Z)qtsCI9','wp-includes/functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!: S uw','~f& `ĪmZ~','',0,'?'),('\Zy8R#Oy','wp-admin/css/nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VT$#%E','+8ЩnmR,ct\'jGU','',0,'?'),('\Z\Z:\\RfP~3','wp-includes/class-wp-metadata-lazyloader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I^P;$+\"','^2)E>X4:U&߳;!e','',0,'?'),('\ZUEs(#Ep','wp-includes/images/smilies/icon_mrgreen.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$_uX|I%~$','!BI1mV-|јX5D8h','',0,'?'),('\Z/̓T%g4','wp-includes/js/jquery/ui/effect-drop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*+\'ݖ%','|Ϡb -1ӏ-F','',0,'?'),('&͂|d8','wp-includes/blocks/pattern.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' av\".%T','~\rXIRFAY]Aoab3','',0,'?'),('-c<@VsZ','wp-includes/js/api-request.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9߿G7p6{g','d6Q\\f:G`j1V ','',0,'?'),('_z9݀D:','wp-includes/blocks/media-text/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d \'\0\\:W_',' \\A\ZMi7 iҶs{y@+T','',0,'?'),('y!\0pZ[A','wp-includes/js/mediaelement/mediaelement-and-player.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','miz+*;)E','-5(:oQ[̪\\\nm~CP','',0,'?'),('EȖqȊ?2H','wp-includes/js/dist/api-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yQHRP',':Gh;_2pQS Qm)','',0,'?'),('5pުm\Z','wp-includes/blocks/separator/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DJoA','\"w u{[H6Wο','',0,'?'),('ֻE\n<B[,','wp-includes/class-wp-ajax-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6)Q\"Sσt.H','[$gnM!^\\9tt>Z','',0,'?'),(' mn9F6','wp-admin/css/admin-menu-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0omL#}Lc',' >ێY3H)&9ln.8(5','',0,'?'),(')M^ûoz','wp-admin/images/loading.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@לx>c¢','<\0ЅҩهqU%G7r\\*2J','',0,'?'),('4%IHOʰL','wp-includes/css/media-views.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N?5e(e=<9','4}-LkEұ&{xV oZ+t8~)>','',0,'?'),('C/;)ّo','wp-admin/js/comment.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'v\\t\'ӵ','ku0\\V{0wZN%Y-)^`','',0,'?'),('H~\nx|','wp-includes/js/dist/token-list.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ByRt.y%U','5\rA[G`2V0 Vܢg\0a>#Ҷ','',0,'?'),('TgslFʞLy','wp-admin/js/set-post-thumbnail.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1PNH9e @I','e}#nqJ rJQUF','',0,'?'),('=b6hst','wp-admin/ms-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1R] lI!#_J','7EH PuZbG','',0,'?'),('IUzYWg!g','wp-includes/blocks/latest-comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r \"','>A?<;qnRY( ZL','',0,'?'),('^u[p}`BW1','wp-includes/blocks/table/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uR<]','rVP%=w\ZJ?>ww#߸SN','',0,'?'),('ƍp=Z\0S_$','wp-includes/blocks/cover/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U $8QO\rּAop',' !Zt4NChHە\'N?','',0,'?'),('k0Ba`','wp-includes/customize/class-wp-customize-nav-menu-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' .W*8zm/=*,','B_G*v\\~fI󛦖\r=','',0,'?'),('ܟҿB∶','wp-includes/js/dist/media-utils.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^oPU.E1e_\"','Q֭]z=Y^!ucfy/v`bE)','',0,'?'),('\nO_;]/^ ','wp-includes/images/down_arrow.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V~oYnG~_u','h8ɧpu{9J','',0,'?'),('G_bc.,]&','wp-admin/js/image-edit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#0֟]ѡ\r3','[si$!߼ƍ:o\n:G E=','',0,'?'),('Kv$TMR=','wp-includes/css/dist/edit-post/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(zZyV{6!f',']w\Z0`\Zj`,','',0,'?'),('fMx +9U','wp-admin/js/customize-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oj|tֻuiB\"Y','`צnGpkI~\ZKI\" 5\"f*','',0,'?'),('&𐯧o]3+g','wp-includes/blocks/post-terms/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tkCwy?Aa','J5Dj$Уm[U8Xa\Z','',0,'?'),('%\\MA','wp-admin/images/wordpress-logo-white.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qPC-SP D','e4E?&DsAʬ;)@Xɒ','',0,'?'),('=}C iHT','wp-admin/network/profile.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E3@%c ','\\H.77QtUwݰAK,$A!Lz','',0,'?'),('g+,c','wp-includes/block-supports/colors.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&y-','κ΋$YiL_fJDEKp. @','',0,'?'),('gI!٭_','wp-includes/ms-blogs.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YYw_s簃@ D Em','~ۃG,,?0vfUӧNiK','',0,'?'),('tDXm\0#(','wp-includes/customize/class-wp-customize-nav-menu-locations-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D]σ2+fX','Ѵghmsꄑ-vmQIj\Z]sQT9m','',0,'?'),(']/~qXŎE','wp-includes/js/jquery/ui/button.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZYn֞ {>d','q|nWA15p;8׋kiVnAXc','',0,'?'),('R\\&T |`','wp-includes/class-wp-user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~rs\\RlzD|g','\n${ZV \n\'y|ϛVq᭪','',0,'?'),('ynm;/UsK ','wp-includes/css/wp-embed-template-ie.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7{WPL{HI','\\aWq1+ЯoLY\0„K%<','',0,'?'),('|&;rLs5','wp-admin/includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jU2񎆷 ','yԪ٪>tPnΞX!\'˕?AE','',0,'?'),('Ye.0s','wp-admin/includes/class-wp-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')x&݃ReɃvd','~лfH־KpA>Zq{F','',0,'?'),(',d$\\Zޟ^Wu','wp-includes/blocks/buttons/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z9B\"7 >d','97\nѱJOçhAa-&h\r','',0,'?'),('\'-p- f','wp-admin/css/l10n-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xmǏ|sA',']%FL\nILlf426G\'','',0,'?'),('0wc`78M','wp-includes/blocks/gallery/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2yГL+5 ','zW&Gb`xpd','',0,'?'),('A񟧶f*k','wp-includes/blocks/navigation/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jjr7Nj D^A5\r','',0,'?'),('{Y\\z錿}c','wp-includes/images/smilies/rolleyes.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' O2Ofݣi','fK)\nd!]\r)\\}זl^','',0,'?'),('?\0l.','wp-includes/class-wp-application-passwords.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ɉn}i.uĝ','aJB҆/\'7͙mbށ?\"C','',0,'?'),('oRb','wp-includes/js/dist/url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']>3Ӧ\rю','k Wo)XaF4lgR','wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gZ 8Z','y qkj|gY{','',0,'?'),(' zz{LH','wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^\"3R0','zm1xJ gЬxssIѻ˸2','',0,'?'),(' \r$ Q^C(','wp-includes/Requests/Exception/HTTP/505.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Y{Q [','⭛ i{PA͆kdM\n','',0,'?'),(' c̫)I\np,͑','wp-includes/css/jquery-ui-dialog-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xs!U,U','Y 40@>Wb5!4 ','',0,'?'),(' t4${SE','wp-includes/blocks/categories/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n?BwHϓb','1; \nol\rK~qR@\"ֿ\'y:=[','',0,'?'),('! o\rAv7e','wp-admin/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hq\rE7\n',';$x/y6}r*I:(|TOe+p\Z%I','',0,'?'),('!1b݅9*\\','wp-admin/admin-footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZC\0Ol$','sTlEeBhv:g%k07k=&!','',0,'?'),('!_輵p3pnL','wp-includes/images/smilies/icon_eek.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/I x)(\"','8K҇4!:ʰ','',0,'?'),('!|(yW*1Oo2Cu','wp-includes/js/wp-api.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@BYfbb2lз','N_R\"T%icő 2&H','',0,'?'),('! xx+![(','wp-includes/js/dist/list-reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p˝bnSM˸N/','DC#oQ/H#U~','',0,'?'),('!w<A\n@O','wp-includes/js/dist/hooks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y5ں/|','aKC`d\rJ{HGtPKd*','',0,'?'),('!>NNٌ','wp-includes/blocks/file/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@)bt uuk','f):19I<\rU\n_!kv|QC^','',0,'?'),('!\')qM*Xc','wp-includes/blocks/embed/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dbzDh򻹞','FlޭkZHz5xz,u\n*1X\r߽t','',0,'?'),('!R pnLwm7','wp-includes/js/tinymce/plugins/lists/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')r?NぼIq\'','%=rdv\nizxu)3p','',0,'?'),('!ہIǵ`8t','wp-includes/js/dist/keyboard-shortcuts.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^5SzT','DG<YQfB]y]OC9ŠElj','',0,'?'),('!>лӊ^[U}','wp-includes/js/dist/data-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';~%L>`1P','Ir1ʐj?g\n','',0,'?'),('!Y0-z1dm>','wp-admin/js/plugin-install.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4DoFlz','^EXDovorWxY\Z','',0,'?'),('\"\n4jSË','wp-includes/blocks/spacer/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','skk3zU)','u2Tz\"-g&]Vj$O>','',0,'?'),('\"Etys\Z|g','wp-includes/js/tinymce/plugins/wptextpattern/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E -No','LI‘™Yow)4!:;?','',0,'?'),('\"\r↻7l~˝A','wp-includes/blocks/text-columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$6Eɫ8y','\\{1EH=F\'ֱL=t0X','',0,'?'),('\"(}Gr 0V(','wp-admin/ms-options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~<bs\'+\ZQ','qJR_+VC%~d35kx','',0,'?'),('\"8A\n=ᇼfp5','wp-includes/theme-compat/embed-404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7[R+SA-\Za*e','}pN\0K6%),o`)1\08','',0,'?'),('\"IFn@a}9','wp-admin/includes/class-wp-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o6n+66n','\\AYQۂ| ?X n\ZP3L','',0,'?'),('\"NMkVO','wp-includes/js/dist/data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'uil㗵K','uMdPd/cә+&63i','',0,'?'),('\"q K6A !','wp-includes/css/dist/reusable-blocks/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk-Q6UJӁ','ѹQ!!TZk0\\','',0,'?'),('\"K6^4V}','wp-includes/blocks/spacer/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eBĒi𣨷','8yNnm\\ڌ4b/d*}H','',0,'?'),('\"b9e|_','wp-includes/feed-atom-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\I6bJi\"m','+.40Ig(b}yтKkb5','',0,'?'),('\"ۯ67?','wp-includes/blocks/site-title/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{()JR\\','y]3;ZvD(&|7cz\'','',0,'?'),('\"u>17','wp-includes/class-pop3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~kX_','*,\\dW̅\Z)`9NQ@J5h&G','',0,'?'),('\"6\r +K{\Z!a','wp-admin/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ێrY8εsQ','.qv6\n4߰ 6s,Q#','',0,'?'),('\"wh','wp-admin/includes/class-automatic-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9C|','v\Z K\'Em\"ja;u.6}','',0,'?'),('\"0\0L\'M ','wp-includes/sodium_compat/src/Core32/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95ef#ϝ','i\rC\"Գ \r48cS','',0,'?'),('\"DZ~\0|3','wp-includes/blocks/query/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jMhWQ','wyBGZTѼ@ےp><0','',0,'?'),('\"J2\rߤ-H&','wp-includes/js/dist/date.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HG`]cM','G>v{(Rt\Z>7#','',0,'?'),('#Dń5%','wp-includes/class-wp-hook.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3^h7P,',')Ҵ^W U!h r@rs=\n','',0,'?'),('#yt($NTt','wp-includes/Requests/Proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r|P4&.|','%Mu#g]zmܦ8u','',0,'?'),('#\\M@0T','wp-includes/blocks/post-excerpt/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qj)O=SR','oC l\'6IJj2\'\Zl\'\n}{','',0,'?'),('#iUfzhJF','wp-includes/sodium_compat/autoload-php7.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n4','-r*H^ODC9McJ\Z+UL1f+g','',0,'?'),('$C/9','wp-includes/class-wp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w\Z=Y!]_c','IDUَp-kYQ(~6N','',0,'?'),('$^6bH^*','wp-admin/options-privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' s\Zu','SXe|Eqv0|bv ','ܟjpeMN?aXi+!S2','',0,'?'),('%igcaW!q','wp-includes/blocks/cover/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TEZ}E5D','U$Q;́۫qǩ#','',0,'?'),('%9\\ދ ','wp-admin/includes/class-wp-site-health-auto-updates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VQqc:Mk]','#I)oUQi1pivDWJH*','',0,'?'),('%|-X2`JV','wp-admin/images/about-texture.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G|Z|2rF','v\Z| 7-\Z-A}0\\E\0\Z*0','',0,'?'),('% 8^VYHSK%YnY','W8JR\\D\'\0nt\ZaNd$S','',0,'?'),('&*dĆָ H5','wp-admin/images/align-center.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \Zݶ4ydY1e','놽N3X!ljh`hA]J','',0,'?'),('&=\Z+t\"/k\'\n','wp-includes/js/jquery/jquery.form.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tj̘/o','2tvv|oi=x||','',0,'?'),('&ee\n3KvZ','wp-admin/ms-delete-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\ZuE66&\ro','*MoxULGҟxnb\0<2u','',0,'?'),('&k\0v_fcbv','wp-includes/js/dist/format-library.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w2 #`7Tfc| ','BR]g(8sAֆ9 b+d','',0,'?'),('&sRX<','wp-includes/blocks/separator/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^xr;','A:ڭ򮌵#Lu=B{EHM^(3','wp-admin/upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v\\ (1R.6q','Th޺UPƕt,0U/Lspׯ\n\0','',0,'?'),('&~*mE+nX%;[O','wp-includes/css/dist/block-library/common-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{۬5snv5k2`','Լg#^\' t밦\nTn1lUrk','',0,'?'),('&DQRw]','wp-includes/sodium_compat/src/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-rjiIأeb','bE&q*','',0,'?'),('&Rw?~jhJD','wp-includes/Text/Diff/Renderer/inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nn5PB\'','XU.k⻺@-(5 NV','',0,'?'),('&]0W\n)=','wp-includes/js/tinymce/plugins/directionality/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ErHDD3@','œӺ#&2Z\'K(*','',0,'?'),('\'Mw񑍷\rKj','wp-admin/includes/class-wp-site-icon.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W~0dy','_ 9%7N׌[\"m;Xi:RGx^q]','',0,'?'),('\'g|͹\"jݹ2','wp-includes/js/jquery/ui/effect-transfer.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#c\"YѨ3+7','un ?/ERNU%>UaNy@','',0,'?'),('(g%\04l>','wp-includes/js/jquery/jquery.schedule.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Tkf؞','?vEʔwjCP՝_','',0,'?'),('(00k9YA\Z','wp-includes/blocks/preformatted/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9,Grpi_','cSnmqr:hNeW{(wD~n\'+','',0,'?'),('(?>SN揚&','wp-includes/images/media/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-IBh@b',':oLJDj$->i\'6n֠Ui','',0,'?'),('(WQ=3yb6','wp-includes/cache-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Iq_P$ӄ',']4\'9wEJJ\rnh','',0,'?'),('([dBQ','wp-admin/js/updates.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؔy8w {','{ʼnU\ZlY(j!Y\r{ y','',0,'?'),('(lօ+%mGI@','wp-includes/blocks/rss/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','եBvTE|(','UZ̫X2/x\"UUKT<.','',0,'?'),('(~6vqV0{\"','wp-includes/ID3/readme.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0Dٖ(:!','\r bߝT.*ύV W','',0,'?'),('(v|T— ¥','wp-admin/includes/screen.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N6\'8;ڇ믍V1','oYH4 lY1YGHtmSZ/)\" ','',0,'?'),('(QNEy:B','wp-admin/images/about-header-privacy.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W&;,I','_\09zQT.oxlIޝʄC','',0,'?'),('( Tk|ksT','wp-includes/blocks/post-author/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǩ&h.20#','|wahV=ǣ\\m M+T\Z, ','',0,'?'),('(Y\'^kz!q','wp-includes/js/dist/block-directory.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w@ÏO^',']+;0y&@aI\r9G-\r','',0,'?'),('(Օ)(pwBl','wp-includes/js/dist/list-reusable-blocks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n]mt,:]','9 i B\ZeyܾgG\ZM$%Pʇ','',0,'?'),('(LS[Wl#','wp-includes/sodium_compat/src/Core32/Int64.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mS,\\','U!6/Ucqn@+','',0,'?'),('(s3TNo(','wp-admin/images/freedom-1.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XOw^Ȃe/e','Rz6=y_6RjlT','',0,'?'),('(^3N3','wp-includes/wp-diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' -x','',0,'?'),(')|{4+]X(','wp-includes/Requests/Exception/HTTP/411.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#ןЫE*3','U^9p& `nM{ nL','',0,'?'),(')\'hL휞\rЀ^','wp-includes/blocks/page-list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%YR\0ac!=','*?uSNo#d+Ā0','',0,'?'),(')FTjCJcG','wp-includes/blocks/image/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_J2q>','۵?l΀)3\nj_|nia','',0,'?'),('){jW-_Q=?GlҢ','wp-includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ;vpH\'Wx\Zp','{mLx)_G*7.^6nX','',0,'?'),(')3\rr-ty','wp-includes/blocks/media-text/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\'!f*','*xJ\"t\r^K$U09ZиCru','',0,'?'),(')警QQ/Y9','wp-includes/blocks/page-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' c1.lK','jK9>h~\0Ȫg_./_wJ\rF\n','',0,'?'),(')I\nΆVq{','wp-admin/authorize-application.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']tj\\$xŦ𮁺&w','c}\\fCIC`','',0,'?'),(')`f,u4','wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X D2%l#b/W','ջR\0\0 iH//w\0','',0,'?'),('* aF4uvU','wp-admin/images/menu-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JZ YsePض','',0,'?'),('*TǚqG6RH','wp-includes/blocks/site-logo/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e{m@','nf؅B}s%avr2wm6','',0,'?'),('*V.XZ_C[AԀC3','wp-includes/js/dist/keycodes.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')D\rR~Ӭ*','Ϋ˲9 V5\\g`A3','',0,'?'),('*\\Tҝ)%]yiD+','wp-includes/Requests/Exception/HTTP/402.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͈ϚW:lq~','gNQ / y5θc','',0,'?'),('**W852~','wp-includes/css/dist/reusable-blocks/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށgkyȽimV','F4B@RjוN΄SH7','',0,'?'),('*-3uE[O#','wp-includes/images/down_arrow-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']Mf','w\0qpq5T#\\','',0,'?'),('*Lm&&2\nb','wp-includes/js/tinymce/utils/form_utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lUTLi','vLus<*rWҪ .\0|Rg','',0,'?'),('*`Uz]\"L%1','wp-includes/sodium_compat/src/Core32/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Dzxǂ',',E{0/maXi ','',0,'?'),('*&C:[r9N','wp-includes/sodium_compat/src/Core/Base64/Common.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pefi\'jW','6UmЖ%?MSA^=X|U','',0,'?'),('*\Z07ѥ1Oَ8','wp-includes/js/json2.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s{N|EO0','q3.. j G\\RnݼI/T-','',0,'?'),('+(-V&S_2X7f','wp-includes/blocks/paragraph/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&[\\F:ηJvC','# 3=be@\"\"IW:i.(Vo','',0,'?'),('+9[BUE e','wp-admin/js/updates.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>0*O.',' mvEz{h\r=8dZuke','',0,'?'),('+G*#f','wp-admin/network/site-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j<~r:AmEZ 4',',V c{6Rټ^|vO*һ','',0,'?'),('+t%R?','wp-admin/network/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B+KVe=','WNhK2ZFW\r0 8J5','',0,'?'),('+bI=qY','wp-includes/blocks/freeform/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^[%0G','\r.ZEh(:0B$uF ','',0,'?'),(',< ?C]0 A','wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͶU裦h','ehӧ&έA3+WTh\n\Z)?','',0,'?'),(',IpUwbA@#','wp-includes/blocks/spacer/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' SUy7\ri\rEu!JR','',0,'?'),(',]\'N%ݑUeT)','wp-includes/js/dist/annotations.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W;J\"> ','ɝ7,OăP+','L᨞7d\0JP_OR','',0,'?'),('-kdϯXw\\7','wp-includes/admin-bar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZK # B{7','d6\r므WE6aV5q','',0,'?'),('-)75y8cWv','wp-admin/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3r&HYhLs',']f_;\'Xu>[SIMA','',0,'?'),('-_+Y nS','wp-includes/js/jquery/ui/tooltip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BmƘj ','eT?@\n#mx95Yhr;OJ0','',0,'?'),('-f4]#\"ul','wp-admin/css/colors/light/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L1#K y஧','n{QcM>& =-[p ','',0,'?'),('-藂Y{]ns','wp-includes/css/wp-pointer.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Kh:]w\\cUK','AMj%Uuք\"Zvl=(nH','',0,'?'),('. \0_oE]A_0PJ','wp-includes/js/tinymce/plugins/wpautoresize/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K.Aj_mr#i','\'Cb\"B\\NN*r&.XJ','',0,'?'),('.IhU3+B\Z','wp-includes/images/admin-bar-sprite-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q 8o','*ETsal^pXZ\0','',0,'?'),('.k;wq','wp-includes/blocks/post-author/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-NجY#E','S!\0ljlib-{r8ڨ\r|Bc','',0,'?'),('.xϮ7_','wp-includes/js/mediaelement/mediaelement-and-player.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \"\n-ۤY','$9~=:ZFm}A5ks V# *','',0,'?'),('.=$.6(','wp-includes/blocks/button/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>iPt6*!','L\"gL~?GD *\rht','wp-includes/js/dist/autop.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YE׶OF؄','J ^ ,ulr&YvN!','',0,'?'),('/<ا^ɼf}\"$','wp-includes/images/media/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v48Αy6d','ø`f I$ _ZX\"0\r,','',0,'?'),('/}㦿L;?w\\','wp-includes/Requests/Exception/HTTP/401.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.oXNR','YV$/@=V-dc','',0,'?'),('/sC4','wp-admin/network/setup.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' wTA;}Ad','韌\'MN+ƺRg','',0,'?'),('/鹠ΰ1iw','wp-includes/images/uploader-icons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&-OÕ~','r\0\'_>6QW4ڠR','',0,'?'),('/fPj>X','wp-includes/sitemaps/class-wp-sitemaps-renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V}dTܧC\"º',':iK,c}i1d4lc2Œ2','',0,'?'),('/5SQU۶v+','wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{EV\\P','@V]TmL0r=բP]','',0,'?'),('0<lڿJ','wp-includes/js/wp-backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K/7b','9J7AGuq!@/nS]lZկ','\'ۚc覯z+*S8\" [귲;','',0,'?'),('0$X8FnŃk','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Մ;vD$:~ƌƗ','\r|+ mAIO<(N\rg','',0,'?'),('1s)6ӶCΗ','wp-admin/user/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T^1A|','Y%մ9N?\\v\\aM~݋ ','',0,'?'),('1pa`H0ߢe','wp-includes/js/dist/url.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Eпʋ)$HN','\"~Ɇ.i%۷jΓ?0<5','',0,'?'),('1БY4I^p','wp-includes/sodium_compat/LICENSE',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`q82G.Ec\'άsҭR:','',0,'?'),('2^(ʭ-^x','wp-includes/SimplePie/Enclosure.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\'Gko','Z:\r}nZ`tj!Ll {bg','',0,'?'),('3+z.6Q~]y[','wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#R?\"`$`','! n‚śU7B5 gr 1*;R','',0,'?'),('3h \"I+[ E','wp-includes/js/clipboard.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G]nmasī','o~S$ Lޮ\'2lr','',0,'?'),('3koW5 k[mq','wp-admin/includes/continents-cities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pg\Z*Z\0H4|','r}\nwuZ2}KX/','',0,'?'),('3p\\8lDq','wp-includes/sodium_compat/namespaced/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';*kLwB d=','ec[dM?H|KY\04@ QA:FF ','',0,'?'),('3z\'OvJ& ','wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M=b4s',' ӛl?=Lyщ4m`1X','',0,'?'),('3\'RKBf','wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QO1/<>%\"X','6r*IY\0C9<Jږ J*xD','',0,'?'),('3fQ3h5[W<','wp-includes/Text/Diff/Renderer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' C0Y7O@GS','EWj+\\=}.1\r|','',0,'?'),('3औO5( ','wp-includes/theme.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f5lj\0f ','?h͇ XUPO|H$1','',0,'?'),('431@*r8','wp-includes/sodium_compat/namespaced/Core/Curve25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','śL\\PڜU','c>5o𽃐_T9L~;e7','',0,'?'),('48Vt+^X','wp-includes/pomo/mo.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ց=T,','h257ּhm\Z0d','',0,'?'),('4AIn097c`','wp-includes/js/tinymce/utils/validate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CL 1?o+;{Y','kH;\0kCs \'K#45+eE|0','',0,'?'),('4a[I}Hm)','wp-admin/css/deprecated-media.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>yZJYn>','t2nP:5$O3\r','',0,'?'),('4qEyVS/o}','wp-includes/blocks/tag-cloud/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uomBp\ZD','p9/PaƅQDbދIǺ6\\4\0!','',0,'?'),('4ڂL$,K[u','xmlrpc.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A8\nP*a|/ٳK','XdBc\02Ýcg','',0,'?'),('54ZʗHJ','wp-includes/blocks/rss/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0^<ڸF9gոɭ','l:a+2\0M1һu%^M0','',0,'?'),('5? y<2','wp-admin/css/dashboard-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MNo\0{L','c)}2 ڢRd^C+бK}4U}','',0,'?'),('5.=d)ۮv','wp-admin/css/colors/blue/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','igﵷ?y',']${N\Z̼g;:j8','',0,'?'),('5C)\nWu꽝/FcK','wp-includes/js/plupload/wp-plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bi^̹$x9}z','3}ʞi8]`Q ଧ%6','',0,'?'),('5S{TƁe/','wp-includes/class-walker-page.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MVGBϒso','\"F|a{Vk.(n|mf{','',0,'?'),('5ZSμv`69','wp-includes/version.php',0,'c:ҁY/@','c:ҁY/@','1`U\0Xa emsy?KO瀖;$lE','',0,'?'),('5\\h> w  N','wp-includes/registration.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SD 31','ՙvF٫PB8.8','',0,'?'),('5`]\\ͭi\0\ZJT','wp-includes/class-wp-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n:3','\n=XFޙV_ 67j\n4p','',0,'?'),('592^%<','wp-admin/edit-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l)gh3\Z`޹}','1peB͡vŋVVtb$_','',0,'?'),('6X/HL','wp-includes/js/mediaelement/wp-playlist.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xl\"o','/=àBAo&I1]k~N','',0,'?'),('6;I(Hm%f','wp-admin/css/farbtastic-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7\n){','T=Y#[vrHiaR','',0,'?'),('6]jvWk\r3-','wp-admin/load-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8|=]gY[\0M','%`ĸX&IJǼ=~~bF]FSDR','',0,'?'),('6ƌC+','wp-includes/sitemaps/providers/class-wp-sitemaps-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_{چ%Jm׉','Fpd3\"nƩ Yb','',0,'?'),('6lLX/H3X=E','wp-includes/blocks/template-part/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s|ۿ2','æVcU%\'~','',0,'?'),('6̠,_qu','wp-admin/includes/class-wp-filesystem-ftpext.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^xTSUeۘev{-','ؤWzD?wD\n7e','',0,'?'),('6٨ :{^D','wp-includes/js/jquery/ui/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ca=;','rTޑ6_k de/30hsP','',0,'?'),('7oj@J Cȿ','wp-includes/blocks/site-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t=t;e0p?N_','\r|vc([hi=\r`%| yS','',0,'?'),('7|oOUz\0Ef','wp-admin/network/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L;G_bu\'\\','v,I/L^ww\ZX12yTɣI~','',0,'?'),('7%Wy~׹P?x','wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lzV6`wmZBs ','\r 8&J34бǽ','',0,'?'),('7o^l:B ','wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Iݶ3S','!MڒޫDwwe(!=ިd,GW','',0,'?'),('7@r5 ','wp-includes/blocks/gallery/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^_cq VQ㹯V','#O ebi3TM\"H;`Vz','',0,'?'),('7c¢)Seb','wp-includes/js/jquery/ui/menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƚ׳\0yWI2P','R7UIRQbS5%`U:','',0,'?'),('7Y|7^\ZVq ','wp-includes/blocks/site-logo/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vwe`|My\n ','9;.E:X=U\"?Dz(}{_a','',0,'?'),('7kXfXmS','wp-includes/js/dist/vendor/wp-polyfill-fetch.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sn7z4fM,','eb2w\'+M1x?r&>','',0,'?'),('72_RD;n','wp-includes/blocks/block/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ꆴ\n\'n:WrW','qF)\09BYS5=(','',0,'?'),('8=Ia%k~','wp-admin/js/editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y e',': z=:&%@x? ScS','',0,'?'),('8P֧\ZHGE}8','wp-includes/Requests/Exception/HTTP/306.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WszuNPjXu','4UQ\r1#_fH*Idl','',0,'?'),('8W8ƨrdZ9','wp-includes/blocks/navigation-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k4`Ƹ[}','-fsw\Zc\' 3.`U','',0,'?'),('8> \n!H','wp-includes/blocks/navigation-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','  fז!','7/\\Kx!\"NYsYK~2b\0','',0,'?'),('8R6DHq-{:`','wp-admin/includes/translation-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>DglM','',0,'?'),('9\r5\'X>?','wp-includes/js/customize-preview-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y}xc&','(]PUP\'L2n\Z\n','',0,'?'),('9ψ[1d{@','wp-includes/class.wp-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@sEc~>I+%','|Ϲ!`V?j&NA2','',0,'?'),('9:do\np`Ry','wp-includes/js/tinymce/langs/wp-langs-en.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s/q','Ts%S Z','',0,'?'),('9L>h9³k\"','wp-includes/blocks/navigation/view.min.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%NNFO6','C [LaveM&n8onr#o','',0,'?'),('9\\4;J;u~','wp-admin/images/freedom-4.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r[#jR]*','-4&osv/1^+UsRM\n','',0,'?'),('9ksB=}TŃc7','wp-includes/sodium_compat/src/Core/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VzȒ`(lE','⯠盍 ԵJ\\_z[','',0,'?'),('9wv\r^!C','wp-includes/blocks/image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w:Jx]6','>gysXBC,\')4 )TwqIn','',0,'?'),('9} B^? \" ','wp-includes/script-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S0H[&ą','\rL\"J^8gF&@yumH','',0,'?'),('9yS pV6=','wp-includes/blocks/quote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_9: \0Lv6','Ӯ5*kI\rx[{c򮪫2','',0,'?'),('9 {b\nJcF=lY','wp-includes/blocks/query-pagination.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2k+OASb','\n30N\ntHeT5}','',0,'?'),('9Ce;Y#v|z','wp-includes/blocks/audio/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\rW&0v)n__t','\"Aγ&+tm%P,','',0,'?'),('9ՍҢ9d\rY','wp-includes/ID3/license.commercial.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n;gJgxA','t_2x< -˜wqIg','',0,'?'),('9s3SZ,p8g','wp-includes/images/media/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zs0ȝQK','g?[D*p8qVѓ>N','',0,'?'),(':{{79','wp-admin/link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ЭEJ# ','A&0_:|=)DPY\\p2C\Z]]&U','',0,'?'),(':|LH6(cg','wp-includes/ID3/module.audio.ogg.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6-?yҸq ]','{Y7n,1KF[LH݆\"5;%!,','',0,'?'),(':<$0,w\"&e({','wp-includes/class-feed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>yܫ]T','8j2 yN!qʩpt\0A2\\Y','',0,'?'),(':DJ$hDž\r','wp-admin/js/customize-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oE߭WuaIo|k','R/gO<$]$.[i','',0,'?'),(':%H`!\rZ','wp-admin/js/media-gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K;pO?F`hw','[72sd`Mo','',0,'?'),(':s-(BO2)','wp-includes/blocks/cover/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o.+s Ns]','ɋJ]W?;:P]Ak yT{','',0,'?'),(':XqݝJ\\5P4','wp-includes/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\nD\noًj˲','zƄ\Z\"n\Zs(U/~7F^…','',0,'?'),(':ṇRMti#=','wp-includes/images/media/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','taCA.Z','L>$\noixo j-\nL]G;q ','',0,'?'),(';# n%\"','wp-includes/Requests/Exception/HTTP/404.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {yʉ2l','-!V>d*jPF ;QƵN1aG(','',0,'?'),('; bfȖ0x','wp-admin/css/colors/midnight/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j I] ','jM\0P(BCء`жFFF+','',0,'?'),(';ܒscF!','wp-includes/css/dist/components/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VQL;j5V','}Rj+Fݹd UCʀ(Nd','',0,'?'),(';1ы#Y_Nt','wp-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!&1h\r[}','r%JX,ZxJKͻ(#L\0)c','',0,'?'),(';Q}]]UK}9o','wp-includes/blocks/post-terms/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J΍=vsN~','8ġRp`eFMC3|Ewj','',0,'?'),(';RyhRxK\r','wp-admin/js/farbtastic.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':T2Aq]4 ','btGp\0BM0zXJvZH AtM%','',0,'?'),(';nCg7$;_','wp-includes/blocks/media-text/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ڸ\ZBhR;','㔻دn׳P嫧ZK(`0','',0,'?'),(';v0BK1д','wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+o~Xݓ\0','xXѹ$6UdZ$x&3','',0,'?'),(';2yTWKsa','wp-includes/blocks/table/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S0/07','TH\'~!)8E \nP%Zy8@','',0,'?'),(';Wct*+Br','wp-includes/images/smilies/icon_surprised.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U-#+0?','cuyXؓAd5[=w>*Spwe._','',0,'?'),(';* 1\Zn4','wp-includes/js/wp-emoji-loader.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BQk h#','3E!|r.y uNzlf{cn9 Nh','',0,'?'),('=;{e65','wp-includes/js/jquery/ui/effect-pulsate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L=ܖ>\r8{\n\"T','8erp-BdZ@ =:o','',0,'?'),('=噄\nAK(l','wp-includes/js/dist/keyboard-shortcuts.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=r++<ڑ)',',QGZ%2L/)0=&Q3o$/','',0,'?'),('=a0&','wp-includes/js/jquery/ui/effect-slide.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ш2#\Z!','\ZrOõ;?ǫA','',0,'?'),('>[ g3d','wp-includes/blocks/spacer/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѱ?vt8','mc\Z8P\\o2u\rwh','',0,'?'),('>5ˏ.y2Q[ڣ1','wp-includes/blocks/block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=jQ\rZ&`b$\Z6','sd8r$hЩX X*v1','wp-includes/theme-compat/comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϫ-YDs','A8}G(oܵSQ:zb','',0,'?'),('>ql+m\05Ħ\"^','wp-includes/js/customize-preview.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tQMʈ','=y0RAB b)?=n','',0,'?'),('>ot+','wp-includes/blocks/post-terms/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G*|','@HS«j\\92v)v1+ge}','',0,'?'),('>X\rbڟ$W','wp-includes/class-wp-image-editor-gd.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dJjK:|i^\r','2[<^̰_Iy&jsl|c:?5','',0,'?'),('>% H ','wp-includes/blocks/template-part/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N5vsaHh','ƞ$VhK\'\'38\"s=b4Ŀ;IUE','',0,'?'),('>Gf@Tម;D','wp-includes/blocks/cover/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Pe_\"\"','b\ZJpuJN:S@w','',0,'?'),('?WZBDN1 3','wp-includes/blocks/audio/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zﬠj*->',' FsN`NE Sdu','',0,'?'),('?p|Ro','wp-includes/blocks/separator/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8\Z%7R!0`q','گ.fo аXxWPɷ','',0,'?'),('?2yT!s|tu}','wp-includes/random_compat/random_bytes_dev_urandom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','d\ZHr','\nDfdvPfOn:aг‘X ','',0,'?'),('?]P.12b','wp-includes/js/tinymce/plugins/textcolor/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%i3f','(ELb[K!sӊnIJ','',0,'?'),('?=@M$#P7','wp-includes/js/dist/html-entities.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tƁ\Ze\r<۶Vi*','eX(Ț1_O:[[dit- ','',0,'?'),('@\08(<: t#1S','wp-includes/css/dist/block-editor/default-editor-styles.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7䆜~h?',' |DŽ\ZD~XE)>2,','',0,'?'),('@VK$~`*+c0','wp-includes/block-patterns/query-medium-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' иa!R','7Liw4\\^X0`(nVҐrxb','',0,'?'),('@V$K<1*','wp-includes/css/jquery-ui-dialog.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S`7у-','j&ҰMu@6L}5{','',0,'?'),('@h볹3אz2zl','wp-includes/css/dist/edit-post/classic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q4%TTG)','G_|^~@\r#*VET <','',0,'?'),('@k/I?T,','wp-includes/js/jquery/ui/datepicker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HhJ@p','΢4\Z`\0X l\Z +Yi\Z\r\r','',0,'?'),('@̘9#Ly( ','wp-includes/images/arrow-pointer-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wb·*L[','fbZD1.Vaw4l?pG^{','',0,'?'),('@CE\'O','wp-includes/css/dist/widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U+ Q1tL','CwTŞ?I)1;w','',0,'?'),('@XD\n\nRNt','wp-admin/images/menu.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r9#dY` ','lIE/(p\0pnT-Oz\"],=`','',0,'?'),('@;5XVOZ','wp-admin/images/mask.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g~\"J䩎','/GHhס','wp-admin/css/revisions-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!^#֜*X!4Q',' w/,fЁu9y ][tH6/','',0,'?'),('@sZ^qv','wp-admin/images/media-button-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#WI\\?','<:tnkbwi& R\Z','',0,'?'),('@+T΄\'٤','wp-includes/ID3/module.audio.flac.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@pL@E{','ּ3t46$ay!֦ȓڲh#{','',0,'?'),('A lA~i^uØ','wp-admin/css/customize-nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';k)1D\rv0','I R$I1g ?e8,QdC','',0,'?'),('AE[`','wp-includes/js/thickbox/thickbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|}\Zc%9j','b?/a#׼hl\rk','',0,'?'),('A+~/Ję4$Y*','wp-includes/block-supports/spacing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z< < !(D','oy\'4j\r\ZѱΏb =3','',0,'?'),('A;ت\Zܦz','wp-includes/sodium_compat/lib/constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{#l>m','ٹmc(l\'mtˣ[gW','',0,'?'),('Aa@JŁ','wp-includes/js/tinymce/plugins/colorpicker/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Cȭ?d{׭V','BR\0!䄚 Q\'5w','',0,'?'),('Asvg4U','wp-includes/js/dist/nux.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I!F mCgXcHD','+!+?v35ub~P','',0,'?'),('A{& V>Νs','wp-admin/css/login-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L~bfm1M\\W-r','Y1O/o\"48Gh֞Bqe','',0,'?'),('A8V,_OX4','wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oNZwN\\','>hRzIvIePl\nGr\0','',0,'?'),('B^tpk!','wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R*LTG4%P','-nFJ&TPo\\ϓ\\2','',0,'?'),('Bs塘TL=','wp-includes/blocks/calendar/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14-9F&5f4(','gjv AU$jl?…','',0,'?'),('Bj)qDS','wp-admin/install-helper.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WAoq+C2Xd','W>;%֏6s%Tv#o(ʓ','',0,'?'),('CKJ6LAMkV','wp-includes/blocks/post-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EP^v{','ɫʴ|ns鋺@Kg?]߳ysQ','',0,'?'),('CciFh .n7','wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rf0\nj\0ihz','=C\0\"ȗgp{KϮD\'','',0,'?'),('C!y6㋼','wp-includes/blocks/buttons/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^)3 bj\0?','na:?AhWH9Fnܱ1#pdy ','',0,'?'),('D\'%S6>{','wp-includes/js/dist/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/YM','\\`Y=uP?\0Yف%Q7','',0,'?'),('D (,|b?L','wp-includes/blocks/query-pagination-numbers/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e*l: \\w','w9C1\'$IN+3ں$s','',0,'?'),('D m\nzHS','wp-includes/images/crystal/document.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'^csD3T\\','g t( Ŏk`5͒JM5:j','',0,'?'),('D#q{ťԇb‚','wp-includes/css/dist/customize-widgets/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Ř4bE ','SG_\r!KA9GkA','',0,'?'),('D.:\0SR8','wp-includes/ID3/module.audio-video.asf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','м޸.BfsPA','K\0jO`{,ﴨ!ѧ$tr:p>','',0,'?'),('D6mer{pKO','wp-includes/locale.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ʋ\04)oybU^','<6n\'J_   S%GVJ','',0,'?'),('DQ#unU\\ @<','wp-includes/blocks/page-list/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\rJbޭֳ','yxQ{0ITcf%%+NG','',0,'?'),('DU}<޴D5Y','wp-includes/block-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ٷpa- b}Ō','-O 3lvZZP B|','',0,'?'),('Dmo\"a','wp-includes/blocks/gallery/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0SU\'2dPڞ','c\'/ D.h@9~#7_0?)','',0,'?'),('D)bak{','wp-admin/includes/admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'\npZ,v','k_DRH{\0#6Z~}uV','',0,'?'),('Dչ$Oa','wp-admin/css/colors/ectoplasm/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HjTmIU\"','+|$ k{H3 dMW42\r[蛸','',0,'?'),('D5\n\'\\~W','wp-includes/category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`k3whk͔','G>F|59~q|\n&\0R l','',0,'?'),('E4D\'BI_#s','wp-includes/blocks/tag-cloud/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','}k+8MU=<;tI*,4#','',0,'?'),('E}~M-]a','wp-admin/css/widgets.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qܰ~!y\\na','.#qe},-({Nh%','',0,'?'),('Es=]=a','wp-includes/blocks/post-template/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\"\Z\\zN','L\"\0h\r5øK4QFCá','',0,'?'),('EV,%,SM=','wp-admin/ms-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P3\n7|L?MtA','acsc\Z\"VL\\њ','',0,'?'),('FHȝle#','wp-includes/js/tinymce/skins/wordpress/images/more-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l, r%^x%','Y=_b|ʧ&f, <','',0,'?'),('F\rxw~\rܱ\n','wp-includes/widgets/class-wp-widget-search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&du;Mzw','LaqT?h$ 6=Je$QRLt','',0,'?'),('FCW.3\ZU','wp-includes/js/jquery/ui/checkboxradio.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nP]Eγg/b?UX','',0,'?'),('F\'B/4{J{w','wp-admin/js/edit-comments.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' =\nk)ԶW','2~[5{\0^|vTOI','',0,'?'),('F?C;$H\r\r','wp-admin/css/color-picker.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<^\rq!\Z','=Li7 tI}|9oh`o=CD','',0,'?'),('G Xexw0\\o8','wp-includes/Requests/Response/Headers.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dVND1C.','?\\vҧxPEp6!IP','',0,'?'),('G6U2\01RJ','wp-admin/js/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Acɾ~Ӧ#f','pŪbkȸt`n]?j','',0,'?'),('Gm:MľVLЉ','wp-includes/js/tinymce/utils/editable_selects.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jq2I\'J9E','vGjsf ed&g+','',0,'?'),('Guʭ','wp-includes/class-wp-meta-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hK?uBx','풌I(n{{gwGh','',0,'?'),('Gu5aԯ','wp-includes/rest-api/search/class-wp-rest-post-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}*yYը F','1SDvj k3\0G<\'|!','',0,'?'),('Gu^/1ՁS7','wp-includes/atomlib.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2*rMb3ыy',':8px })!','',0,'?'),('G9q=ʥ[3?a','wp-admin/images/bubble_bg-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϭqj\nX<','n%4L6{/Т[Ĭ?XW_A.r','',0,'?'),('G7\ZI&:x','wp-admin/edit-form-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' iHb$&n6p\Z','',0,'?'),('H+E~}1Q','wp-includes/js/wp-util.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','76 7$\'/\nC','G7r}mOPBCR ','PQ\rP3\\|Ң(PA','',0,'?'),('HýiZU,HL','wp-admin/includes/meta-boxes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' vuMz\\yp','^\0GP۶Ո\"ZHX)\Zf','',0,'?'),('I\r8p:́ ޞ}`\Z','wp-includes/blocks/query-pagination/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','? lޫ(','.\ne\Zۢ< )Bu&8#rJ,','',0,'?'),('I0S$2TB*','wp-includes/widgets/class-wp-widget-calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t#kjXb/0E',' u.)GF9?4 *2>G\'l','',0,'?'),('I6.:\n(i\0B','wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Z)*jD','z7cb{9\ZJ0ӣ7}\"ϽR[\n[','',0,'?'),('I:Bs#@','wp-blog-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_BZF1y)',';\Z/\\btI͝hw','',0,'?'),('Iƒ&{;-H','wp-includes/blocks/site-logo/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5\'sa !=૖','%D|:=K懚; ?Ԕ{Mی','',0,'?'),('IԬlv0O','wp-includes/js/dist/core-data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H\'w&6\0HR','9EEMJvÂzuɷGFuO6','',0,'?'),('I8߽T\Z0','wp-includes/blocks/list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Aw̟іX19','GQRy_IER[X=SY\"','',0,'?'),('IV/6s ','wp-admin/js/editor-expand.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','´R[6\\gTԄL_','vI\n66%VG }@ofe;','',0,'?'),('J%.~—ql','wp-includes/class-wp-text-diff-renderer-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-g0HFuI','_h+UHi_e w6','',0,'?'),('J f3?_rC','wp-admin/images/w-logo-white.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nJvۢ~y\\','nD _;!GםcV0M9i=','',0,'?'),('J E[7U\Z~','wp-includes/js/plupload/handlers.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j^Rp2]e(\"V',')Mo!Di&I#26QTj','',0,'?'),('J8 EDh+F','wp-admin/js/site-health.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FIdCVPQ_','fz,, xwZ\n\0\"|\"ZI`xG','',0,'?'),('Jj\0pmw㚉b(','wp-includes/blocks/code/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\YW |`+[T}@@','пO 8jo@D6V\nLcvC','',0,'?'),('J{ֹZi^ùxI','wp-admin/media-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^J}ZOch ',':3&̓QM\n!1P ee','',0,'?'),('J>\"/','wp-includes/Requests/Auth.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+y-uP5M9н','kw6XN\r0cՖ','',0,'?'),('J;^[PF1h:','wp-includes/blocks/social-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(GѻxzT@\"','N<Ě]\r$ nѝ_Od','',0,'?'),('KnҋD&sRWU(','wp-admin/css/farbtastic.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#^:G( :k\n','47Vf /DW3p','',0,'?'),('KR wAe','wp-includes/blocks/latest-posts/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RU!L)t_','@f1 <=*MlU\Z','',0,'?'),('Kc#2s/(\"','wp-includes/widgets/class-wp-widget-pages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\ !$:_:G','*\"#倮U8c*[j\'','',0,'?'),('K\r\\Uz\Z:\'','wp-includes/sodium_compat/namespaced/Core/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V*F谯vA( Kmò.[L','',0,'?'),('KW&\0\0K\06G','wp-admin/js/set-post-thumbnail.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':1N(xlX\'','v9\n{lK ~q#>ߦ J`~','',0,'?'),('KK+2 aeZe','wp-includes/class-walker-comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7%vO@','NQ#\0:`9wt','',0,'?'),('L<#\Z}','wp-includes/js/tinymce/skins/lightgray/img/loader.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9KM:Tf9',';TO`(6,skZcR+','',0,'?'),('L#/۰*3\r','wp-admin/includes/class-wp-terms-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F;I%8)(Njh','7~Cquk)jpAC]#½','',0,'?'),('L(n9[2C6','wp-includes/js/zxcvbn-async.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E\nO\\Yb','\'FP\Z/G\nJ\\B\ZIT','',0,'?'),('Lap8gV,g','wp-includes/js/dist/vendor/react-dom.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<97Y','c\Z6eԄ/,^4_\\g','',0,'?'),('LsЇś\nc}>K','wp-includes/css/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H;a.@G','#!qaz_0 nֱtr&W\rKr','',0,'?'),('LzZ#<','wp-includes/class-wp-locale-switcher.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"?Fw,T','!@B<6ꁒKuPm=+/c_','',0,'?'),('Lջ˻vMlWd','wp-includes/blocks/pullquote/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']oa!\' ','OJgI}Ol\n4?kaWK!oQ','',0,'?'),('Let\"pc( e','wp-includes/wp-db.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\' {[t','=h!|UǸӘ䇧 Bu','',0,'?'),('LEgF9','wp-includes/blocks/post-featured-image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z+`xe%M','tIl˸6aTbt!\\&SF,ʸz\"','',0,'?'),('L\r %{','wp-includes/blocks/social-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M58 p9_uCZ',' D- {A>&u%2 hL','',0,'?'),('L+qV;hY','wp-includes/fonts/dashicons.woff2',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MN:\'ʤȹ','J !XLl` eOsH','',0,'?'),('L)a$D-ӮJ','wp-includes/js/tinymce/plugins/wplink/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m3ܖ3M','zN\'A%S@ 4UBDq','',0,'?'),('M1/ n̖Q','wp-includes/css/dist/components/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E]nGMKH','E\0o] ZJvA3:MG','',0,'?'),('M?,5*K*f','wp-admin/js/post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r\n [Y','\" 4Êl?~7<ͅ>k.S ','',0,'?'),('MW :ي','wp-admin/images/align-none.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eqd2u\r','g(1X{ [].TA','',0,'?'),('MYG\\tX/','wp-includes/customize/class-wp-customize-color-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&S?|G','h 3|:Q9z4Y1[{^ $;#q','',0,'?'),('MvU%Lҵm','wp-includes/blocks/navigation/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѧ n$z','PDv2P].*5H<','',0,'?'),('MР\0A9Q+','wp-includes/js/admin-bar.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','၈n&a1a\0','(LO',':;h!xEzP+dV0D','',0,'?'),('O2ɂH!֒[=','wp-includes/blocks/pattern/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|ب,]','sPl&:R`Y 1Oh۾','',0,'?'),('OlqCcێ','wp-admin/css/forms-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_Ύ{q,','LҼ\rC\Zґ%(mbK/','',0,'?'),('Otþ|!a]','wp-includes/blocks/code/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?BɃ>\\-','wëYK\naRX&ѥV','',0,'?'),('Oy}Ma_I','wp-includes/Requests/Exception/HTTP/504.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A wjљ9','<!B|$k݈# ei%0','',0,'?'),('O\\P5{R','wp-admin/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u\"LV3B ','gQ@\'B1\\`A/nł%Ќ}49w,','',0,'?'),('O&r蓏 ','wp-admin/freedoms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$潳pϵȻ','\"Z2TtW[C O!#T,','',0,'?'),('ORrD?','wp-admin/js/postbox.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bJz%p','qG%`3E:j~^\ZҌ;,','',0,'?'),('Oy k b','wp-admin/css/customize-nav-menus-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Jv~','SmV,H Y 7.J]!Y','',0,'?'),('OOM_K7n','wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','B\rg`r./ )J','))\r-⟩bıő]J','',0,'?'),('OhuG&\0L','wp-includes/Text/Diff/Engine/native.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S \r$T','S\04v@ű`DG VueRB竇3','',0,'?'),('PHZ`=','wp-includes/blocks/pullquote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z%D\\,&','fѮ%\Z!)~OeS+v4pH','',0,'?'),('PE۫7r|oI6>','wp-includes/js/backbone.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rrSz4','Ig0C :Fo *]tL}RO؆','',0,'?'),('P&_#\'zT s','wp-includes/Requests/Exception/HTTP/417.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','oP%~75jN}a','LTҘ$xDs^h_!kC\"1\'_','',0,'?'),('P\'(?+z$','wp-admin/js/postbox.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"$; 9HS_7','`Rf!RdT<','YzcC=MVȁĦκ ;','',0,'?'),('Ph~P','wp-includes/blocks/page-list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%YR\0ac!=','*?uSNo#d+Ā0','',0,'?'),('P\neu\"','wp-includes/sodium_compat/lib/php72compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XBcf4[\\','\'{~VA(pXȵE/','',0,'?'),('P@;b<\nc','wp-includes/class-wp-oembed-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͕hap^f','LzA{@g\0{Γؼqx҆X','',0,'?'),('P1$\\*C','wp-admin/images/stars-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A#SM e.^','[耿_(\rhYTqZ','',0,'?'),('P0aRz= ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3gkeͿݾ|h','Hzj鞨%p=ZiNAZ','',0,'?'),('Q;(Mp*','wp-admin/js/widgets/media-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$M8]Jb=EK',' :U{FdFZwZyG','',0,'?'),('QCȧ$9B)M','wp-includes/blocks/tag-cloud/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0 ė`sYi','8쓴ǖA+\0LD9\"%9nv','',0,'?'),('QT*fP.','wp-admin/includes/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\' &\'r8u ','G\r趁Ӓ~Եv}gD','',0,'?'),('QY1TlVr<','wp-includes/js/customize-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"r<`D','b2M!o;-veq\\f]l:','',0,'?'),('QuoPX\0Sڞ','wp-admin/images/bubble_bg.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~g<ćI0','\'+uW`-A S\'}S~Sb','',0,'?'),('QPA鐚z','wp-includes/blocks/columns/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1`ZY9 |oK','6/EQL','>k(B h\\ѫ͜:','',0,'?'),('Qlg-','wp-admin/js/comment.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8t(-py\r','޳Ȋ;|X1Ij6g[5','',0,'?'),('Rv5W6`ھ','wp-includes/css/dist/nux/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 4N^@a','3 Aؐkp/mm\nF3TT[py','',0,'?'),('R3Us3}T','wp-includes/js/autosave.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NjcJnH\'','T%# 5rc5꘩m7','',0,'?'),('RQb7f |~ۓ(','wp-admin/js/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>APPu4Ą','v5ᐪmє\"-*~``Qg1F/','',0,'?'),('RjqIӏ\ZY&','wp-includes/sodium_compat/src/Core/Curve25519/H.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\rJ`X\"8by','oHiYN3 >_J,S^','',0,'?'),('Rb:ZKL','wp-admin/js/application-passwords.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Anf.t7Ht','E\0D.<\'iZAƬ4n','',0,'?'),('Rx4Mp@9u\n֊ p','wp-includes/images/wpspin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hkuR\r@9k ','!Fױ(#1:','',0,'?'),('R|Rx/bzn9\0*J','wp-admin/includes/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BD\\}D*&T','ףîfǤ=F=-\0|q','',0,'?'),('R\\SC|ju9A','wp-includes/js/media-grid.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?Ze ʠ','.R%/Fv` Rj>О','',0,'?'),('R¥Leq &','wp-admin/js/user-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jl,f.Vh','\ZԂ 8՜g\\ISグ6','',0,'?'),('RܰoL8~\\lCR','wp-includes/blocks/audio/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T,G\\2*eA~','6SN\'ct<\n,HW01K','',0,'?'),('RH\r0!d?c&','wp-includes/widgets/class-wp-widget-categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+~;2x\r`',':Ia.\0\"\\W7\"꿩4','',0,'?'),('S?dxSَ@','wp-includes/blocks/query-pagination/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gdmnl53n|}','boMy߈i\0[ ץY@','',0,'?'),('S.FȫAj(:','wp-includes/js/hoverIntent.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g/غ E@m','N_炛od@2_qH','',0,'?'),('S0־K/17u','wp-includes/js/jquery/ui/selectmenu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_;7*','g!!IKq\'d%KbXq#5(\08>t','',0,'?'),('SX+71?-','wp-includes/js/jcrop/Jcrop.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z7eQ%K','!@X7JŃp3K;S*!L','',0,'?'),('Sj~6{X','wp-admin/css/colors/modern/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z-!sLv','BM@nfav==sƃ','',0,'?'),('SzWNKUS','wp-includes/blocks/calendar.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w1KlA펪','(tw zHK8IBp^\nb8b','',0,'?'),('Sp>WrYE','wp-comments-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'`{','sv%[8R+aM!\"V/6','',0,'?'),('S t J9G','wp-includes/css/dist/block-directory/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':t6qA]#','˃gɌӣ]5ct\nK<*o5@\n','',0,'?'),('S&az8Jض9','wp-includes/widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɆvG%[','3q??\\\'?O8]oԕ0~|','',0,'?'),('S^7jK5I6K2!','wp-includes/Requests/Cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tVsUNd','\"+f5f(gdC:ggJa~Fi,ո','',0,'?'),('Tw=+6','wp-includes/js/tinymce/wp-tinymce.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Af\'2|05','Ps $d}ё%H󃤀8','',0,'?'),('T.o@Ψ2wvX','wp-includes/js/jcrop/jquery.Jcrop.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/aLru4\Z','Ϸydix{p+neځf','',0,'?'),('Tvm?,aT4','wp-includes/ID3/module.audio-video.quicktime.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ym]','eay\Zo*@0X\'ȺoD]xI','',0,'?'),('T`52z/>w','wp-includes/blocks/query-pagination/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o>@\ZGmINX','y@?ǐ\0Rsٔ.6Dϓ\0+','',0,'?'),('T܌7`\0(','wp-includes/js/mediaelement/renderers/vimeo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C9YO','+®-FVpݨIhtLiP%Ki 6','',0,'?'),('U\\p{JOQ&','wp-includes/SimplePie/Cache/Base.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bĞAʖ䦴j','oOw~9K4oY[Ke\\RG','',0,'?'),('U $A=He|zȖ(','wp-includes/Requests/SSL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' SUa o','&Kps֍y\Z@?7Gc#EU','',0,'?'),('Unɓb4lZ,I','wp-admin/css/about-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r܆Ujw','^>2o=DB&o0 !WZO','',0,'?'),('U$ i\"u&9','wp-includes/images/crystal/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lڤ;= ','S\rIU9_z`f','',0,'?'),('V\r3#J{','wp-includes/sodium_compat/composer.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' X7{(G5','5-','',0,'?'),('V2L\0ۺ','wp-includes/js/jquery/ui/controlgroup.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ݳ@# Ť','*Bʢ},k^\0:40U xx}','',0,'?'),('V?ONeZF\\','wp-includes/js/jquery/ui/accordion.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~4c1O&','˸|<224x9[=BZ?','',0,'?'),('VL67G^l%D5z3','wp-includes/default-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B z\\f\0','%rN8*G#CUᴭPzp_-\n֌','',0,'?'),('VW;z*(','wp-includes/blocks/navigation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','86Fb ',':ӔhJ$a`z2EN{Q(-','',0,'?'),('Vi\'Ruh:u','wp-includes/blocks/query-pagination-previous.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Zݡ[Hr-','2c>2Q_qD\rTD','',0,'?'),('Vne!z0u1?','wp-includes/shortcodes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vo h,X','E[?e˝RcO4\'_\r','',0,'?'),('VrmKEpj6','wp-admin/images/w-logo-blue.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[NW_pw0','ޣ^Qt3HunU❻~\'T2','',0,'?'),('V댏$x','wp-admin/js/post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pD|ؤmʧ','ztG-(11&2C5Uk/bG','',0,'?'),('V׀\'hĈ+:','wp-admin/includes/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ŋFz,|<@$','7Z-S#v>(M1Î','',0,'?'),('Ws$8~Nȁ-@','wp-includes/js/mediaelement/mediaelementplayer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ĪL5!\n','o^:v\\mocTW[k','',0,'?'),('W&ִ )+ڱ','wp-admin/includes/class-plugin-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2cً\"\'','h)Eюw0@$,\03~Y\0]=','',0,'?'),('W{g- X\'=n8','wp-admin/moderation.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZEVUu','Fq61 <wt&b1','',0,'?'),('W})Ӗ7e}59,','wp-admin/load-styles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>;<\r1','; {(\'L#N=vyy','',0,'?'),('X,ECj$_8I0','wp-includes/images/smilies/icon_cool.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n`ivj.','事F9;2_ $$~LOa6_','',0,'?'),('Xg#m\rfj7 m^','wp-includes/blocks/post-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uzT0s\'e9G','&=ǘP)7u9a$n Ey','',0,'?'),('XMxڳJ','wp-includes/Requests/Hooks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AQU;:BHi','՚ Q憐DP؂_?y`','',0,'?'),('X:8+˓2>V]8','wp-admin/images/sort-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Aìk:bтvFj','\'aK \0tGJBqXW*(J|1z[(','',0,'?'),('Xv\Zƒ\"$','wp-includes/Requests/Exception/HTTP/409.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|:7ȲuO','_M8U.pFw:E`MB','',0,'?'),('X2FGrmF','wp-includes/blocks/button/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^\ZWt','g\0U_*u< \"孉&%*Do]','',0,'?'),('XsYqePL','wp-includes/blocks/code/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䥏Cx?',')R>Ih%# Q~\rP*~Ϗ@cg','',0,'?'),('XGzX','wp-admin/includes/class-wp-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&B&(2L','\'codS%\0_!UC^>','',0,'?'),('Xk(DqțG','wp-includes/js/jquery/ui/slider.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XevLdDn','*dg2v vXfE^kKYw','',0,'?'),('XN8jc','wp-includes/blocks/post-excerpt/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v1,ͯeܒ','W޻i75^gDn~Q\"5 Q W ɟ','',0,'?'),('X= 2h4/{+','wp-includes/spl-autoload-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6u{ t',',Z\rM >܅gp/ Z\Z#`!.','',0,'?'),('XTCW_^og','wp-admin/includes/class-wp-debug-data.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xf\Z0%\n','PZʟ}Me`Aub Z ','',0,'?'),('Ybڧ,J','wp-includes/Requests/Exception/HTTP/405.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r)qOel N~','jb횄^Usv8$bM3y','',0,'?'),('Y(Kg\0_','wp-includes/js/dist/annotations.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {.Al','6~v5e]/LrWI*:','',0,'?'),('Y,Qpgmu#e~','wp-includes/widgets/class-wp-nav-menu-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';d|h{fw0.','7a&5$m\Zj?#l:Ű\0Fжfǃm)=','',0,'?'),('Y/ޑ \Z','wp-includes/js/dist/escape-html.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/)V\"3j','Pt\ZY6x2J8Ad8a& |\'I','',0,'?'),('YLah(','wp-admin/edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I6$N.JD?','JP:)qV}\nnG\r','',0,'?'),('Y,eAw`','wp-includes/images/media/archive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9h\0ìu','\0Bb3\'\')JG ](G9Pr2 s','',0,'?'),('Y 68H;%,_c\n','wp-includes/css/wp-auth-check.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jbu=`c','\r[B{\'CN5zZw pȈIKe ','',0,'?'),('Y]ŞI','wp-includes/js/jquery/ui/effect-slide.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-L,+ɝ&6','VZ([Bad={5S','',0,'?'),('Y֝U}r/','wp-includes/SimplePie/Cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ~ܯ{ʹ+h','mdnnunpU0 l6ZiR','',0,'?'),('YUL5Jޔv[','wp-includes/rest-api/search/class-wp-rest-search-handler.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',x&{\nx\\','sޢzjλ\'ҲwE?','',0,'?'),('ZAPz','wp-includes/blocks/pullquote/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GԤFǾȜJ2','f?ʤ; ;Cd`ݕj','',0,'?'),('Zx12KZ,','wp-includes/customize/class-wp-customize-header-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<\0W>$l^ҳ','Qy(u&vӳ\'-}hՒXt','',0,'?'),('ZҌ[\nv F','wp-includes/SimplePie/gzdecode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rF<\ZiǨu','|R\'gAEێqqT!:O0_','',0,'?'),('Z0s{\0GtZ','wp-includes/blocks/categories/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p =9!Ub','/]Ol kڵ/Ҡ[q>>WZ] ml΁jei','',0,'?'),('Z %/Zz9','wp-admin/includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=VR<`&!QJ','#UiSus\noHݨtpa(f','',0,'?'),('Z\0Y æfg','wp-includes/js/crop/marqueeVert.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\09R',' Kcg$e2\\p$1z`CkJ','',0,'?'),('Z*Է!\"E\Z@','wp-includes/blocks/pullquote/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BIŀC}M9\Z#x','a ~aUlbGAHbYi18b5|','',0,'?'),('ZRr(&b:-','wp-includes/css/dist/format-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+./k(','N\Z ;\r BRx%%CR<','',0,'?'),('Z=ӧrc\"y','wp-includes/IXR/class-IXR-date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IVdB+AJ?#','{~(#\Z6u,?jk2`','',0,'?'),('[Gea\'i','wp-includes/js/jquery/ui/datepicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڬHj&sE ',';\r58BqWk9\"7-WH','',0,'?'),('[5YNhKM','wp-includes/customize/class-wp-widget-area-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']<','wp-admin/css/colors/ectoplasm/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lTG1f1','%ߪg6zO(Dg`Vd3;5*c','',0,'?'),('[>x;wn/tH','wp-includes/js/wp-emoji.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+gD>wfم*D','MaF$*M_n8vu','',0,'?'),('[1YAdk,','wp-includes/SimplePie/Sanitize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W,a4Vk66L','`QV;`_1pRF;','',0,'?'),('[Y44Orl0','wp-includes/Requests/Exception/HTTP/414.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','CrNf}-⽪','Hic!I).eh','',0,'?'),('[BX\nQc','wp-includes/blocks/file/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|Um^ĢeH}','zq \Z7\"%+/,@O\0 -\ZMH3','',0,'?'),('[ꠏ|Koیb7','wp-admin/user/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xCS6LC2!u','`Ky2Mplξ\"a\0אּtޡD','',0,'?'),('\\%?>e8','wp-includes/class-wp-block-pattern-categories-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ{.W;ye','CCmq\'V&I/&w\Zn챟{n','',0,'?'),('\\9','wp-admin/ms-upgrade-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qc8E%!',' H_cQX̤ՏLsڭ','',0,'?'),('\\L}Y~la','wp-includes/blocks/gallery/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2yГL+5 ','zW&Gb`xpd','',0,'?'),('\\R$GO΄y','wp-includes/css/dist/block-editor/default-editor-styles.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<Lv.','Rgu`„g15?PLR*f0','',0,'?'),('\\[i%Ͱ','wp-includes/css/wp-pointer-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','╄)y-?','&P\ne5o,V?A\ZU;9;z','',0,'?'),('\\т?$̈́8','wp-admin/includes/dashboard.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n,\'A','yAaQ0;Gi@χONNp','',0,'?'),('\\\0 >+Fb','wp-admin/revision.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$Qټ\'pT:B~','sϓIm$r@Xe)','',0,'?'),('\\L\rni','wp-includes/blocks/template-part/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"/hOk@ޤ','%X仍(Kb6qF*F30]h','',0,'?'),(']J*ƒXRE','wp-includes/block-supports/dimensions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$`Tg\Z4>4','iglLW\'YUJV6E_','',0,'?'),('](R&!1;3','wp-includes/js/wp-ajax-response.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q(+rii9r','7bR+O0Q?r>|ٲ Rr','',0,'?'),(']B#2zbU/','wp-includes/Text/Diff.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r \ZV:','N\'up=Z\"-Kr','',0,'?'),(']L0eE\"u ','wp-includes/js/mediaelement/mediaelement-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OAZn\0?!*W','q{2fXJgXCcY3','',0,'?'),(']N Jjӎe','wp-includes/widgets/class-wp-widget-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>wCҪ','}?-fqq}VQ?c','',0,'?'),(']PTkvt8A','wp-admin/network/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vWa9m lT1','=ޑo9d-XϮh8>q;','',0,'?'),(']\"}[YR','wp-admin/css/edit-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k)hk׊M\r','q\n$>ۢ?`/UV','',0,'?'),(']4d9C\r','wp-includes/feed-rss2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN+5 O?','@!`C*Mezj@ @Ljw','',0,'?'),('_j_/yӱ','wp-includes/load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZUa2<',']u\'6p$>ˈ2u]*w x','',0,'?'),('_w\'JS6','wp-includes/blocks/gallery/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0SU\'2dPڞ','c\'/ D.h@9~#7_0?)','',0,'?'),('_| TM^J','wp-includes/css/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?($cg2P','E j\Z̅9,{\0wEkՃV','',0,'?'),('_43=','wp-includes/images/uploader-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\M m','p+/i!Zţ6m','',0,'?'),('_(CM69','wp-admin/includes/class-wp-links-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',:xulQ','uӫ@ašB\\e4b$6','',0,'?'),('_8}?','wp-includes/css/media-views-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yŴRLV]@','FBZ5s\'l0|Yt.+','',0,'?'),('_2o UE6','wp-includes/blocks/query-pagination-next.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$PwuJ.','3EnaK9꘧@#o\rȵtx~G3(>','',0,'?'),('`S`NI^G','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(i@Gg0p',' G=Y','',0,'?'),('`U2mdW','wp-includes/class-wp-customize-nav-menus.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ|WdvqWSe','@je]','',0,'?'),('b+ƴݟ3','wp-includes/customize/class-wp-customize-nav-menu-location-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U!s^7L',';lϓb^0(@L#B','',0,'?'),('b񪥲K+xwF','wp-admin/css/site-health.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dr1sx0Zg','Se²ⅼ,r\nWz{E!1s','',0,'?'),('c餟(Ok1!͂','wp-admin/privacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǂrs~_|','zIe)J\'Mُ,ý4`','',0,'?'),('c4L]˞Mc','wp-admin/includes/class-wp-post-comments-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@dB#&&','{bk\r} {=\\=6`l ','',0,'?'),('c%;8QVWƝdȇ:','wp-includes/blocks/paragraph/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GC.El','}>w8]#\0bV́G$','',0,'?'),('c,[xޫ3\n@','wp-includes/js/jquery/jquery.masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@`&n|}A','\\ۙ  }Mg $0 [B','',0,'?'),('c42jxcd','wp-includes/Requests/Session.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*|;UE*{Y','^ nt\"V8M@H؟Q[S$','',0,'?'),('ctשXپuyv','wp-includes/blocks/image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rnד6\r\0i','&7/otC\0cY mEcǙ','',0,'?'),('cQiQv','wp-includes/css/dist/editor/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Oҕ a ]3w ','`B|䙬Y籔iE3','',0,'?'),('d:wOІ','wp-includes/ID3/getid3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TxܬM^ ','pfB\'/oFI\\lԈ;','',0,'?'),('d 1쵓-;O','wp-admin/js/custom-background.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PA3 K}Û$','4hN\n:QqXz!iq^sYĄ,i','',0,'?'),('dAuh041','wp-includes/blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NVU#˟E\r','T2Ɗ?3S0Tjx!{wCr','',0,'?'),('d(%J@G','wp-admin/options.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n>8;*a\ZJ','h bx^\rED\nˬ#J}ۼ','',0,'?'),('d1Tgb! ','wp-includes/blocks/query-title.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q0<\0~3!','l╼ @^5Y)X\04drG<','',0,'?'),('dhħ{q42K\"','wp-includes/SimplePie/Rating.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' jkB-\r?Q3QwU7','{nH(>}Q(ab>\nFY+','',0,'?'),('d4j2 UV$P','wp-admin/css/wp-admin.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7#Q&M?»|[','QD6hPqqM9FO \\O','',0,'?'),('d@ !dJ','wp-includes/js/mediaelement/mejs-controls.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.۷Z#e0+V%8JyQ','',0,'?'),('g$G\\;r1X','wp-includes/images/wpicons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dSuqV_a','cZ_?n_K61\\}r','',0,'?'),('gKN>J4','wp-includes/blocks/freeform/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ğKm׀','g1g,@2_s{$y9s7=@','',0,'?'),('gf1۶y;_','wp-includes/class-wp-http-proxy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D:ifο4','eQ39MEE>pWCRħ_-','',0,'?'),('g~)~sʞI','wp-admin/includes/class-language-pack-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6d,8E','GymT8=?5 5y. ','',0,'?'),('gӁ\"}H,d','wp-includes/blocks/social-links/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qwaS~S(r]','⍒\"N&\'1\"=ːZ','',0,'?'),('g]bR% ZE','wp-includes/js/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ad\'w#6?w','Q 9IoT-79_!`','',0,'?'),('gEd1D}','wp-includes/js/jquery/ui/autocomplete.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hazd s_','JV/T~#sa{Ux.7NV\n[K','',0,'?'),('hc= 0','wp-includes/block-patterns/social-links-shared-background-color.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','};`\ZԴ','>**?-T*H%9/EVyf','',0,'?'),('h|hEf:Ʊ2~','wp-admin/network/theme-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','堷ȹH^r','fkL\Z)h/F_M9jV','',0,'?'),('hOT,$(','wp-includes/blocks/site-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'w-[C','uVnF}{WbI:;ag','',0,'?'),('h~cT Ooy4|','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f\"#6${ JL\'\"','eŇ6\Z(q&ڶ]\nCliީ','',0,'?'),('hMVm  ','wp-includes/blocks/categories/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=)`K׮!2:7','1\'s1IMZ մ$iD','',0,'?'),('hQKV,*~ܧ]m_P\']','',0,'?'),('ii\"oC`','wp-includes/sodium_compat/src/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[Rz@MMQmr','qX9Oa4A\'̾e','',0,'?'),('i-X8 V[~E','wp-admin/css/install-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^P!-nl','|^r᪗јD ^[h5Xu','',0,'?'),('i\\=Xh$','wp-admin/js/language-chooser.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӥ kulLS',' r4i j\"܈6&','',0,'?'),('j;_=\Z','wp-includes/blocks/group/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!6SHp1h}G*\'','틞0x{I<ߥCB[xRd','',0,'?'),('jQe;e','wp-includes/css/wp-pointer-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\r@o4R','Hףm|oC4U\\;uP6u0\nl','',0,'?'),('jmEAXuw>܆','wp-admin/css/colors/ectoplasm/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#`8FEֆ{2','S2ON˔܊n$a*','',0,'?'),('j䱋%]','wp-includes/class-wp-xmlrpc-server.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' k!?)','\ZJtVM6#tG7*T` x','',0,'?'),('j5F+o','wp-includes/images/crystal/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Rm``9','$멘[M9+','}%\Z @qtD4 σ K','',0,'?'),('k$6O-Nx','wp-includes/js/tinymce/plugins/charmap/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=B쟄P\rL ','•x[G-90b.zGaz>r','',0,'?'),('kEnfϋߟ\' qb','wp-includes/blocks/video/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/cOAqa','xѭ\ZVPsb s҂υl(A','',0,'?'),('kM ̙Ysp','wp-admin/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r-\r*y z',' 17(6oI#bघ˵g\n(Y','',0,'?'),('km|Kma0\"*k','wp-admin/js/tags-suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!ͨpd','r0\"l\nEݴ*7vL{d ','',0,'?'),('kB˞b=y','wp-includes/user.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƿ`o$&\0ܿ','13zy\\w-ԀQy+','',0,'?'),('k\'\n+&=n`3','wp-includes/js/dist/dom-ready.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W ď( %y\ZLqT',' Jv7F)M\'ѳ췌ph]','',0,'?'),('k^m\\','wp-includes/blocks/navigation-link/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.G;:1Rج=}/',']ח\rvd=R>o:^\r$N','',0,'?'),('l/\nԀWͱ-c','wp-includes/widgets/class-wp-widget-recent-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I%*1 9','uכwxmI{cul','',0,'?'),('lZq#eS%s7Y','wp-includes/js/dist/notices.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 9_V4','\ZVHgfWXKc\\2','',0,'?'),('lSNVngy<','wp-includes/blocks/image/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yuK0@*c','C[p]Oy(({Y&','',0,'?'),('l<#q,','wp-includes/blocks/archives/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۹\n\'}lUM\0','pJcB`oB9\Z:y','',0,'?'),('l14&yaW','wp-includes/css/dist/customize-widgets/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rWqJG','6ϳsLFan(=\",{','',0,'?'),('m)\raHE','wp-includes/blocks/social-links/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A\'[dQ\rh\"','1S`<7u\Z@|vq_','',0,'?'),('m DTmsA}','wp-includes/certificates/ca-bundle.crt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UC%Pʅ$p','jT@z՜.OBj0\'t','',0,'?'),('m-\Zm1w','wp-includes/js/jquery/ui/sortable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J,O%6+Ӏ1',']TLjeq/(e,:h}:','',0,'?'),('nQʒ\'k\"%','wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+\rΠ;K۔b/','ߠP x|ΘQ= TcvL\n*Ȱ','',0,'?'),('n]j7<3ISsQ','wp-admin/images/post-formats32-vs.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t.E5GN\Zv','(Z,ImY,·ԗtGa','',0,'?'),('n#t=\'b]{','wp-includes/js/tinymce/themes/modern/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UE|h(Zf','ӣ }ʫE0).TXKd~HNlK20','',0,'?'),('n?< }rm\'eq c','wp-includes/blocks/site-title/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u{()JR\\','y]3;ZvD(&|7cz\'','',0,'?'),('nZ/1T:{&^/n','wp-admin/js/media-gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_85o?','Ƥ$30IXC,b\"0lNF','',0,'?'),('n{҄:P','wp-admin/images/about-header-about.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SZA`8fծ','s;׸\';\'=Z8{DbJ8','',0,'?'),('n@AF','wp-admin/network/sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x_h2oߓ!Gf)-','ۅB0$MFk}幤ӮЙ','',0,'?'),('nŢ)cq^\"','wp-includes/Requests/Exception/HTTP/503.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%5y: cx2','}=3xA9lp\0ư9e.O','',0,'?'),('nк vnj=ͮ','wp-admin/includes/class-bulk-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6/M<ϋvk5','sq<$wtҪkԇ6KL','',0,'?'),('n,Q3bO','wp-includes/js/dist/warning.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q\0WیIκ','tP7ѾY5 .NM?|','',0,'?'),('nۗvXH)','wp-includes/sodium_compat/src/Core32/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yϛvj\n','S x^V>m!-qDeV','',0,'?'),('oPco.r','wp-includes/js/tinymce/skins/lightgray/img/object.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rdPE}u\n/MA ','#;!I .>uʍSVm{|e-','',0,'?'),('oS]~(7;\r','wp-includes/js/dist/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AҺ ⠙G','%+vCCEqxƵ\Z\\ }͐q އc','',0,'?'),('oZ0@\"','',0,'?'),('pUya bva;8','wp-includes/js/comment-reply.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' FD6x','!xGGoDfB8xXC','',0,'?'),('prY/i??','wp-admin/images/about-header-credits.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Lߡ՝.Ƈ>','?Δ-[91\"#G|hHZK\Z>B','',0,'?'),('p.а[ÍD','wp-includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&O޷OL','ځU ĭ79~','',0,'?'),('pŧ\n+R2Zb','wp-includes/blocks/post-title/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','՞2Rh]','wp-admin/includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h4N\Zm>V','EYSsL@WxMqYWٌ[>','',0,'?'),('q%)ud ','wp-includes/blocks/buttons/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8ui0b','!r3;HJK̨-14Vͣ׫M','',0,'?'),('q1HamH Q&pR-^D','wp-includes/blocks/image/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yuK0@*c','C[p]Oy(({Y&','',0,'?'),('qLILc','wp-includes/class-wp-recovery-mode-link-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}f/cnx5','kޙ(ZtM\0;t\r','',0,'?'),('qh665y|=?S ','wp-includes/js/jquery/jquery.serialize-object.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*DB\ru6!','`RԶ2ɀ`MxiGfzC2','',0,'?'),('qjO.CެИ}','wp-includes/blocks/navigation-submenu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' #؅dPdR','-d6O`V3Z dS֍)u3','',0,'?'),('qfEH7d','wp-includes/css/dist/editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Z1׬`xes','%kdcsbyc_*H?$q','',0,'?'),('qs ƞù','wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e\"\rK7{','l߄roHx^/q`T=f|d‘','',0,'?'),('qZ \0=s\r\r','wp-includes/blocks/text-columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{CeN|sz <','NG y y*~ڰ|g=','',0,'?'),('qR+q\Z2','wp-includes/js/dist/edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xp6]kh','z ^\\-Sz0t6EXh4','',0,'?'),('q05','wp-includes/sodium_compat/src/Core32/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5O&? E %','^%%hT,k2Ȯn=n%:','',0,'?'),('r hvLk/','wp-admin/network/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.(p4#e 7','\ZlԦ vIiY)\\DY0VL','',0,'?'),('r\"%1}/2Y','wp-includes/blocks/pullquote/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ӵ^.x','Oi_?%}\\߇\0C_fT}w','',0,'?'),('r+zk; 4WI','wp-includes/js/tinymce/themes/modern/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(3oU2ŝU2','2.pt\"r`)\r.Cl\\\ZBIX','',0,'?'),('r3\0=\rjBZ','wp-includes/js/dist/widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']k9}`X','eɯQ\03}^ʈ\rv]{bƋ','',0,'?'),('rtIŒg[;?','wp-includes/sodium_compat/namespaced/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rVNck0}/Ճ','nKkZ  N$ EКe$','',0,'?'),('r(n՞jb\" ','wp-admin/js/media.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LH\n!!3ܨ','+rbDVT؞|}Pː','',0,'?'),('r&EeDq','wp-includes/blocks/social-links/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=q Ɍѷ40',' 0w81\n//:x\0].','',0,'?'),('r^w<.s','wp-includes/blocks/post-comments/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~1KLMɩ','j`+A+95 SJ:9r','',0,'?'),('r3e\\,Sq','wp-includes/class-wp-block-supports.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D긪4؈jf','S) ar&1\r37mvK','',0,'?'),('r_/HG=%<','wp-includes/images/arrow-pointer-blue-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%mrތ]49c','{&DOzAf/gáA]~(','',0,'?'),('rr(Jg(yt','wp-includes/js/mce-view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2sHّ;[ s','8`9 ڰn-. H Dpk+γbI','',0,'?'),('r) el','wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6$w~jk7','ŕ 17ؕ|x\'tMtvW-','',0,'?'),('rh^g=','wp-includes/blocks/embed/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e)}QZU-','k xb{iax|\\ јVU','',0,'?'),('r\nb#','wp-admin/css/media-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fn`)-u]','',0,'?'),('sDI6|U_','wp-includes/blocks/post-template/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}-?ng','S5DhmɲĖ-o%3->','',0,'?'),('sLYCa','wp-includes/blocks/embed/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>\\P~','-k.L߇S?O&.İ%̡B','',0,'?'),('saOY,~r൭k','wp-includes/blocks/search/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%fk@Qrh{','iFQJzn fVfQP5\n','',0,'?'),('sEΞqpB','wp-admin/css/widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'T1lAU','.l4ZeI#mEGC','',0,'?'),('sŏU\'e@d','wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ғ:K[Iw\\g','`e nOJM%NhA{ghf','',0,'?'),('s*TV1oE','wp-includes/js/jquery/ui/effect-blind.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Azs~|X&p7',',)ELcT^WV.]','',0,'?'),('sC4M**B)','wp-includes/css/wp-pointer.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ԧ(0(y','Ij6ʄ{鈊\" Ԯi6ǭ','',0,'?'),('t U iާ\"s','wp-includes/blocks/buttons/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ohdԁKh*H','}zv|1~*So\nEСx[T','',0,'?'),('t/Ji6WX','wp-includes/class-wp-recovery-mode-cookie-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q-*xrf','8-H0FyG Nj','',0,'?'),('t5^ kS(1zG^','wp-includes/blocks/archives/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MI/VXQj*','f>َ_^U;/\\_0!ocy','',0,'?'),('t6O\raȆf','wp-admin/js/plugin-install.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','chPP\rDW',') $K8v3X&okv','',0,'?'),('t8p̋z{jDp','wp-includes/css/buttons-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iԝ]z~c6g6','LX橕f\ZtC5i fS(R&=','',0,'?'),('tU/DsIڤst','wp-includes/js/wp-auth-check.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H6bX+M\'','n@to:\\e!65,KV\\=','',0,'?'),('tm6ۗq.=j','wp-admin/css/colors/blue/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1~2^e˜Du|','0s7(2<혔f>j*8HF','',0,'?'),('tm\nGO \'\Z޵','wp-includes/js/jquery/ui/mouse.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1m>3Z~UKٽ','RFS|@d{n+b9^6\Z$?+i','',0,'?'),('t .Õ81','wp-includes/random_compat/random_bytes_com_dotnet.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nM@r`U','x)QĠ]e+}r#@ ','',0,'?'),('t}jlU)@u','wp-includes/css/dist/edit-site/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D#<ۙB],W','9Iڷs\'qNj\\gb.V','',0,'?'),('t\0a\\_\'W','wp-includes/blocks/table/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۰&R1W6zzX','/jʆjA<9?ނ)w2h','',0,'?'),('u!+\Z','wp-includes/SimplePie/Cache/Redis.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t]>e\n( 40','r*%P2I7\ZKaq#','',0,'?'),('u)zZhLP|','wp-includes/blocks/spacer/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?iXS%%<<','r08)!7\n(y\'.J1dp','',0,'?'),('u>]\0aOL N-@G\'tmGikR߮g\0','',0,'?'),('uk6O>&W','wp-includes/blocks/text-columns/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c^*wG㐾Q','+\\1{*CG+JLv','',0,'?'),('uqg\Z\08hԭ\0','wp-admin/custom-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y&','Θ4Cw@XdoN=w<~o','',0,'?'),('uҫ;^\'B*','wp-includes/global-styles-and-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o*U ɖlxP','Vr\\T(4!oܳȵ@','',0,'?'),('u:z2DQ 4','wp-includes/blocks/tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sd/sOCpQ:','rW,3\"xO!%DE','',0,'?'),('v ڴVKP','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PNڡ\'f','\r]~[_˳PBTA`*,O','',0,'?'),('v)F~q?b','wp-admin/includes/class-plugin-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 2WN0Czvf','_+YD> Ϡ_Ӆ{\'Zsd','',0,'?'),('v&5jrjL #ܲ','wp-includes/blocks/categories/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']UpʛVL\n','`opV/2ˍ(NW\ZN\'K5','',0,'?'),('v>\nA?U(','wp-includes/blocks/post-terms/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tkCwy?Aa','J5Dj$Уm[U8Xa\Z','',0,'?'),('vMm*&Z`\'/b+','wp-includes/js/jquery/ui/effect-puff.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V} Y(~uqn','#G6E;^o̪\\cZ#E*`','',0,'?'),('ve׶\\l.х{','wp-includes/js/dist/vendor/wp-polyfill-formdata.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ĬgI&LɜNn65',':q-a,/ϝZSKJ,Ta5','',0,'?'),('vifuP0^>d','wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SG ˺F','[(R $2otb','',0,'?'),('vw@HzF','wp-admin/ms-admin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' UjAڦYqu ','\"G\nڔMhQ2l\'ܵ','',0,'?'),('v]z3tB','wp-admin/includes/class-wp-importer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5V9s^zPF','ix;B4?desqF>','',0,'?'),('v ޣR','wp-includes/js/jquery/jquery-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\06?ٳt\r','t&hpzwĝ&Ś9&7v','',0,'?'),('vâ,\\+Q֧','wp-admin/css/l10n-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OSGfK罚8]','dxk3rްVNĪet-','',0,'?'),('v.#PH2','wp-includes/blocks/buttons/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ˠk\'Iv*','\nC7^K5AÂ=cʻ','',0,'?'),('vq?\0{=ŭe','wp-includes/blocks/site-logo/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RdaĈ).x u','%DE[4ӤNk?rAtEHuD','',0,'?'),('vG.gA#r','wp-admin/images/align-right-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hl>r]lWx','V: h#ȆBT5i\0?cBc','',0,'?'),('v4|><','wp-admin/js/xfn.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wcW_~\r1>p','4[Ÿ$[\\Ə4-3zx','',0,'?'),('v{#lb\0}B','wp-admin/css/colors/light/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N~r3Y[^6XO','ee\\8ƮQzPiN+h','',0,'?'),('vҸ);D~J\"q','wp-includes/js/jquery/jquery.form.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OfN',':Ua8\ZPI j','',0,'?'),('wul| pQ','wp-includes/js/autosave.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DU\rk','eCRO0.Gk=\\NBb6O{','',0,'?'),('w8h*\\;e[','wp-includes/blocks/archives/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rǞs[pO\'','*ztRMR^/ cΟ','',0,'?'),('wZkFD9h','wp-includes/blocks/site-tagline/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sb_{~1X.ub','g`鵨{?D#h=1','',0,'?'),('wL0]r.','wp-includes/images/crystal/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`119',';67\r!x\Z_@H&C-','',0,'?'),('w`M >{','wp-admin/includes/noop.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xqj\Z!\r:','dˎJP[\n= QcP ','',0,'?'),('wՋ\\G&A','wp-includes/blocks/template-part/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w!kk nW','re~$\"t','',0,'?'),('w:}VP','wp-admin/js/common.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*!n','^;:ݸLKv{EhF_S5:}s','',0,'?'),('z2]w\'=\"-4','wp-includes/blocks/query-pagination-previous/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8߆kS','/W U]4bMd','',0,'?'),('zL5 g5Ď','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','trIbw\'-7','uS{<n\r߅+-#; ᷃QЮ','',0,'?'),('zQ<\'U~R\\','wp-includes/css/wp-embed-template.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^<_JXw','\\!kjiߔ\"8Z PJ','',0,'?'),('zJXw{!\rF','wp-admin/includes/class-wp-upgrader-skins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q\"ґ-щ','.7j3?̶·?2UE.GW','',0,'?'),('z΋ۗ`瀃1\0','wp-includes/js/jquery/ui/effect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EZ@: &&Dv','s8mI}T\nx[Y','',0,'?'),('zWsW5ʈ )','wp-includes/css/dist/customize-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zh?\0A_ [','>mW.pp\" *%','',0,'?'),('{\nRoR=\'g','wp-admin/js/widgets/custom-html-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eF֍EO^','I|Mua6i\0J_nk{','',0,'?'),('{𯪢','wp-includes/blocks/post-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{10ٕEr','6o&ء[tJY$MA؃q','',0,'?'),('{N2Qu= ','wp-admin/network/theme-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','( aԢ[U?',' ЈegTG.=a\0@','',0,'?'),('{a{4;Moز','wp-includes/block-template-utils.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Bf4f h\" k-','E,j/8;|Խw>_>{\nJڒ','',0,'?'),('{tE~PA1','wp-admin/js/tags.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>.Sc~\r\r!s(#','T*/2i3jp%\0nx[5\'','',0,'?'),('{y\"ҵݩ{','wp-admin/includes/class-walker-category-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','˕5T>c','3mط&78mӒx+8ʽ{dk','',0,'?'),('{jɏ|n ^E+Ke','',0,'?'),('{?\r\n\'','wp-admin/images/imgedit-icons.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\\2 }Gi;O','TN~-@N̞V\\(u$','',0,'?'),('|jx7(Q}0\'','wp-admin/css/list-tables.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JxRv$H\\p','m oEu3 ѳr,(B','',0,'?'),('|LF85/U','ڈW!sLI8WZeC2̔[n','',0,'?'),('|.]  0','wp-includes/blocks/pullquote/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P*aõĭcF','6ʃ\\-R=pZͪ\\4J','',0,'?'),('|/ڒ\0[*4x','wp-includes/js/admin-bar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rc@p','tbIld\nLbx+ϔj䶪,J\0\r$2','',0,'?'),('|N!;xN&gm','wp-admin/js/widgets/media-image-widget.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G 9FmqQ','J6%V\"\rKyɳh8NF','',0,'?'),('|l+F#ڟ','wp-includes/class-wp-user-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w?v\\$ ','z.t(Co tV','',0,'?'),('|m1\0z^m{','wp-includes/css/dist/customize-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ob,/r\0|','_Cw7_\\/YLr','',0,'?'),('| 4x\\Mn','wp-admin/js/code-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D&fAДE~','{h;[50` VzKd^,h','',0,'?'),('|Y> Ɔ','wp-admin/link-add.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nPU-\r`(l','!>e:Ⓝ?\r}k?ms','',0,'?'),('}ĉ=t','wp-includes/images/toggle-arrow-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F\\CDr','-N7~@}_=V_@A','',0,'?'),('} aX]D*I','wp-includes/blocks/file/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'dlɶ\0|','fedm4@ @j`VMfƆ{','',0,'?'),('}O !ٶ]OO [','wp-includes/block-supports/typography.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')-qM3','@u< hkS?k*WdW','',0,'?'),('}\\5\r$lW','wp-admin/js/tags-suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pDBaB*','$YXx93%ftC0y,^\n','',0,'?'),('}`g\"P2V','wp-includes/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12^#8','#˒=$c6 B46','',0,'?'),('}|\0+N6]R','wp-includes/blocks/audio/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Zﬠj*->',' FsN`NE Sdu','',0,'?'),('}l8\\;~','wp-includes/blocks/social-links/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_rX~c','T>0\"S V:ڋt2AEx','',0,'?'),('}-$LH_R','wp-includes/blocks/paragraph/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','34.ȡS|b','#&N;\0Գjm~=> ','',0,'?'),('}7 ޘDHDPl','wp-includes/SimplePie/Registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';M{ٟR','Ԧ0-/\\kW%oޏ\'E)D','',0,'?'),('}Ȑ\\L`i)','wp-includes/ID3/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GؐV%P_ շ','I>a*R8?)p1U͔?2=o','',0,'?'),('}{RҢ\"','wp-includes/default-constants.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NSԴށ.4 ','wm{Y\r ڬ->VL=t7','',0,'?'),('~\\_b$-!','wp-includes/js/jquery/ui/selectable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6`.\"','ע8í̀\noqЩ)F=$','',0,'?'),('~?JIb*׺eC','wp-admin/images/resize.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lN','6󀏸&?5?sqGM`P;','',0,'?'),('~AHgK T','wp-includes/Requests/Utility/CaseInsensitiveDictionary.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gjh^\0{','o\r1d._f/ 7qAE ','',0,'?'),('~F㫎>dyj','wp-includes/css/jquery-ui-dialog-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u+x)Av6@@','/Ne$2:.}b#K}','',0,'?'),('~VXa]7p|R','wp-includes/class-wp-post-type.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'㯉UD}<','wp-admin/css/code-editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','03;7v:P','JlAZqF v<3I^k','',0,'?'),('~ReOXf2`','wp-includes/class-wp-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';@A[oh́F','BmsAKE)(|-c ϡ|d','',0,'?'),('~C023*J','wp-includes/blocks/more/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','09I1=kP. ','2q=4+ʫ^','',0,'?'),('~*޿S̙e ','wp-admin/images/freedom-3.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hTzCw56 `','|ˇ3d˪|`ݢ7\r85','',0,'?'),('~Pfԩ~1LYw ','wp-includes/blocks/button/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RDT5bLcGބ','\re0:OğgO>I+','',0,'?'),('~ťs\01y$L}h','wp-config-sample.php',0,'Rf{Ƒg','Rf{Ƒg',' xFf^)=%rÃ((8~x~','',0,'?'),('ldKм','wp-includes/js/dist/components.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4@p^k}\\ ','!QpQ5ț*z0ao','',0,'?'),('6\0OkvzfTN','wp-includes/js/jquery/ui/effect-fold.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8˭<1M',' -6)oP)D$gP~9;v 6lՎi\"','',0,'?'),('cJweIOIq','wp-includes/blocks/cover/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nf%t.!C}','}?ͤRݕL r','',0,'?'),('j&^b','wp-includes/ms-settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĈL@r#}S','4n-J2Thߕ!_H/Z\"','',0,'?'),('j^SN-O ','wp-includes/css/dist/components/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mytY(p','\"\ZpT;dN J FtRRɎyT','',0,'?'),('tS\"lZcQ','wp-admin/js/auth-app.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qi ~[|\rS','A|fK\ZF|eɠLeܬ49','',0,'?'),('w\'PeF+V\0','wp-includes/Requests/Proxy/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ϕ\\^$','7gy\Z]OYTbPǚ昁','',0,'?'),('KQ}U&;&Q','wp-includes/meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ߚY\0^HmX<','T:SYZ,9ĝ.y','',0,'?'),('trεF_ ','wp-includes/js/wp-emoji-loader.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͮkM}O&#6','̶\ZM儝` +\0,\Z XF:','',0,'?'),('3-f\n','wp-includes/css/dist/list-reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`7U].[','N$/^ܩc#T\ZѠ<٠#\'&','',0,'?'),(';!1>Y xQ','wp-includes/js/dist/block-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Z5nӊUԻ@ ','HcGS\' GIK:9g8f:p','',0,'?'),('ah#8c','wp-includes/js/tinymce/themes/inlite/theme.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4ODIc`EJ','pvT5Z>jj\0\0fxa/g=& ','',0,'?'),('r=cMz','wp-includes/js/dist/is-shallow-equal.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ܧ Z','Ohҹ&j^>E]\'TC~j','',0,'?'),('!h\Zɨ$\"R','wp-includes/css/dist/edit-site/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=]WDI|5e','g@FAB\0 \"/;nT&Lp','',0,'?'),('ںuM[\r','wp-admin/images/wpspin_light-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mSy\"C','66SX6O}4>p\"\'1','',0,'?'),('Nxډ\Z8yH\\','wp-admin/js/theme-plugin-editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n9ߠ%','KÀ5:Y>lŜ}>','',0,'?'),('sSki<4\'c-6','wp-includes/js/wp-embed.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ג\'J\0䯯','V_O\'pk;`O\r8h~3K','',0,'?'),('e97aJS','wp-includes/images/smilies/icon_smile.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3.)2p','ˠ\",RʨTr=orЗ:','',0,'?'),('XQd9rڼ','wp-includes/customize/class-wp-customize-themes-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tvl3',',V3Rw.\r׭+4ݦ`=`R','',0,'?'),('cdcƚq~%','wp-includes/blocks/navigation-link/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_q{\"4','\n *(G:4&FUM `&','',0,'?'),('el5sEúQ','wp-admin/js/media-upload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','95.4ԝΞ','ڦ\'D\Z v0E~b','',0,'?'),(',CUU 9i-','wp-includes/css/wp-auth-check.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%Lԥ|l\"',']\"8y;=X\rY$T;','',0,'?'),('ȉV? ])A','wp-includes/js/media-views.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.QS72㗫','.o2amyI4tO','',0,'?'),('`h NkON8','wp-includes/blocks/file/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`\nCqtw\"r','Oj##[BjT ۗ7','',0,'?'),('W=ԘHdz','wp-includes/class-wp-site-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y>e)','m\"{=/!۫Ht,^s9G','',0,'?'),('\'>[·','wp-admin/js/user-profile.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0[Y5uG_g','3qO6;uuogUE h:->\'','',0,'?'),('OXg] ?{','',0,'?'),('3Ƈe(ú9','wp-includes/js/jquery/suggest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s\\+A)n.;','I<{\04`bCP Ԇ%\'û\ZiΪ','',0,'?'),('+o28E+K%;','wp-includes/PHPMailer/PHPMailer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' kȫ%%ġ','W:~XI„47^','',0,'?'),(':+[gCZ','wp-includes/template-loader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z ҿ܌~','\'4h 䱺[E%JH','',0,'?'),('i2O׍+sX.','wp-includes/js/jquery/ui/core.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}S%t|`.\"z\rn','{ӢbaJPaȘ@l1.x\' ','',0,'?'),('@EyJ','\'~6ȝ\nBagzdQ','',0,'?'),('PUac','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','YAG=bu','z,ͥt <{@Y{iysc(SL','',0,'?'),('{/趒Z','wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eut :F6!','6Z珬ɘU','',0,'?'),('B%v6I\"Jb4ӡT','wp-admin/link-manager.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ba[%q~zE\Z','!X% CQ+vz.,4K(','',0,'?'),('w.( =','wp-includes/blocks/navigation-link/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':CY2','>HoN^u`37(F^ )L}(\"l','',0,'?'),('>A B7Sz!e','wp-admin/includes/export.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H?iVJŰ','^AGxz #z(','wp-includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';.h󑜪;tAk','@!9Yc*<:ﭕrwשD','',0,'?'),('}','wp-admin/media-upload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qW݈\\w&cP','j+]-HOgĩ>\"O,','',0,'?'),('@\'yq','wp-includes/blocks/query-pagination/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z(N\"̹W\\','?03 V]m}\rv$VF','',0,'?'),('kV72+','wp-includes/blocks/heading/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.:jK=V\"O^','6*c,lm@&.oaċ{\"n\0Ŝ','',0,'?'),('JH6KFp~','wp-includes/blocks/social-link/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','t_)~a%','Xç}u%3+ahxm[p_H','',0,'?'),('Pw0h9','wp-includes/js/tinymce/plugins/fullscreen/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y2İ\rm}%','3].BCBeʢS( ?Z{','',0,'?'),(';j|:1/','wp-admin/site-health-info.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ki(z','}b\\]LҢ=ns\ZZ;','',0,'?'),('B yw+|t','wp-includes/class-wp-http-requests-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OTP^rbb!d','\Z[Щǩ{S.Ws:e\"#z[N','',0,'?'),('J&_#3Sq','wp-admin/images/spinner-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12^#8','#˒=$c6 B46','',0,'?'),('V+@0pɏhi','wp-includes/rest-api/class-wp-rest-response.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f0Sy?','fG]< *:m/K<-C~5%Sw','',0,'?'),('Z)_w\'$X','wp-includes/class-wp-block-parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%} C1gGr* 7','&t]Y`쿨9}܇W-','',0,'?'),('b~5aI@)*','wp-includes/class-wp-site.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eoCI7#\n','-hʠ^F0?0\n%sibV\\X','',0,'?'),('fG<@៝N-','wp-admin/includes/class-wp-privacy-requests-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V?76ҿ','~:88S*.\rnhbDe+K\0','',0,'?'),('x9p2wB','wp-includes/ms-network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x3.','ʸ]STySo$Vgv\"-j!QGK','',0,'?'),('\\:ڈ)g,\\','wp-includes/images/smilies/icon_twisted.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Lv[?+*8;','VHhK\np;.&/E','',0,'?'),('>2\\o)','wp-includes/Requests/Exception/HTTP/Unknown.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Ņ\'k?:~','@3#\Zж/*t\r6vUf','?UzP\\ @`8g;\rE','',0,'?'),('owЎ696I','wp-includes/random_compat/cast_to_int.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!>=IO','p>2xtntqb','',0,'?'),('ZQ+xr0','wp-includes/blocks/media-text/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!@ŏɵB)','1Ӳ\"VxA]R+.8vU3|','',0,'?'),('Iy-\nń','wp-includes/Requests/Exception/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eF9Q ',']0֙8p#~\\oӁ= 1','',0,'?'),('\" 6A 7^H','wp-includes/blocks/cover/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D%\Z t','J`n\n>(+h>+Y]NL3I9t','',0,'?'),(':=%M۵','wp-includes/template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-^{2`D','',0,'?'),('` ƢXv{;','wp-includes/js/dist/edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';I;UM?%9,Hbץ*\'','',0,'?'),('X* VL _','wp-includes/css/dist/block-library/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Śd39).\Z.','0\"8Y[Poal7R”W','',0,'?'),('_ 6TNG?','wp-includes/blocks/search/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Tp~P','\ZW/#$}(\ZK8옕 ','',0,'?'),('`o.QS`','wp-includes/blocks/image/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eD5P/BB4,','A-kܐBk:SQg)s@c','',0,'?'),('jI<꟟iU','wp-includes/category-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۻQ#2[','z;,T3cuviedW2J71','',0,'?'),('&}?\Zs`','wp-includes/js/wp-sanitize.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','if05}$]',' Ea5/qJXo+#x[X86 )3ن>','',0,'?'),('QWsA7d\n','wp-admin/css/site-icon-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`_?ބ=|+d','MS>j/ \"K%qޣ~','',0,'?'),('nJ-25W','wp-includes/blocks/rss/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Pt\r2/p_i','MJ\\7*r;P6c','',0,'?'),('Z|075o','wp-includes/sodium_compat/src/Core32/Int32.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3NM[/\r~H','rWQ@x[1 *o9$','',0,'?'),('B]nȄ87g','wp-includes/images/smilies/icon_rolleyes.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_56IĔE','b;SG`JL4;ͮ1;\\;xl','',0,'?'),('fR/1< PC','wp-includes/js/dist/shortcode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'pm9/ʀEI','+$O5E\\ )~[#$WQɖ','',0,'?'),('VZ8=vc','wp-includes/blocks/freeform/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g\nF͛','6802f~0\\!hnB Qf\'','',0,'?'),('ڸPֺ b','wp-includes/blocks/social-link/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=O!J$ϓT;','%g7Bt![xBfxH','',0,'?'),(' Kȁ;$z','wp-includes/js/dist/notices.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>0^p/','\\ c>H֢b20n.@6Yn6','',0,'?'),('MjAMO\"If','wp-includes/SimplePie/Net/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r FE,h','pt[bmM_Iz\"[j/O','',0,'?'),('kIKV[ 5','wp-includes/sodium_compat/namespaced/Core/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' v>#!n(','DFUu|v/]2x_ERL2QlP93s 15','',0,'?'),('w\ZdϢ\ruD\"','wp-includes/IXR/class-IXR-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%p.Tq<_S:Qh','',0,'?'),('vr@{c{','wp-includes/blocks/social-link/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\np χ}.r','^Ō=\0էɎكJRۆu','',0,'?'),('/\Z)y\r','wp-includes/blocks/html/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƗVQ%$53','T-m#^Η$fG4&Ys','',0,'?'),('$xM1>_8P\0 ','wp-includes/js/swfupload/swfupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#9>&YRg','ݙRYY-ҕ&qW1(K','',0,'?'),('35no~.','wp-includes/blocks/archives/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rǞs[pO\'','*ztRMR^/ cΟ','',0,'?'),('Qs|cL؜VH)','wp-admin/includes/class-walker-nav-menu-checklist.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ǜR۬eao2)Z','H\rhM`/450V>5UB*','',0,'?'),('/8&Dg|#','wp-includes/js/dist/viewport.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^O+,W%|:','}QȌ7éxd}DL@ 5,߿|Yy','',0,'?'),('<͐n oz#?:','wp-includes/blocks/widget-group.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s~S#ԋ\\eB3_','Hlq|0E54|{|\n#F D|\r','',0,'?'),('Oxرc5(','wp-includes/css/dist/block-library/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Vf>Sn_t ','u78oqQ~\ZM\07l2','',0,'?'),('Uzcp','wp-includes/blocks/separator/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|DJoA','\"w u{[H6Wο','',0,'?'),('n97I.Oҝ޿','wp-includes/js/heartbeat.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f(5\r;^\'','\0cޜL+8Bw\"Uw./0\nF@J','',0,'?'),('|BlIHҼOSƱ','wp-includes/js/mediaelement/mediaelement-migrate.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<C_hz3<7',',b#0!aOVc,ؕSԏIл%p)','',0,'?'),('ب&G)k{','wp-includes/sodium_compat/namespaced/Core/HChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h P','Kd%.RAOFjo-','',0,'?'),('[6dcH a ','wp-includes/blocks/latest-posts/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ε^?Us|D~',',jju rid:j1Bw','$*{K0BIڡ.Q','',0,'?'),('ISU`uTF','wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l{bOs_a>','mn5ߐ֞βgJ\\3','',0,'?'),('ʚ{(\\i7.','wp-includes/Requests/Exception/HTTP/431.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e-.ݼe>','ꅱ/Y6_wpkw0','',0,'?'),('S%ќ\"r!','wp-includes/blocks/list/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','բ&EӮq6,ה^','hƙ4ġo/F','',0,'?'),('}^72','wp-includes/Requests/Exception/HTTP/415.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jzZ,)+','v%_\0b$m&`(=m<b\Zo0p','',0,'?'),('anV=Ty X','wp-includes/SimplePie/Copyright.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k>ԪQ','i%ܴE^g2z,@QV','',0,'?'),('$b o&8','wp-includes/blocks/button/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t=(lWJ','~g#K[kGe`Ɂ1*%@QV','',0,'?'),('CV%i','wp-includes/block-supports/border.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̻PKM$\0','\reeR[xY@V|:@','',0,'?'),('} yTZHcDJ','wp-admin/js/custom-background.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|+TGTt\0','rB~[D*b5vmdyA\Zi_lB','',0,'?'),(')!)6 >}74','wp-includes/css/dist/block-library/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TP<ȴp\0)','\\; izT&MHn@\Z&ctop','',0,'?'),('LVY*','wp-includes/js/plupload/moxie.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')ךz\'Xj6yf62','\'\ZMN]$P\'\01va\nÿI','',0,'?'),(' A$ۤfCN37','wp-includes/query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' {4m','~2;S d ss9@:U=t&$n\0,','',0,'?'),('(הWh@=a','wp-includes/images/smilies/icon_mad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V! @c0S','d[O:LJjl}q','',0,'?'),('70, M','wp-includes/sodium_compat/namespaced/Core/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qy?;8V\n','\0-]뮳XEt)`1C}Mr2/','',0,'?'),('C,ڦR1A X','wp-includes/blocks/latest-posts/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.B¢DSj','~\'uq\09yRbFayָ;Fc&','',0,'?'),('EH!h8\'XiUbGн,','wp-includes/css/dist/components/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i, r*%','lL*2?>;*Z;g~','',0,'?'),('$jX])D:','wp-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZZoT','^ƕ/&){\':&[[BQ5N','',0,'?'),('2\\17Հwi{','wp-includes/js/dist/vendor/wp-polyfill.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~Gȑy+','=gM K;Eoc \0','',0,'?'),('Nsf#@Q;;{̻','wp-includes/blocks/query-pagination-numbers/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O6ө(PQ7','^`wPz l\n̓u\0k','',0,'?'),('cO-+oe','wp-includes/blocks/block/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',Zq3)','0&# b93LC\0vXJ(WUf','',0,'?'),('q뻣D(j','wp-includes/blocks/list/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','բ&EӮq6,ה^','hƙ4ġo/F','',0,'?'),(';(Xp`ҙpݷ','wp-includes/js/plupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ix\\=;|@n','\0x\0=^?:zBx@Ӵ','',0,'?'),('t0ga/','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~ -x\' ','{ڋNo#X+Xe\'_>\Z','',0,'?'),('\nqoqZVyX9','wp-admin/includes/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#&9hEp6','ǪsE\'\\lD)i$q','',0,'?'),('`@YE!','wp-includes/Requests/Transport/cURL.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w%Z*H','~cyhGKShuPm(','',0,'?'),('Ư \'CԻګ\Z','wp-includes/images/admin-bar-sprite.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S:W^','rN!`VOcKviՀ{Fn\Zle','',0,'?'),('>\0 z\Z','wp-includes/blocks/navigation/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`W4X͸','ۘC4#e)y\rٹ#ӵ_Uu\r\n','',0,'?'),('\"Z0\0ؿeԦp','wp-admin/css/admin-menu.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*_\rQ1 ','chgas~yIY=G}͝2kxr','',0,'?'),('x8[!>X','wp-admin/includes/class-wp-users-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SzS`4u','ZMRIVf)MP\rځZ-Y\' ','',0,'?'),('ue{X1 ','wp-includes/sodium_compat/src/Core32/Poly1305/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D5$ý\n \'q0','\\\"ԯ-\r6eNIDzB\r\0','',0,'?'),('S KK2iɈ','wp-includes/comment.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qV2Lӗ','29^Ub:১{MU0aZ','',0,'?'),('ygzaU\" XKG','wp-includes/js/hoverIntent.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' $a','yf`D&LI9@q=AL','',0,'?'),('vRz@7g*T','wp-includes/blocks/navigation/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BY]Аadp5','\"Qs1tؔ2w4z ~8\r0P','',0,'?'),('RpB@LJ','wp-includes/blocks/archives/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʡ @y','wp-includes/blocks/latest-comments/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R}KV=u','JaSG4gLj.ΫL#DX,s','',0,'?'),('S7zǫW~2','wp-includes/blocks/site-tagline/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',=SPEҧ','ʈ ؿߥ~Ek,ffR','',0,'?'),('U4Nb<#_','wp-includes/blocks/video/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=9A?Uso4','1ikۉw{t+2oF[\Z','',0,'?'),('atUq^!0ƣl','wp-includes/post-formats.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','h%J|,%Fś@ ','6xq#\n[jE99e^Q','',0,'?'),('kzߣboR','wp-admin/post-new.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\n(ḑ{z','TѶLc4OoFdd','',0,'?'),('|vP0fhT','wp-includes/js/dist/block-directory.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','le[Y\'zq','?ᴌRE&kJ8m\0\0c;>','',0,'?'),('@{J5䷴X','wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U,:)؋\"QqY','\"OoۈY\Zk0aM','b^#¨(t^rߘz 9F','',0,'?'),('TV\\','wp-admin/import.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U0apXƺF','EY8rϞbB$y#','',0,'?'),('NtKU','wp-includes/Requests/Exception/HTTP/407.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qx+D.42\0','>\Z]ƚB̏Xvذc.N2NҹЯ','',0,'?'),('ܵ[Ҳm%6S8:D','wp-includes/images/toggle-arrow.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','·a;d*','[b\Z;]f0s|:%','',0,'?'),('$Oqyܹ','wp-includes/blocks/audio/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=m.b.l-lko','ռC00\r=Tftc_5栺','',0,'?'),('!ެ߳ p','wp-includes/images/crystal/default.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','A>)*/!-','n$_u $Q3 E׏r|Jm','',0,'?'),('I 2RNjY','wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_E u*`Q','$cXф̜Nb/','',0,'?'),('&MXWO','wp-includes/error-protection.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?5p.9;Fܧ','֦ 7S\Z\\cdLb|o1Yã:','',0,'?'),('\\Дhc ','wp-includes/blocks/page-list/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1\rJbޭֳ','yxQ{0ITcf%%+NG','',0,'?'),('hFuQe ','wp-includes/images/wlw/wp-comments.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6]P .s','zl\ZCD#aN3\'XZ','',0,'?'),('u1HM:E7/{','wp-admin/includes/class-wp-site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i߮m9E 3:d','D`:aӳxt\\8~Aݣ%=(','',0,'?'),('ZԬ=!Ri=7h','wp-includes/js/dist/vendor/wp-polyfill-object-fit.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w$1)x5)L{p','Ljv㡴y\"0Mp@RTඒK','',0,'?'),('ǀ3<&YĆ','wp-includes/class-wp-roles.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c6*U=9','~f2\'l9LuV2 y:9','',0,'?'),('f0 ͭ~)','wp-includes/fonts/dashicons.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \Z_rY+ʂ;','yU]f8tlL.','',0,'?'),('.IOIP%)','wp-includes/Requests/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M/','ɯO3eF㛆v+.r/>,','',0,'?'),('MO,s\r','wp-includes/class-wp-http-encoding.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',ꀭǗ…-y ',' =Skl##<@_5ӐMC4G7','',0,'?'),('zJ/B&C%','wp-includes/blocks/post-featured-image/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RN1hfXI','Z\\#FħӤ0 J׹S','',0,'?'),('5;T]\0”','wp-includes/blocks/post-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(M Zޯwi\ro','ń\ZS*f[','ϩzJ&O{|K ^֤0.1t','',0,'?'),('\Z5o#R\'/l','wp-includes/fonts/dashicons.eot',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\Z>w@R-/Y','B\nZ\Z_pn͂Q?/\r3s})','',0,'?'),(' E?Юᾠ','wp-includes/js/media-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hn=|@j͒','֖u5 W\rL5[~ƥX\r;','',0,'?'),('R: ^e+x2c','wp-includes/PHPMailer/SMTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' V gMV}Ƴ0','}\r ','wp-includes/blocks/latest-comments/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XVeY2yɑ#',' Ll\0ūlS^65jzu','',0,'?'),('XRev OU','wp-includes/blocks/quote/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`Ǜ\n\ZΈF','dqSm)].ħDxXH7ch71J','',0,'?'),('Xg5(=c','wp-includes/js/tinymce/skins/lightgray/img/trans.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7I 1FGuj^',' ûͥJOmO:ϙlW5','',0,'?'),('pt_ Y7LKt','wp-admin/css/deprecated-media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' H\rWC','U=E\"=awf\Zͬ98mFˏV','',0,'?'),('TDFK1','wp-admin/css/media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.ˣc=<ꑞn','5 +\"ݧi;䫩ܳ {L R','',0,'?'),('/GΞӶ[ǜC','wp-admin/js/gallery.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C*?4k&-s','v2UWn4V[an*?X','',0,'?'),('[/9}`:wP','license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UT{Cɷ!-Q9','5WJy\"E>n`u\Z','',0,'?'),('7%̬&','wp-includes/css/dist/block-library/common.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','85ΝA-hX{fH','(Ѣ\Z7\\PA!ⳠWl','',0,'?'),('\0.}fwA','wp-includes/date.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n[*(Ҿw.myz','.\0qB_]\0a}\0','',0,'?'),('[QH\"pS1Ȫc','wp-admin/images/arrows-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Q}ydb#6 ',',c˿\Zi(~)\'8[A/Ix','',0,'?'),('\\l/S ʨz','wp-includes/blocks/template-part/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{9eMz+dz&e2','ip=] ,Ǟ8aktr__h>','',0,'?'),('[ixTq~Wve','wp-admin/network/plugin-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8@_vaє͓N|j','< gKKԆ{ȑnVỦ\n2','',0,'?'),('F~yc7v-','wp-includes/js/customize-preview-nav-menus.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','447\"-n','v\\ ypww.VDCiĜע','',0,'?'),('䑖w7:\'h*','wp-includes/js/dist/vendor/lodash.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','C`]1~','׳[p: zKQWwt}HI( ','',0,'?'),('i%o)#\\','wp-includes/blocks/image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s `5ϝ}','k$-mLkM!','',0,'?'),('2:','wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b4\'&','ۼ4P\'hNa>E5ఛ','',0,'?'),(' M}n\"4jdR','wp-includes/blocks/post-template/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NM}\\',' K.c~ [&\'1SS','',0,'?'),('\Z-x7(A4','wp-includes/js/swfupload/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[`^-oQWz',':)6a\"3r\rP\rN4yJַUq','',0,'?'),('1W;cN\"u','wp-includes/pomo/streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7ץ}S_','\')\Z3ET˜fI#J;:_\\L j!','',0,'?'),('JBGT;,lT','wp-includes/images/smilies/icon_exclaim.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':\\>5\0rsg','LɵHA(xʓ2EP% ##5','',0,'?'),('V^3m6._P','wp-includes/customize/class-wp-customize-background-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(g0b|','fY@}-ao@¤ƋXoX','',0,'?'),('q2trۗ,]s*r','wp-includes/blocks/audio/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','53y bA','@,BW/R-Mw›]ٻ','',0,'?'),('[D?_[','wp-includes/random_compat/random_bytes_libsodium.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4Տd','In6_ga8y].','',0,'?'),('7M3š$','wp-includes/images/smilies/icon_question.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[-\0\'WF','7b|6#9/?x~ [%t','',0,'?'),('2@kw>K2','wp-includes/feed-atom.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K:0wʏ','>gH:׎L3?w=','',0,'?'),('H\0ۙhC','wp-admin/css/colors/ectoplasm/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.Zԑ5dii? )','23JsT~g7l<','',0,'?'),('wtH-s\0n','wp-includes/js/wplink.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!{TWV','@e{F o`+5pQ\'+eC','',0,'?'),('=֬H@-i','wp-includes/css/admin-bar-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʩ\Z\n ~`b','<\'1Z3Ŷmܻ?VGEy8','',0,'?'),('p6ɨZL','wp-includes/blocks/widget-group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`## 9','찁+7!^a(NlqEÊOs!Φ','',0,'?'),('(BA!','wp-includes/theme-templates.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{^A3\Zl3ǐ',',;x*I*ys>gSחd','',0,'?'),('-\'fߕ?X:4\r!','wp-includes/blocks/table/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g> ]M:h0','06;Ii3`64=b','',0,'?'),('^\'q0','wp-links-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lnj\\wX=7I','7\"1jL?9Y\"&kŌVD|','',0,'?'),('%nTߒ ^gXΰ','wp-admin/js/inline-edit-post.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' L','LuDt\\Sh Mj-Xv4#Q','',0,'?'),('3aDwPq','wp-admin/includes/class-theme-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lVCd_,|W/','ͱ`:~ODž䢸 w','',0,'?'),('m`5\n+ 7','wp-includes/blocks/search/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hC|V݋','I e%\ny|bU','',0,'?'),('n&n!崬','wp-admin/css/site-icon.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lˁxJTG','+WV3(qFr;|^@','',0,'?'),('{{8B%@\0x','wp-includes/blocks/post-featured-image/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','32,Que/:gg','3@̅\\Ÿ{A','',0,'?'),('EX|T','wp-includes/blocks/media-text/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DBj>','Fu~^_2\nTEG^1-Gae','',0,'?'),(']jl\'/x5','wp-includes/js/wp-sanitize.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':kEt6Q','yΦV }ɛqK>ۈP6*C\ns}','',0,'?'),('W{\\,Yu','wp-includes/js/jquery/ui/effect-explode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!ŠwDW','\'_3a<E*t mNL[','',0,'?'),('5\rk','wp-admin/js/color-picker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_;\Z5','\nmm^G&%\0SKmY2p#','',0,'?'),('8P5aĨ ','wp-includes/images/smilies/icon_wink.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e?2i','(V{VBko(`ZV 6','',0,'?'),('y85æb','wp-admin/css/colors/sunrise/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƐB_q0L',']HU(nY\'(!f,TX','',0,'?'),(' wtz ','wp-includes/blocks/term-description/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F]֏=','hQ=YO^Ghzh ','',0,'?'),('l3. XN','wp-includes/Requests/Exception/HTTP/403.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vڮV3','IlEKѦ?Z0JTU','',0,'?'),('<)\"vY4','wp-includes/blocks/verse/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','AX߁`j','%_ҷ74w\'G&dr#x','',0,'?'),(' PQE|E}7+','wp-admin/includes/class-wp-filesystem-ftpsockets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\']zz4B:','bV=\"%ėuS`+Ge(A','',0,'?'),('U$\\*1^S','wp-includes/js/jquery/ui/effect-clip.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H<>hwc','w˩}<G\ZInu6luw','',0,'?'),('_ \0*O','wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uutu+]a','\n1IJAP3C\0{K7 QOf','',0,'?'),('P\Z/l%','wp-includes/js/jquery/jquery.hotkeys.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jhIQLZA$UnH','TfRMS9ºMDRRN','',0,'?'),('\0 k~U5T','wp-includes/widgets/class-wp-widget-text.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q?JfQfmԹ','SH `kz3aCWz','',0,'?'),('(Ϲز','wp-includes/blocks/video/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',V%ξ]','S*q$2xe߹q','CņmQ_E|k!|W1!','',0,'?'),('U\\aE','wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wͱr0؅=','?E%+w\r^֗.$i$[W','',0,'?'),('4Zs.]*','wp-includes/blocks/table/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ij/tD=','6\rO?ᅡIQ@Lv^7L6ƾ ','',0,'?'),('9V#}X<\n[ R','wp-includes/blocks/template-part/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U{9eMz+dz&e2','ip=] ,Ǟ8aktr__h>','',0,'?'),('<(*A]O','wp-admin/css/colors/ocean/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~_\r/w','\'t70 YXa\\^=\0\rhMvS','',0,'?'),('bvEH΄','wp-includes/js/wp-lists.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O]S1LY%','\\w :~韆XWj@g_\Z-','',0,'?'),('hS:`','wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N+C#+|fZ]','kn\Zy&_[ Igl(g\'^G','',0,'?'),('&N,6P','wp-admin/images/icons32-vs-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','*04G4F &Zi}\"','.a}hw6WEʭ(3Jӭ9E','',0,'?'),('v#qȃ','wp-includes/sodium_compat/src/Core32/ChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EOxٕX2떭؃','xaJN!e\"\"Nq}AMC1){j','',0,'?'),('W31Ngפ','wp-includes/js/dist/vendor/react.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rOu6',']x;GvAz>vF[ Q','',0,'?'),('x[e>M ','wp-admin/includes/edit-tag-messages.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.jA8rUq','?uZv*32;h$,\rME~','',0,'?'),('qhBc92','wp-admin/network/site-themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1-\"nFt-Cjvd','A /m꧆[\'\"TaU,[@ eI','',0,'?'),('n1.ÓutlX','wp-admin/css/colors/modern/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U}`b%sdIl','!l:]j,_F)\0s#slH','',0,'?'),('v\\Q-','wp-includes/js/tinymce/plugins/hr/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' %>)• ;',' ؃FS [k&f 6+b>','',0,'?'),('іqSGKy(','wp-includes/kses.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','͙zkM Q-','\ZFrNhTKQa-v9;','',0,'?'),('9lן? rq','wp-includes/class-wp-user-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(\'eD{\rF)','ħø^|Aȏkh&B','',0,'?'),('DS3.įy};','wp-admin/images/browser-rtl.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D\"ӠA\Z%̝','+啧0pƜJMk qwXب','',0,'?'),('[Hn[P.~FU|','wp-includes/nav-menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z#́ 3i(','p%F8\\,a>27x{,x','',0,'?'),('j\\Ħh\'ǰ7/i ','9QHjjHby~h)cзB4 ','',0,'?'),('Z\Zxcyd\'','wp-admin/js/language-chooser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','U>p4Jl5=','9\rXLdC5@UK&>̓l#','',0,'?'),('2sk','wp-includes/blocks/categories/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','މ\0(({','\\_zZj99rY}=p\0rw','',0,'?'),(':x=}','wp-includes/js/jquery/ui/mouse.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','flcr~wX\0','/\\(b0Bx.UKy`r','',0,'?'),('OIY\\{=H','wp-includes/robots-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\líܓM','^hR߻uɆCZ11S&̊p0','',0,'?'),('Tn3<[ 5','wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LC>\"Z$dnd+','z-`n1Y%5\\/$\nȶ?','',0,'?'),('ƞׅ\ZXX]Y F','wp-includes/js/codemirror/htmlhint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2|џGMt P5','\0U[\0M\'mCռ55k`5ё','',0,'?'),(' a\"KwTbc1S','wp-admin/css/revisions.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@t$`j&s',' $bfoQtR+Azz','',0,'?'),('-[ip\\^]','wp-includes/widgets/class-wp-widget-tag-cloud.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','il¹+XZܚ','p^B& ROގD\0','',0,'?'),('4ge>ߝ','wp-admin/images/list-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hջIS2ig ','JpS_ X#UB-z,','',0,'?'),('OOwTM\rY!d','wp-includes/js/mediaelement/mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-6m','%]cطZ7\nԋ2','',0,'?'),(']ǿ|IC','wp-includes/js/dist/keycodes.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'?DR.y[}','ؐh,A/js\rSȦk=ZT','',0,'?'),('fkjNUei4=%','wp-admin/js/tags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DXݲ2Ug','9k7qJ3Bl?W؎','',0,'?'),('y%Ǻ~ne\"V','wp-admin/css/list-tables-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@3-C','c22FzP.ۧD9}e Tgl.%','',0,'?'),('rN(M\\','wp-includes/blocks/post-title/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4̈~3vtSQ\'','geT\'i\\i=>;QBH\'D','',0,'?'),('1o%qA','wp-admin/js/inline-edit-post.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1/V`nBR','NXL1YDr/uXnogd','',0,'?'),('ˋAFwD4B\0','wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I X%\"','m.F;|(lGVW6\re\"p/','',0,'?'),('EQ? (','wp-includes/class-oembed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j,;\Z3x','0v!vv7HlVdi\'K','',0,'?'),('.݁BxKY','wp-includes/ms-default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZȄ.!Y219>','(;Jќ<^bkҵxg\'*ەU|','',0,'?'),('6~e{\".w','wp-includes/widgets/class-wp-widget-recent-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','','.g}$bXQ\"jJ}Gjcݺ','',0,'?'),('mӟa','wp-includes/blocks/post-featured-image/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_0^mbX',' ]bICI1wv}OY','',0,'?'),('\nRbxg','wp-includes/css/dist/block-library/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z+ Z\0`%','#Si)okcqm*Y[S-c4(A','',0,'?'),('Y\0)\r/j)Ar','wp-includes/customize/class-wp-customize-filter-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','M`f\0iu','\0<\nj:YFdw ','',0,'?'),('Ph`|/:W\0','wp-includes/blocks/columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o Ե-\"','@á\n_O>~&@4\'','wp-includes/class.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/]Xnw','bI0=P LU[!PN ','',0,'?'),('nvpe}','wp-admin/js/customize-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2v|*댦} ','i1,!ѳ~z\Z- #','',0,'?'),('DTǡ#\"1?','wp-includes/blocks/cover/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0iVؾv@R*ݭk',' hٷ:jTU~IGh?\ZC-P_S','',0,'?'),('PZ27Mn','wp-includes/blocks/rss/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{]ө Z>ﭒ ','dZ3aHّ2\'t\0L\\[i!Q','',0,'?'),(' \\…Tn]','wp-includes/Requests/IDNAEncoder.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yG}n(Y','/)e[h:;*>','6!I{ԡ ~cH,/JHd','',0,'?'),('(|nsARF+','wp-includes/js/crop/marqueeHoriz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̮;Lo\n','|Se|./QYW}(','',0,'?'),('c:Qk2 6','wp-includes/blocks/columns/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ӨߵOיL',',>mQIXF?18C','',0,'?'),(':[&b[hY','wp-includes/images/smilies/icon_razz.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9[wDAMA',';P1]fUE;`Qڮ\neZ\0@4aA','',0,'?'),('x2_.~$)','wp-includes/js/dist/core-data.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KEgR{ ','#w>V?e{wAQ','',0,'?'),('$ tզ} T','wp-includes/blocks/code/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(궲zhɶ',' 6r3C9aْ~ȝ:','',0,'?'),('Ὀ5f?hk','wp-includes/widgets/class-wp-widget-media-audio.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OP/:#A','P!𴴨jzF#dĚMP','',0,'?'),('8`9?BbБ','wp-includes/js/jquery/ui/effect-puff.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bJ$d ^ڔ\n?\":','~I\'z%RU&>ܟ]w1\"5 j{\0;','',0,'?'),('\n /Y','wp-includes/js/dist/data-controls.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1)6^I4Qy̘','jh7rlF_yYZuY m','',0,'?'),('+F4\nq\"]','wp-includes/blocks/table/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','|>¾7tU','UPS! \\z\ZLruwU','',0,'?'),('c̎$\n\'@\r','wp-admin/setup-config.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RW\Zܢ$*',' CG9Ov޹J\"7MDS','',0,'?'),('m֙7,} ov','wp-includes/css/dist/block-library/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P0 ^܀h','|R_fP+j.\n>(HJ|_%{P\n','',0,'?'),('J1MF< ','wp-admin/js/tags-box.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JA휪MY~= u','\" 0\ntM\"BaX-J','',0,'?'),('c-,Rqee\\','wp-includes/blocks/group/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}k,\'%vM','_','wp-includes/images/wlw/wp-watermark.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';uMmܭD|wD','S nR\'X^khɑi7','',0,'?'),('8jc}','wp-includes/blocks/rss/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r8^/4?{','#t#Ͻg߆>l8Z,hT4~E|','',0,'?'),('\'Kzf','wp-includes/customize/class-wp-customize-header-image-setting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','71gIϏH\0 5','>%J32$e D&]:,9-','',0,'?'),('\rfh8!','wp-includes/Requests/Exception/HTTP/500.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I(vrMm(c\0{ \n','FO V3\"!kP','',0,'?'),('v9b$L','wp-includes/random_compat/error_polyfill.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','X:,t]7=QE',',t\0_gX%4.tP]>JT4','',0,'?'),('#?Gc ¯l1e','wp-includes/class-wp-theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' )Bh','s&jB1BUA̹','',0,'?'),('HPw%8','wp-includes/images/smilies/icon_sad.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IxoTMzD-','b5yh9}o WInn','',0,'?'),('[nG{\'q:','wp-includes/ms-deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KMý','{\"zGW1ɓDĝU͏[','',0,'?'),('c6~6̐','wp-includes/blocks/button/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cC`\0gK,&g','qu]Mo;sxh͙\rzA','',0,'?'),('\Z78-\\~','wp-includes/css/dist/edit-post/classic-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\Z/sݔ+','gL\")~iN*~U?CBP','',0,'?'),('3_[#g`','wp-includes/css/dist/block-library/reset-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','բBxH\r5:6','*]X8%KқR Qf;\ne\r6\\','',0,'?'),('Ȁ~_qIS','wp-admin/js/password-strength-meter.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z3r ;]<|','1y吥!}}3ɻ}}te\nt','',0,'?'),('\\D >F,','wp-admin/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ג^Fcrl{`7','J:z``zա}','',0,'?'),('laމL','wp-includes/css/dist/edit-site/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'QpPeh','Ƀ Dt[QKZt(N 5\n{','',0,'?'),('ꔕTs\r%LJM','wp-includes/blocks/spacer/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?iXS%%<<','r08)!7\n(y\'.J1dp','',0,'?'),('&Ż(','wp-admin/js/widgets/custom-html-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K kc\'','r=,kM:DyKF~sS|ğZ','',0,'?'),('j\Z;\re','wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ivu$+(Qzw','*:+gvdLZ͵12',')\riO?MqVOQg>r','',0,'?'),(' It13&','wp-admin/js/nav-menu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ѫ[- UNT','cq$$Ϟ[}+qc[@','',0,'?'),('Glݠ_','wp-includes/js/dist/date.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ws3&','GX]RS\\uvku.ihx텵H','',0,'?'),('J-狁\\\"ץ&','wp-includes/sodium_compat/src/Core/Util.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=DϢڡ`_^WG','O\Z ߀fIJC%O H=2`H%','',0,'?'),(';?2S\0p','wp-admin/customize.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qNpʟ','of=0% ElM*z ē','',0,'?'),('].1 \rPXL','wp-admin/includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!Z2\rfB ~','w} u:)Ȇex`gub','',0,'?'),('s8 \'ɀ\Z%Cx','wp-includes/blocks/archives/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rlAH ט뀏ׄj','+h%23^K#l]raBc\r4b','',0,'?'),('u${ܨv','wp-includes/blocks/latest-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1a׿yէ','\Z Qی\"Aö_pX3).W%r{5','',0,'?'),('~K ɁwwfC','wp-admin/js/widgets/media-gallery-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{c/I<','y\\RTܠUtmY(㻱̿','',0,'?'),('}z#\Z','wp-includes/Requests/IRI.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','e(ad\ZC','\"G-O\'B ^','',0,'?'),('\r[\0EuJ','wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':t@r','ʡGn҄\'Ph֮V \r^','',0,'?'),('4y3%k ','wp-admin/js/widgets/media-image-widget.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';k#?cQ7(e','o{\rrh5Fww LeFz]','',0,'?'),(' | ','wp-includes/js/masonry.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';?&TJexH','$!|=#fcjc:TQ0b,ʉ','',0,'?'),('Θr(Ł ','wp-admin/js/auth-app.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#LPS[f','F@H8݇7an#{ j','',0,'?'),('\0뀄 ;t/-','wp-includes/blocks/file/view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nL{q','-m V!`{\"5Lw,SuIj','',0,'?'),('p$^dZ','wp-admin/network/plugin-install.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%(Fv\0 ~F','ڙs-s~uYeTF4! *','',0,'?'),('[Kb2 8','wp-includes/pomo/po.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' z&TXL;c','7GZXYOzD_{JW/','',0,'?'),(' JHl\"GL','wp-includes/css/dist/block-library/reset-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','if9Konb','/=DW.ED 9&Q L','',0,'?'),('9[E:Ѷq A','wp-includes/blocks/calendar/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','14-9F&5f4(','gjv AU$jl?…','',0,'?'),('Sq`M','wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڡq1b4 G*','{U%Hv3)|w-L&.䌩','',0,'?'),('n֢\r V5,','wp-includes/widgets/class-wp-widget-meta.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j+(,^b(','PL+witZdkZ{XV`t','',0,'?'),('ol>x~I ','wp-admin/network/about.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~(4G','j/}Ӆ\0ES̤\\Hg#Z._','',0,'?'),('0jlSK','wp-includes/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z]NSQ&G^Q$','1w>`OHޓ\'.Mp{','',0,'?'),('ސqic=','wp-includes/class-wp-simplepie-file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' bkϖхX','/\'C? C\Zfb%$=V6 \\','',0,'?'),('_Q|]`\Z','wp-includes/blocks/table/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(VDq$a','VQ8#3m.6-!Pp:1Kj','',0,'?'),('«-j=uN\\q\'','wp-admin/css/farbtastic.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8)}{Ch2U','|ALMbxd8XjX.^\n\Z','',0,'?'),('ugkDEK','wp-includes/blocks/query-pagination-numbers/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{՘;-0< ','\Z}InMPqDYpd/\"n\"','',0,'?'),('ᗏ3-4','wp-admin/css/colors/midnight/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aQSH9C','$u%_S\Zcpkc4M_@d)A','',0,'?'),('\"ڕK[@G 9','wp-admin/includes/class-wp-theme-install-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ўX=y2;','\"j79Lpr( LjE{~','',0,'?'),('#u0c}','wp-includes/js/dist/i18n.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q}QVg ','Xz8u:uШޞPmqI*b~6','',0,'?'),('3!9 =6 ݡ','wp-admin/images/resize-rtl-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','MMH!YA','2mo{|ny˃4 (φ=','',0,'?'),('sC<:<A','wp-includes/sodium_compat/src/Core/SecretStream/State.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':Z{5o',' <s6\0, RauhXc','',0,'?'),(')[\"JH|jk$','wp-admin/js/customize-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0 ؛;q ','[\'0yWxp*-t-Id','',0,'?'),('JTV0DoTA[@','wp-admin/options-discussion.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{c(P','KcrEIfRNt@o% ۷ʻxE','',0,'?'),('S8MC>','wp-includes/js/dist/block-serialization-default-parser.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',': ',')24NaK-dEʂ ','',0,'?'),('ShS%Tz','wp-includes/js/mediaelement/wp-mediaelement.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/NqORg +\\','F}\Z\nvn`Z!TWs','',0,'?'),('\"ܒnzD','wp-includes/SimplePie/Caption.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','܊yuD\r£','\'W1Q5[ۋ)\r8۝5:?*)K','',0,'?'),('Z\nuoK T;e','wp-admin/images/list.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>*ӳS','\\wT[=baCk;c','',0,'?'),('4)tkl#{k/PxYp*L׻膺ϲ','',0,'?'),(' Uy/*%;','wp-admin/includes/update-core.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nX]܉3L','^Jь-1QiBd[> ','',0,'?'),('\rEǗ','wp-includes/images/wpspin-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mSy\"C','66SX6O}4>p\"\'1','',0,'?'),('h/͔jC\0n','wp-admin/includes/class-plugin-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[pT0$.','?tD~#͘/X#G/Nf\\͜gN','',0,'?'),('xW2euvL','wp-includes/customize/class-wp-customize-background-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{f&E\\$sX','Rv3~|.OLtN`Ѯ','',0,'?'),('6?^o#','wp-includes/sodium_compat/namespaced/Core/SipHash.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r -er^!~','`RlԥLz?iāACH󞮣Pyn','',0,'?'),('&@pɗ','wp-includes/js/dist/wordcount.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6\'{Gp(\"(s','Q@GC^#^oPM,Eԅ^C\Z7','',0,'?'),('spe','wp-admin/includes/class-wp-ms-sites-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','̲õ_%90','I*z ;τ\0mr@Dh\"U','',0,'?'),('@Pwy3Ks','wp-includes/blocks/site-tagline/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Fهs[mH','B\n×ȹF)|6=9G>n`u\Z','',0,'?'),(' ӭgȱ!nP','wp-includes/IXR/class-IXR-client.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','aJ}!W',' Yw1v.G3edÄy`LR ]','',0,'?'),('ʜ\\\"z@*>\Z','wp-includes/blocks/site-tagline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2oH\"ϵ8zw ','h9DP\"ϑhff%','',0,'?'),('\ni_a*>dnP','wp-includes/blocks/post-excerpt/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v1,ͯeܒ','W޻i75^gDn~Q\"5 Q W ɟ','',0,'?'),('\rTX [','wp-includes/php-compat/readonly.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f7G9ГUe','ݢ70{Qa}ؗ4lr','',0,'?'),('-18;T/X]','wp-admin/ms-sites.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f3&S7F76',',$yn)RHgh{$U','',0,'?'),('jY ','wp-includes/js/dist/components.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g/~jچ%','{)a/4j;|mQV','',0,'?'),('s$lAF-^','wp-includes/blocks/group/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}k,\'%vM','@ΡD&{(DγiO#','',0,'?'),('X-Of','wp-includes/blocks/nextpage/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';(\nw16\nO','}{pe09\rnL]tJ :R~','',0,'?'),('\n]Eg7Oqb','wp-includes/sitemaps/class-wp-sitemaps-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Go\n>','>\0B[Z>pޏa0~5k[G','',0,'?'),('njP+','wp-admin/includes/class-custom-image-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J\' =WQu','(1Χds2\rsr742nVS}','',0,'?'),('\ZBi/6','wp-includes/js/jquery/ui/effect-clip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','mHY٧UvK','.}tB,2ē! g7$','',0,'?'),('8u7h@jx\"5','wp-includes/class-wp-block-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԃ̼ovt~Ҹa','DM/,٧ޤ+ ?Np','',0,'?'),('LyE{f','wp-includes/css/dashicons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','֍kUо3','|389&ΚG\"#\0̠;eR','',0,'?'),('g bf\r\Zъ','wp-includes/blocks/rss/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3:&[󿵺=#','AZ ag K\"]&\0+','',0,'?'),('kULǡ$','wp-admin/ms-users.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','³u~]*Cu\0','es}k_q}~G[5Qu!','',0,'?'),('rn` m$\0V','wp-includes/blocks/media-text/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l\"\\','8I#\n=mMWḑJs\0','',0,'?'),('=-Xԍn{]pf','wp-includes/js/wp-embed-template.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f%W^my4$',')Ar\rt@jY','',0,'?'),('۝w6Uu%','wp-includes/js/dist/vendor/wp-polyfill-element-closest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=Jqf>It4/K}F<','',0,'?'),('&B5VAUU,','wp-includes/class-wp-http-cookie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'Ϧ#qrL?','=Yl87Z/:.slApw\0','',0,'?'),('1Abȱ8EN','wp-includes/blocks/group/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','䎮f,DgF׷','C\rS@ZxT x\\?N=Ut','',0,'?'),('_f;waځ','wp-includes/js/tinymce/skins/wordpress/images/gallery.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_PwPU4','','wp-includes/js/underscore.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G}#8.-?F',')u IօqpӘ*dNŸ9\Z','',0,'?'),('q?%rp07q','wp-admin/css/colors/coffee/colors-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w`T[\\宓,',' aK%`sؕkU[<kr,ѿ','',0,'?'),('C #aS[','wp-includes/sodium_compat/lib/stream-xchacha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZXx3)','mioj6XPJyvx ܧ','',0,'?'),('xЙ)DC<','wp-includes/js/customize-models.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'~G~Ԟ','h3XVxpTOS‘Sfb\rE捵','',0,'?'),(' ~U\"&','wp-includes/images/wpicons-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nVo$Of~7',']کA=ђ%q%aMBUp','',0,'?'),('t~*ֆ','wp-includes/blocks/page-list/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZƳn\nha%','ĖpzmJ\\9 H','',0,'?'),('W2DG7V','wp-admin/css/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[bzC','$\ZX/ByEQlfaRPldoe@ ','',0,'?'),('tfF r{܇_Ix','wp-includes/SimplePie/Parser.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ج8\rʝY ','ўKf\'?=Onư^','',0,'?'),(' ߲;0 ','wp-includes/feed-rss2-comments.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L6<vzL','3۸kH? 1Bg#~{V>v2U','',0,'?'),('v>8\'T6X','wp-includes/js/jquery/ui/progressbar.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')B;iQ1-R','4\\\'Ӣ/^Mle)Ǵ\"','',0,'?'),('3T.^ƙ<','wp-mail.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','p~߈V\r','@`[?bPxg?e','G ZEB.8~O+av.','',0,'?'),('GV\\z#!;','wp-includes/js/media-audiovideo.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TfE\rܷe3','-S?R8#V1@_W\r>^','',0,'?'),('Ms;\',-E','wp-admin/css/dashboard-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Ku|!<\rEYֲ','x1An%S]J&A8aBДjp','',0,'?'),('Or#TG!','wp-includes/js/swfobject.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',I}pe~2q','?Lw.4MՒFJ>fI鴆','',0,'?'),('l&*&','wp-includes/SimplePie/Content/Type/Sniffer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JVPt>%N\0','\nS/̼#@%,ul$tT','',0,'?'),('$(g(P/','wp-admin/css/wp-admin-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','GQ5\'EYo0}_','0|TFO  ..>CEj','',0,'?'),('5At߂m0iz','wp-admin/css/themes-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' B􊠣-','̖N2K@+ys&WTU$n6','',0,'?'),('HСYVhZ','wp-includes/block-supports/duotone.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','IxbB2\\y','uh?Ҿ44[-y&]','',0,'?'),(' qKUj','wp-includes/SimplePie/Category.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{[ ZVG4&','W;#bc:lEm','',0,'?'),('he-BJ_v','wp-includes/blocks/search/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','otp{&<웑61','\n #8ޗFӳl䇗7;','',0,'?'),('r\\jA$','wp-includes/js/customize-base.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Nfu\Z\\A0o)','luso nGǝNU1`9.','',0,'?'),('犏 `bI\"v4N','wp-includes/blocks/cover/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rxxL','5Q^\" NIt@-í=\r,','',0,'?'),('\"S έ`t@','wp-admin/network/plugins.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R\n.oƱ2bw','Agp/m,&Rqf9ey$=','',0,'?'),('\\.1-:','wp-admin/options-media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=ãn}Eq}PD','g\\, iIc<^*l]E1i>','',0,'?'),('ΝH**.ځS','wp-admin/includes/bookmark.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','F`W3UH','ߘc.5%iIA4Zz5I}','',0,'?'),('8p>ĉ+(','wp-includes/blocks/template-part/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s 7\ZKT8f{','<|\'鏶=^JWM8ׁ<','',0,'?'),('dxeBݙϟ5','wp-includes/IXR/class-IXR-clientmulticall.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hqglt','ғ\'bOE&ƧW0h o\\`Y','',0,'?'),('Ul1ȕDbmg','wp-includes/css/buttons-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FXWDwڭ','o !Pc\0iF9aK','',0,'?'),('\nfv81-I','wp-includes/SimplePie/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','逗zqŔ /','_peNO/*mvȿn6*zon ','',0,'?'),('yёcj!\\\'','wp-includes/class-wp-block-list.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϴU;#>','',0,'?'),('\Zl3Ȋ','wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PUՒJLm8`v','ӛvQk\nl]`Ε۷+}kO','',0,'?'),('<hiѭ3* Fq','wp-includes/blocks/button/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hK/oP_*','L p\n~hk{Zv','',0,'?'),('VZblͯ','wp-includes/blocks/archives/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʡ IVpFGN}','iD@V>k(t# `9H*\'c','',0,'?'),('[:q','wp-admin/includes/class-wp-plugins-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VOQʗ','@͠ۿv\rlMTRfIj4cWY;E','',0,'?'),('POf;/','wp-includes/SimplePie/Decode/HTML/Entities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jыp&yU','WP*P=Nϻ;\Zi82_ ','',0,'?'),('\\ Iѻ,','wp-includes/class-simplepie.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','HGظ','*Jg<9O-[CcVlߝ','',0,'?'),('ڙy2D\na93','wp-includes/block-supports/layout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NArP )','= qQ\'Mpţ>.VF m#ä2(','',0,'?'),('\\]^Tꥊ','wp-includes/js/dist/vendor/wp-polyfill-url.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rt\0XdxR`','bՔW? gtRċ\\}DETӇ=','',0,'?'),('/&2ѡ\rgDs','wp-includes/http.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P!r6 ]mqn=','',0,'?'),('qhn Jj','wp-admin/css/nav-menus.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Cւ~O>\np','F8>_K \n%OF$W܉ٰ䣩','',0,'?'),('< f%nO','wp-admin/includes/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8[X{˓\rW\'','MWiEnRQ~*g2|=%7:','',0,'?'),('ÏuL,&Ǒ\r1','wp-admin/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9ꉍ`Wkl','fЄ\"S+0pU,','',0,'?'),('Ӏ9[M-g','wp-includes/js/dist/hooks.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eͿ/bBr~','7}h\rߛ}NSy)','',0,'?'),('%I}PzW','wp-includes/random_compat/random_bytes_mcrypt.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TԦʙ`PL','b=-.XTYnP','',0,'?'),('l;+SG','wp-includes/blocks/audio/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' &Qնo&U','Ң^O7.skC#%Nr?','',0,'?'),('{ZV$','wp-includes/blocks/social-links/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ϟ\r>yQ:3r','Cln6±f\\jlw^bLZ','',0,'?'),('+M%]sD00','wp-includes/blocks/freeform/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϯ\rMdzc|L','xr ߔڅ^ƨ|& ߊ5ӹ','',0,'?'),('7ʏaBKz','wp-includes/blocks/button/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hK/oP_*','L p\n~hk{Zv','',0,'?'),('a@o\'kb','wp-includes/js/jquery/jquery-migrate.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yk~x$K^-3}','PyD\\\\cd~P`7 F/','',0,'?'),('x;_q*`<','wp-includes/blocks/group/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=>*f[','ϩzJ&O{|K ^֤0.1t','',0,'?'),('^[Xi ','wp-admin/themes.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hJ[WW T_','5\"y-K{p3 qPe>','',0,'?'),(':X@\0{*֯','wp-admin/includes/class-language-pack-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m/Q%@,)l\Z','AVE]{Q!TÍ6e[{.','',0,'?'),('4T(\\9\'3)','wp-admin/css/customize-widgets-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+F+Nq.V[','aE-nAe=R=:.CC\\tZ*','',0,'?'),('\0n:Tq}K @','wp-includes/Requests/Exception/HTTP/408.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5Wp]\'zAz','q*lmKңk\"MQ?pa؂4','',0,'?'),('k{&x\n','wp-includes/class-wp-error.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l &0?&c~','GbM[G &JrFE1rsL,t(W','',0,'?'),('\0%3[$x\0.(','wp-admin/images/marker.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3*O2/3I2','~T@\\vUIbt','',0,'?'),('{]\\ֵ d','wp-admin/css/forms-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.9B0c`![?l','E$LRt8ujVyr|','',0,'?'),('\"RŜ','wp-includes/images/crystal/text.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ѳ#d%[','n10<;\nIp~f⠸z','',0,'?'),('YJOΠ*Z','wp-includes/blocks/post-author/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6hx6I20φ|g','4\Z&{b|G#f^3)!h0xz','',0,'?'),('st]H\n','wp-includes/js/dist/edit-site.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%/D].i','6epUMwޙW\"{Αl>\"xO','',0,'?'),('v%S[̪Ѿ','wp-includes/ms-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ښw5FSX\r\\','Ks4DrXk \".:a','',0,'?'),('rsa9SUU','wp-includes/blocks/post-featured-image/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q&ҪIsq4\"','ht܄9S\nn\Zc%xMe\0(','',0,'?'),('vyLe!','wp-includes/blocks/post-terms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LJGhNp7g{u','fqf=^h)JR`DbwB%','',0,'?'),('|X%jgu@CJM','wp-includes/js/dist/vendor/react.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m~gQ[[7J','ĤQ>م/K2\Z#I($','',0,'?'),('ւxR aǜ@','wp-includes/css/dist/editor/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' TNOZynz','{-@T\ro\nR\\8Z?_O>[&3f','',0,'?'),('X\"-{$48sx','wp-admin/css/deprecated-media.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','DReCX& n','QU)š ƟlQ d׶+8V΀','',0,'?'),('\rZO[΅f','wp-includes/blocks/columns/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wױ&,E','ΩnW&5(p}\rk.Zᬿ5f','',0,'?'),('UdMS$l','wp-admin/includes/class-wp-list-table-compat.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}>\r_D\"CkC','\\ ; ]\"(+/}˚q5NS\'','',0,'?'),('G︈g pΊ','wp-includes/blocks/quote/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lk,4','T3C)Y89ZN]e','',0,'?'),('ZWtpNh','wp-admin/css/nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I\rĖ͹M','i:ag r\"`z\0fE','',0,'?'),('ma#$smxQ','wp-includes/blocks/template-part.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QE\nxbE]p','@n\rf˂\ntϯu܊pF\\cQ','',0,'?'),('#;eO\"#[','wp-includes/blocks/shortcode/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4>cS/\"؇$v','ky}rC\"Q} 3i$>V ','',0,'?'),('Z Og\nWW2','wp-includes/js/wp-embed-template.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~glL9','\ZkVcLQsa!吊','/ۯ7{1(DTM\0ѷ!!\nlZ','',0,'?'),('!h>iq8tn','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0>@UeU','țp˄o|̭/]','',0,'?'),('@,n\\+k','wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9\'Q8b/a','3t\\R>_a>\0|ՑVC䦇OB','',0,'?'),('O/ì`|g_\0','wp-includes/Requests/Exception/HTTP/429.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&9iїR7','!Tuwmt5o\n2A\"kߚz','',0,'?'),('{1\"^.','wp-includes/class-wp-widget-factory.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','efp|r)\ne\\','r&mpK (E8:N%z','',0,'?'),('sv ','wp-includes/blocks/social-links/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KPOatݚ','X9qLHUNI۱uqkRt','',0,'?'),('sIqF','wp-admin/includes/class-theme-installer-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RϷ.ˠL n',' ^$ACwpKc䫚j\'1خ','',0,'?'),('=V;N.K','wp-includes/js/wp-list-revisions.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','PbOPxOrs72','# ; w1.B3f_;Pf','',0,'?'),('7FWm!wSZ=','wp-includes/blocks/video/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=9A?Uso4','1ikۉw{t+2oF[\Z','',0,'?'),('\nӛIQED ','wp-includes/class-wp-comment-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','WXй3}8c\r\\2','ks`?גjnoYV','',0,'?'),('\\MMF/I','wp-includes/Requests/Auth/Basic.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I}\nѴM\"_V','8hs+dƃ*&9ɯ','',0,'?'),('Κ,Qagl\Z','wp-includes/class-smtp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.斚aqݓϠ','B)HJڐRps  +\'8k_','',0,'?'),('dA#*Źo7','wp-admin/js/customize-controls.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#5n[=','؉xMɕLoDЈ[qƜQ','',0,'?'),('V\ZF\0|','wp-includes/sodium_compat/src/Core32/Poly1305.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@BgEJƽH','i|\\IE_ X綈j','',0,'?'),('xOW\r','wp-includes/sodium_compat/src/PHP52/SplFixedArray.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ئTЬԄc/','TJ ),8q@f>o%ƠVR;i','',0,'?'),('3\" (za48','wp-includes/images/media/code.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-o UʓUU_','\'eM a[R#q2kz+*<7\0j','',0,'?'),('~QԁŴFp','wp-includes/class-wp-taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%^nP.k','1AEwo7Al\r?#m+H','',0,'?'),('@뵰On','wp-includes/blocks/html/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','QRemƅ ','v#puh1>ҿ٫36','',0,'?'),('zݿ&X❙6s','wp-admin/css/media-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fMjmvf','C?-LMq2]Rgpv\\)S\0Ѯ','',0,'?'),('!yF]','wp-admin/includes/class-wp-ajax-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k!a..urd','V~BN>zj炕\npsLi ]2','',0,'?'),('\n (z','wp-includes/PHPMailer/Exception.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uiD7ǍC\0,','/b^u,ʲ`XJx ~\ZC','',0,'?'),('$TX@#A','wp-admin/js/widgets/text-widgets.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H֬','hw,Dz&t=#]$3b','',0,'?'),('2zs4xEB','wp-includes/ID3/module.tag.id3v1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_ t$E1','\'fBЂ+N|[Dx\\gSLAs_','',0,'?'),('Obc\" |J(','wp-includes/images/smilies/icon_evil.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^M>z','Q|x>@VЛ_/\"W%S','',0,'?'),('e7F%','wp-includes/blocks/post-title/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ?(\"<ѷ \\~;',' u7/o#[\0D.dg~','',0,'?'),('1WV(26','wp-admin/images/icons32.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۬[m9J4\Z','DkCdi|a|+\rx̌','',0,'?'),('6M͓)̻','wp-includes/blocks/text-columns/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\L^^JWz\Z','o[.7~Cm*-l=BP5-IL','',0,'?'),('=}LsQ\n`q&','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[M/*E|','sl[*hSViײXT@m*I)h','',0,'?'),('ġ!\Z','wp-includes/blocks/categories/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<}WIsC','rJy`;QBH\'D','',0,'?'),('_WS ޲$','wp-includes/js/dist/edit-site.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0\"SWV$#','_ ʜody9;(A','',0,'?'),('T!ة7l<','wp-includes/js/codemirror/htmlhint-kses.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[k[#cLf{','N&V\ZA/R#~բ_J*Ї','',0,'?'),('_jSX2QQ=','wp-includes/ms-load.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','),l\"?V?%','#~&S@]ED} L*#5+\r','',0,'?'),('`~|D%EHwO','wp-includes/sodium_compat/src/File.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Ǭ ','7.{=5A~\r~.A(0ZQ2','',0,'?'),('ÂuJM/ wy','wp-includes/sodium_compat/lib/php72compat_const.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' p{[˔ ','9oGfpmeG#`:Q{`','',0,'?'),('ä]0`AS:D','wp-includes/js/dist/blob.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J|Mh','烃6&l圂K\r1\"xȕf, ','',0,'?'),('ýP7&ݣ`)','wp-includes/sodium_compat/autoload.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Υ\ZBab _ƺ01Q','\n譂:|DgDU\r=','',0,'?'),('tnRؔ%^','wp-admin/images/align-right.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','BOe#l@:P+\"v','ɳC ?=&UyZ31!:','',0,'?'),('\0U aS ','wp-includes/widgets/class-wp-widget-block.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','kmzb\Z,_O','K˽\rnRWD4@;3NA.','',0,'?'),('cᘣrw','wp-includes/blocks/file/view.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' CoFGrE','aC͌/A#7:e\0z09g','',0,'?'),('8d$nxyŚ','wp-includes/blocks/navigation-submenu/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nCowZq','8m7}tyJl','',0,'?'),('5Ĩ)0X\'','wp-admin/widgets-form-blocks.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','uMXBչ.\ZJ','Z?\Zcx{gا@K\rF)zKß','',0,'?'),('`,} D@','wp-includes/class-wp-recovery-mode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' oxц<N','4>\r jsdqmHl7~','',0,'?'),('pȬES0K','wp-includes/blocks/search/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4mI g','>y7\ri\rEu!JR','',0,'?'),('vV/W {}!^N','wp-includes/blocks/html/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' Z?9M}m%T','N]F3p<6@w%<};','',0,'?'),('Ĉ^A+lod','wp-includes/js/tinymce/skins/wordpress/images/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7~!\0\"w ','gz.gV:[ЙH)Ȟ','',0,'?'),('ĔԼpPZ H','wp-includes/images/smilies/icon_cry.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+`ŮdW]h','[<qwf)rZ(=#;answ9','',0,'?'),('ě w+qAZ','wp-includes/blocks/group/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'O:FY8i','6 aAuI/)-3b߁','',0,'?'),('ijJ\n`|5,HT','wp-admin/includes/admin-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƸJҐF0','\r&+;U(xw}J-U','',0,'?'),('ĶƖoèf{U ','wp-includes/js/jquery/ui/effect-highlight.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށhCÔ+','lۮNxkOAcSmv o','',0,'?'),('eN-@1\Z','wp-includes/blocks/legacy-widget/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xv^EEA','}2k\0hdz!u5ޭgdc','',0,'?'),('Ѻɩ uy}','wp-includes/sodium_compat/src/Core/Salsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' b5lJ#v','c=0-#-TSX&4\0K8\r','',0,'?'),('ʙ\0}甠K.','wp-includes/js/jquery/jquery.color.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','rq*XgqO(͈','x22,','',0,'?'),('{Amm*K','wp-includes/nav-menu-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JI1E%g䅝?&','AS%³[|ZJfRH3#BlKzH','',0,'?'),('DCF}','wp-includes/Requests/Exception/HTTP/418.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','839k\\8\'iv','4 6鎬M&$!2d<\\ |\\?g\n','',0,'?'),('`#GbC֊','wp-includes/js/swfupload/handlers.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jڙK~q c=','T򌿑dTy~#jI\"++3ɉ','',0,'?'),('xeju','wp-includes/css/dist/edit-widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j-','wp-includes/blocks/latest-comments/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','琌U~P(k','V3=%kO[3  Nf3S0vڦ','',0,'?'),('-plEk/','wp-includes/js/jquery/jquery.hotkeys.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S!}EU\\bgh=','\ZJ]x ծT c0n9 +Vk','',0,'?'),('ZTD\r[FcLL','wp-includes/blocks/gallery/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xd#F: Ba','FBM!5d!Rv!jh1S߼Ͽ','',0,'?'),(' #A\n#b#=','wp-includes/js/tinymce/themes/inlite/theme.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z=\ro<3E','\" ;l\0s\'lB3q6)8\n@D','',0,'?'),('+gq6^\0','wp-admin/images/wheel.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E0 q0m\ZY%VX','(]:=dqۅO{9€ԀvȘ~','',0,'?'),('+kZ@bKҚ','wp-includes/blocks/block/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0^(-4','ߩ\"s|[vӑ{o`YU','',0,'?'),('ƅ|_i/y ','wp-includes/js/tinymce/plugins/media/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6\' 1Zf ','\n>EQi漺k}îDz','',0,'?'),('Ət\Zo+ش','wp-includes/blocks/spacer/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','skk3zU)','u2Tz\"-g&]Vj$O>','',0,'?'),('Ƭ+\ZId^i <\0','wp-includes/js/jquery/suggest.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':$tVEʿ','r,Kpŗrq^b\\=rZ]6+ ','',0,'?'),('ƬSXZ3','wp-includes/js/dist/plugins.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','P H *櫔','W$2U\ZbI]|fv','',0,'?'),(';VޯnTy ','wp-includes/class-wp-theme-json-resolver.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Wu@1|`','&!\\) q\'4ls','',0,'?'),('͌%+e@uQ(','wp-includes/js/dist/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i͊\ZԚx','ǝ TM΋','',0,'?'),('SQsY7aFIMjz','wp-includes/blocks/post-author/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&Q@F ','K-~#/ѭ֤9k[^vcnx','',0,'?'),('W}\rDŬw*','wp-includes/blocks/query-pagination-next/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6dB%X;','t4\0\"qN\0x|Pi2#V','',0,'?'),('ǂ-i).\\z^a','wp-includes/Text/Diff/Engine/shell.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S?z&','=5:Pu\'pMN[9^m>z@','',0,'?'),('Dž99:\Z','wp-includes/cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZVOyDv !','{d <>wbSqB','',0,'?'),('ǝ^xJB\Z3-6','wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G5]{\"V','CJr~WOY*[:[j)GЄe','',0,'?'),('Ǥ>zԄ!J]>','wp-includes/css/wp-auth-check-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NPKNzjK','VOۖxg:yB+','',0,'?'),('dz\\_L-YŌ%$','wp-includes/ID3/module.audio.dts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','llA2̋','\ZaHr %A6$`HuT6y4','',0,'?'),('myvH̍','wp-includes/blocks/table/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(VDq$a','VQ8#3m.6-!Pp:1Kj','',0,'?'),('\Z{g?3gڢ\Z','wp-admin/images/icons32-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%*g','#!$@0g.;i3%!cHP=','',0,'?'),('fp\0!tDK','wp-admin/js/code-editor.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\'߽ %','-Bd/`\\Vx6Y*-$W','',0,'?'),('\"u@TS5','wp-includes/images/smilies/icon_idea.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<]W3tށ','{2^4STlIJQ\"','',0,'?'),('8R6>G\"','wp-includes/js/dist/element.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ϴ{|mS~ؼ(','pt0 1\rw{FIZ\\}yο','',0,'?'),('Y$\'o','wp-includes/css/wp-auth-check-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jvsZܻ&h','FV=&G\"r\rFp\nJݣ=՟3','',0,'?'),('ȍP 3\n','wp-includes/class-wp-customize-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')qhȻ~z','skdv܅|T7O/aS','',0,'?'),('~\r\ZK4(#','wp-admin/user/credits.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(팋#A;','uA+I/㊓\0nN1G8\ZD-','',0,'?'),('5iDhI6;','wp-includes/SimplePie/Cache/Memcached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\n\'Xlab4`','?Od6Cu>Jrhte','',0,'?'),('A7\'C#wSs','wp-admin/css/about.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\0H <','ɖϜ2iF4u]ܬ$n.','',0,'?'),('ɡʧ~.)k','wp-admin/includes/class-custom-background.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' IZFއ','g?efQ/8\ZU컳UP;','',0,'?'),('2Die','wp-admin/css/l10n.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ĸP)|qr','wppS\"D.oMOmO\'baNj0','',0,'?'),('h&\'s','wp-includes/blocks/search/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','otp{&<웑61','\n #8ޗFӳl䇗7;','',0,'?'),(' tdrlPj','wp-includes/css/dist/widgets/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&dY','ֳk=\nGb\rqM 4eNZ9','',0,'?'),('(q4P}5Ozk','wp-admin/js/inline-edit-tax.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_hA?D','LZV(j0~\Z3u)ztef\nO','',0,'?'),('Rш޿0','wp-admin/css/themes.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','tllM\Zcq=','ãCr4ҟ[','wp-includes/Requests/Exception/HTTP.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ųٞhXr~nf','oE²tQQbo\nrQq\"/','',0,'?'),(' b 8[y','wp-includes/js/wp-emoji-release.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','loc\\ܘ','Qd:[U4&& ;JͽgrV','',0,'?'),(' O忯uRc[j','wp-includes/sodium_compat/namespaced/Core/HSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[clru Сu^','6p\'`+*[AG4^6Ŋ%C','',0,'?'),('!#I|F','wp-includes/js/tinymce/plugins/directionality/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&\"X & )=ʀ$','&[@5(cvLYI6B;)-','',0,'?'),('5Vx,$>7dk','wp-includes/sodium_compat/namespaced/Core/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ڸb9M','F/\'M%9}@fW> S*m','',0,'?'),('6dKP\'IC38','kz:_sDpxe%J ST_','',0,'?'),('}Ua&gli)!','wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r,86,կDe$','o!jhoPd6$޻;D\rN','',0,'?'),('ˆ]g1{[ pe','wp-includes/blocks/video/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/cOAqa','xѭ\ZVPsb s҂υl(A','',0,'?'),('ˍG䯀oeo','wp-includes/js/shortcode.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@P}SΊ','yaeaKR\0%xyuy↢','',0,'?'),('ˤԐ{%k#f','wp-includes/js/mediaelement/wp-playlist.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3|G^cKT\"','\'e\"ʌ_(nfww\ZN2+ ','',0,'?'),('ǝQ_yd+','wp-includes/sodium_compat/src/Core/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XU iU0ll9c','_v$U7_*\r?+^≾Ā','',0,'?'),('N\0ܹt','wp-includes/js/jquery/ui/spinner.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r;w cID٦I0-','',0,'?'),('inj/r','wp-includes/js/dist/i18n.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gm&͞ 6','c>|>!eʝd8X7jiF|ՒN','',0,'?'),('́ԑAHa]\':','wp-includes/blocks/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$,ǀ}0 ','zk@_=yaqƉ_\'#JŽ\r','',0,'?'),('̸-]\Zn','wp-includes/sodium_compat/src/Core/Ristretto255.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k9wZ~ \'',' z`WN?]ӟB,KJlW>k','',0,'?'),('Ê5ff;,G!\'\'-','wp-admin/css/colors/ocean/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qw $WO3lHiI','IUם{\'&D=9R5 zu΃','',0,'?'),('\";+\rxuw','wp-includes/js/mediaelement/renderers/vimeo.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?~s i6G/','{w-\r zFv_\\wf','',0,'?'),('NJEvc,صyS^','wp-includes/images/crystal/license.txt',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']LciGfQ\r','vpmc6Y~\",!VEXll\"z','',0,'?'),('pj֛`w','wp-admin/css/customize-controls-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','D^\Z)Y/p\'',':](?REފk)gIC?|b|%Qh8','',0,'?'),('dlPOI','wp-admin/network.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s1I\\~jG(ee','8R€ \\]LR6X\Z`\'','',0,'?'),('K=Xa :\'5','wp-includes/sodium_compat/src/Crypto.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-p\0Ecbc','\"̘L!{rDnPz^XjLk','',0,'?'),('mL0N\"T~b','wp-includes/theme-compat/footer-embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z.+j','iDAJψ;v,gc% ^#','',0,'?'),('w9=_ \"h%v','wp-admin/css/install-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}#Ta.u','1tIx\0|I(U*>O5~Kj','',0,'?'),('͓Y36lY','wp-includes/js/tinymce/plugins/textcolor/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v.L','rٴ@c@{RCGd^>>E\Z ','',0,'?'),('3F<8','wp-includes/js/underscore.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','fPS)(%','TWdFɼAۗ-gz ','',0,'?'),('S>sU)H','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y$NXll','[-v5;41%rf$@p\\j','',0,'?'),('ϊ=XbBz\' ','wp-includes/js/jquery/ui/effect-explode.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K/ !Ak','йPPK3i 3{$)YEZ}vF','',0,'?'),('ϊYw׹EG','wp-includes/blocks/group/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>)e[h:;*>','6!I{ԡ ~cH,/JHd','',0,'?'),('Ϛ\"jy^','wp-includes/js/dist/blob.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Fvb̵| \\Vg','Oـ%߿\'Z3p*-؁ ','',0,'?'),(' HԹfk','wp-includes/js/tinymce/wp-tinymce.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1_H0US@h',' _ؕN͞1*ǜ','',0,'?'),('ݙP(O\'Ee','wp-includes/js/jquery/ui/effect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Im%tV,','NFK)̢S< جs<4','',0,'?'),('鋭{^MU*_','wp-includes/js/twemoji.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iYay',';9ϛ%ٛۧpGr&Ze;eO;j','',0,'?'),('\\T@SO|m','wp-includes/blocks/audio/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ,Ǿ YQAk','7TƏaY,X8','',0,'?'),('@AO= yA','wp-includes/class-wp-paused-extensions-storage.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%ʤO.LX','UYޖ\\\nj6h́bYn5','',0,'?'),(' gs)݅','wp-includes/blocks/latest-posts/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','THZ0eutZ','󪸜xag^4nrUYR)TfKP^','',0,'?'),('>6bYAU F .','wp-includes/blocks/archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!˰qҥH 9','9,q=))o.jXsKc','',0,'?'),('>slWD7M','wp-includes/bookmark-template.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7 Lh9xcX','S =\' oIuQ9ce{ d-','D rssE^ 94J','',0,'?'),('Jh|0 `ZpE','wp-admin/user-edit.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','όbx$quK5','<\ZNRI-i8ȑ &\'Dh','',0,'?'),('7[*wJ\nn>','wp-includes/js/dist/redux-routine.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' kC20W9','L:X7PDZWbQo$','',0,'?'),('8s鎗߹Oh','wp-includes/js/dist/vendor/regenerator-runtime.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a5.E/X;E~','\\@m~cn񏳕Y>UwGde','',0,'?'),('ji \nT槿\r','wp-includes/blocks/post-featured-image.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u*f^dt','Uqח6.Lp\"i =ݮJ=$P','',0,'?'),('Ҟǟ Ks','wp-includes/images/icon-pointer-flag-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2b&Zr','4Bȥ \'x+chҠVn5I>j','',0,'?'),('Ҫ*H\n;t','wp-admin/includes/ajax-actions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y,<>','P:\n{T9Vh_;\ZK\":@\\7','',0,'?'),('Ҳ E5|ѵCd闼','wp-admin/options-reading.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J=\'(rP W','LLJ_ K\Z/Y\\(G~!];\\','',0,'?'),('Lt593u^)','wp-admin/images/comment-grey-bubble-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','TYŝ2s,\rm','DxT-wN P{','',0,'?'),('lI\r,B8','wp-includes/blocks/quote/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`0GMҫ','l~xv_6:_\rdE6}\Z1CQ','',0,'?'),(' w]cIwȰH','wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gyGV\ni\Z','SƸ\Z7 Y R7\\>ɕ_R','',0,'?'),('E#lL_&ܪ','wp-admin/images/arrows.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v$>>Y','YW( N32U;<.iDd!','',0,'?'),('Mp\0`knP','wp-includes/template-canvas.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\'!\'SB|Ȍ\Z','-tHv*A1@MMr\\zH8','',0,'?'),('s}Ƕ)TV','wp-includes/blocks/nextpage/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \rͳyzbg\'G',' 7q\\rܛ)[%#JS!J','',0,'?'),('{ڭd3TXy7;','wp-includes/css/admin-bar-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LF`\'ze:=1','[\n^2\Zz৏8ٝVbHd','',0,'?'),('}eC!*','wp-includes/js/codemirror/codemirror.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' fh;fq','u*Q6Ƅdvdȇ_\0','',0,'?'),('ӟmy+\nf:','wp-includes/js/wp-api.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cHhbzChBƭ?3','c@GX޽6ԯ70a{I+','',0,'?'),('ӤǕLFZQ','wp-includes/css/dist/block-library/common-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n؃zU','ЖiA>Zj\nݹ\0V5Њ4','',0,'?'),('эo(Httx.','wp-includes/blocks/table/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','۰&R1W6zzX','/jʆjA<9?ނ)w2h','',0,'?'),('5ĺ%','wp-includes/blocks/buttons/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G69RfU','p[&wꚚCdNEbWֺ','',0,'?'),('HAG|\"','wp-includes/blocks/nextpage/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','쮥@֦`fxW','\'\Z[ f','',0,'?'),('?H4 V\n','wp-includes/blocks/pullquote/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XF&4G$}xJ2','|Uäf}Y\"Xa<φ/#CO7','',0,'?'),(' kJ? @x','wp-includes/blocks/categories/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L,63O.','͚i?ezΏ%=TnN\\Ƅ','',0,'?'),(' 0*W','wp-content/plugins/index.php',0,'gD,V=\\bP','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('\r\n8n}','wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a<\'&%a','՘DŦP]0|Ye[j\"','',0,'?'),('].ooȦM-n ','wp-admin/images/align-none-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XC)[-4','ߧ&QQp\"~\Z8S׊YS`','',0,'?'),('ԛatr','wp-includes/blocks/video/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɖ!}Mv^',' Z\Z|=G&;\\I9-)l','',0,'?'),('Ԝd&;0 ;}h','wp-includes/blocks/columns/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','sL/>hz*z',' fL,m i촵 ̛V','',0,'?'),('ԻqE{n','wp-includes/blocks/verse/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Y VqY\n','MbOg#','',0,'?'),('2_R[Y','wp-includes/blocks/code/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','?BɃ>\\-','wëYK\naRX&ѥV','',0,'?'),('g ֿm ㋣I','wp-includes/js/dist/data.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','$ C\r>y','tԋ\\.W.cՑig\'ݭ9o','',0,'?'),('psZZ#N7e','wp-includes/css/dist/block-editor/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n5`Zj%','\0$!|AzMy+F5CL','',0,'?'),('uG#)|^6','wp-includes/Requests/Exception/HTTP/511.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݧ3*=A>9','I}7+ƕAl欿Bt\'st ','',0,'?'),('Ȩr%Mè','wp-includes/blocks/file/view.asset.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' t#Z oZh㪼p','˩iڗ\Z\0|!vԦ*!+gJTw\\','',0,'?'),('ͤ6\0/k','wp-includes/js/imgareaselect/jquery.imgareaselect.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wsHj',' &TK; $(ᢡOgpm]','',0,'?'),('<8;p xTG','wp-includes/css/dist/edit-widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' ttFWWI','rr\Zz&\n\\qwEOgȻ8','',0,'?'),('Xډ|8}B','wp-includes/js/tinymce/plugins/link/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V\\\n]Ks\'','\Z>ISеv,qU^','',0,'?'),('Z r!ޏf ','wp-includes/images/icon-pointer-flag.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',E^j`\'','oq9a{)h}=#Tק','',0,'?'),('j#ӲX%I','wp-includes/block-supports/elements.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','LlSd|a','/J1lhi,zl{ݨT2؛K','',0,'?'),('mዞjWBv|','wp-includes/blocks/template-part/theme.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"/hOk@ޤ','%X仍(Kb6qF*F30]h','',0,'?'),('oҨ*Ko7{ <','wp-includes/ID3/module.audio-video.matroska.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"XTpPz','uPk_?(]\\O59a{n','',0,'?'),('rYSxwDY˚J[','wp-includes/images/media/interactive.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R׬˂ôʼnhH','{ [K\0!긽/\\lw.','',0,'?'),('֌ qóX[','wp-includes/class-wp-feed-cache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\Zط?h\"%c(\0','lh>6[T9A_\'J3\rsO','',0,'?'),('I Ja~RZ','wp-admin/includes/class-wp-application-passwords-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ţ{LlF','ۖ-<ύC\"(Q,HnC\\8','',0,'?'),('M\0c_d','wp-admin/includes/class-file-upload-upgrader.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','w;>xZs6','[\"o^.q`Oצv@[jtX','',0,'?'),('-h\n\r`ýەC/s','wp-includes/class-wp-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.c7Kƛޞ','%l','wp-includes/js/dist/compose.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v^2e*e+','`j~!g q','wp-includes/js/tinymce/skins/lightgray/skin.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\\B&pw','7>xV&v|­U& ݷ\"ǥz9jF%ѽKV','',0,'?'),(')D','wp-includes/block-i18n.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n! :D8','f\\tM&\r1 $u3 ','',0,'?'),('\'7b~ 6','wp-includes/sodium_compat/src/Core/Base64/Original.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ң-с','9\0zotID:\0g I%~ަ$o','',0,'?'),('VCdvۦ','wp-includes/blocks/file/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[@/S2D ','~@m .3Q[J4k-֦h','',0,'?'),('|#԰#{','wp-admin/js/link.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\nwhs[','y׈h8Hi* \r!4*<9gV\"U','',0,'?'),('ډx`9LťM,L','wp-includes/css/dist/block-editor/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ow55e','E\" >θZf\0\0z','',0,'?'),('ښ޴u_ ','wp-includes/blocks/post-template/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K\"\Z\\zN','L\"\0h\r5øK4QFCá','',0,'?'),('Š#6K%#f\r','wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H0c;`W&','2A]ڛ\\eWߦkZsc<`d)','',0,'?'),('̭\n5B+l','wp-includes/blocks/gallery/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/!- ~Q','P㠡B-rAD#p$siL','',0,'?'),('JB&9:VF[','wp-includes/js/dist/media-utils.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';\r\"cYVf\\','{!He-N6ƾ)\'qW','',0,'?'),('!(t<Թ','wp-includes/js/heartbeat.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','R[f:','cVg-$6[\"3i<~w\"N','',0,'?'),('_\rJL#@B','wp-admin/css/colors/midnight/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T|/k40V\n','uTһ:fTya y\r1a;܆m2m','',0,'?'),(' I_X?','wp-admin/js/gallery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XJ7jp8nT','+:U.v fKBUL +sh[','',0,'?'),('4Vs#,Q','wp-includes/blocks/query-pagination/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[hH 30$','F\0%~6E\\[vstpÍScW','',0,'?'),('v6^AA/],6\'y:','wp-admin/css/site-health.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N\0deqi2*urE','q-@:soX=Kdku{','',0,'?'),('r؁=Ԓ','wp-includes/images/rss.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[(.*NZ','j(-9_E-#we$]o01u','',0,'?'),('\npGnu:','wp-includes/js/colorpicker.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V g-','Vw%%:3CQ#+g e}','',0,'?'),('ȼ؟\'\r`','wp-includes/feed-rdf.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xG7%\0b','p=m=GlhnhV]-+1a','',0,'?'),('2G?_\\-B','wp-includes/canonical.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Go<ݏ','1\reɓY宒^zՒ=F1','',0,'?'),('ջZml4ˮU','wp-includes/images/smilies/simple-smile.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','K{…fwh','?Yag\\CU,','J_M-pa G19ݠN','',0,'?'),('׵(KB ','wp-includes/js/codemirror/fakejshint.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5v,ROlx]J\')K','-6$$;}ptO4]2ТR5֡','',0,'?'),('J0jYgh ','wp-includes/js/tinymce/plugins/lists/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','28:sw9J',')b#4e*9(=QEe0|1\n','',0,'?'),('[65+ n9','wp-admin/images/sort.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* 3','vP-~x O\" ;','',0,'?'),('`L\\3-i_3S\r','wp-includes/blocks/code/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(궲zhɶ',' 6r3C9aْ~ȝ:','',0,'?'),('fyħ*!','wp-admin/js/nav-menu.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':IK{W.','F@\' #Td wC\'t','',0,'?'),('ݖ\'\"|3_t|','wp-includes/class-wp-term.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Q5ׄXZ','}Gj)pO7٠fݒፎYp','',0,'?'),('4','wp-includes/blocks/media-text/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','!5eԻUe','K&4gѫ& ٔ+D K+d Ou','',0,'?'),('3^PMYHD','wp-includes/js/tinymce/skins/wordpress/images/video.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','¶B=\rz3j','iI/=MMX:MApv\r','',0,'?'),('5foޮ','wp-admin/includes/class-wp-privacy-policy-content.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gax\nC\"\\-1','NToy% 5\Zx3ŧk(k4*׭&','',0,'?'),('N\\|`*,)@4','wp-includes/images/xit-2x.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ӂu:@4\rz<5','S\r}@~Q:Sc*d+Z_{R','',0,'?'),('ޚꧭ߅\"gс*,B9L','',0,'?'),('\"c)j\"','wp-includes/js/wplink.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\rX|\0LF','Kf\ZAUi/\n$H5*','',0,'?'),('=@\\JpQm\\6','wp-admin/includes/class-wp-upgrader-skin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j\"lDysB',':6|OHsRbU}m͵','',0,'?'),('=>\0UX@d;3=','AP\n֫Tbc)q8JzByd? M','',0,'?'),('L#aW ','wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l#d\00ckZ<^?','Dt彦twwf3; D$','',0,'?'),('bz/T7aHy','wp-includes/js/mediaelement/mejs-controls.svg',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^yq+S%y','hA3L:\'1ꁠ\\','',0,'?'),('q%ű m+','wp-admin/css/colors/light/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ZAlpy5Jd','`yzD;! wJ \'xˬw','',0,'?'),('ߌ(2','wp-includes/js/quicktags.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','W˃q\'t]','P60jQ/mt-J.qõ','',0,'?'),('ߔHu&','wp-includes/js/plupload/plupload.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ݠ$pZR>\'|','\"8[J%.˚cV\r\rE)\'','',0,'?'),('ߗ Qu!ٶx[','wp-includes/js/wpdialog.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','=nR-KP=<','wڇEÞ \0vӭk^Mn','',0,'?'),('߰Sh[۳','wp-includes/class-wp-http-streams.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9uV ','y tSiZ2(we,T','',0,'?'),('ߴS8AТ','wp-includes/js/jquery/ui/autocomplete.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')8RЄ ->Fv',' DvVh84yP;OlYR2','',0,'?'),('ĵ>#Bb','wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ۓGc,=c^','Gct(5\n,9%)e','',0,'?'),('Ȧ0 $7O> ','wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r4eCl{','N<UxwV %xJ','',0,'?'),('Yvz֗*9a','wp-includes/js/jquery/ui/tooltip.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','l(1bޫZ','wp-includes/js/tinymce/skins/lightgray/content.inline.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lo7r79wAUE','EP[xv1i0h;^J','',0,'?'),('\\$IH','wp-includes/js/jquery/jquery.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']u\"“\n5Z','wp-includes/customize/class-wp-customize-image-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jf ˥^К','\nu8\rYY:\nVk.aGGoM','',0,'?'),('m|yb','wp-includes/class-wp-recovery-mode-email-service.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' GunEt','YѾLP=NL*ΠT9I(','',0,'?'),('\\9ã>Iz4c','wp-includes/js/tinymce/plugins/hr/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k+%5l3!-','2`RiL#e؄46gpo~','',0,'?'),('L>ٟ#{6p}Y','wp-admin/options-writing.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x5xLB3 W5','g\'LW=)[1>D˙{>&|Z','',0,'?'),('U6υsd~x','wp-includes/sodium_compat/src/Core32/XChaCha20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\r*unrdug','ҷW\ZN eia','',0,'?'),('^}R V7{WI\rH','wp-includes/blocks/search.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' M 66','Fm8ɃK`','higF- 0&yl','',0,'?'),('e\\kc Xf','wp-includes/customize/class-wp-customize-upload-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ؓB8?)ivr`-','~t~X% K/3-n6\0RB֨G','',0,'?'),('Rs{p~gЁؑ','wp-includes/css/dist/reusable-blocks/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hk-Q6UJӁ','ѹQ!!TZk0\\','',0,'?'),('q82v&#M','wp-includes/js/tinymce/plugins/wpview/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j5qS\rXi','Ej\Z\ZI3JG jVݒ6ZfovW~,=','',0,'?'),(' `c@3vz','wp-includes/blocks/legacy-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','OB\0p','IuL!\'Uh?2A/mu','',0,'?'),('#iJH?@','wp-includes/class-wp-http-curl.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J<LH(b$','}\'\rJd{Ȍ\'05v+gl.%','',0,'?'),(' wV!','wp-admin/includes/class-wp-ms-themes-list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G[qمXY','\n\n>LXz욶` ВcAh\njd','',0,'?'),('\ZK^\n','wp-includes/blocks/image/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%?zc#ɴC','#̮!B/Hs @z@Z','',0,'?'),(',*iVO1a\n3','wp-includes/blocks/post-featured-image/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','j{K=Na0?g','!˰[;<ƌxܖ[\ntd)DQ','',0,'?'),('\\/蝄Wn-\n 9','wp-includes/blocks/image/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Z`My0+','GӿH1o2@&~WP ','',0,'?'),('䆮G* ~5HI','wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ax<ȃ|+QW','Lcc900p$Žӥ','',0,'?'),('zpKC{\\>','wp-admin/js/dashboard.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','klQ,bh\n3Ua','3Sю\rLG g&/!/]ݣ','',0,'?'),('\00qĊNy)','wp-includes/plugin.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','qLJ\\B','0vuDFZ0[i6\nrm','',0,'?'),('+.eF','wp-admin/css/dashboard.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','* Hkol',' tU~݁\r.O8m[u<','',0,'?'),('9ekkRoS','wp-includes/embed.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+@<4#!\0s ','Oa\r#\"\rV[xV?\\\Z+mq','',0,'?'),('G5@07','wp-includes/images/blank.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ʟghkKf','>EGL EJQ|Bij','',0,'?'),('J~_ofk ','wp-includes/js/wp-embed.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"p\"_','~6sgqkλ}zZ7I1B','',0,'?'),('gwߍhmA','wp-includes/blocks/freeform/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0;LW!rCLJ','ھi.zoM\\NGQ\\Q).?9XX\Zӟ','',0,'?'),('ylsU><','wp-includes/css/customize-preview.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','bSbs\"','ߌIR\\Ĺez3QsCQ','',0,'?'),('W\"Sk:','wp-admin/images/align-center-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-r5*J7If','8tf*JwT^H>1JDο','',0,'?'),('⣣MOU','wp-admin/js/editor.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' *{~.','\n÷˞x\'0 W~ЫZ src9=','',0,'?'),(';Wl','wp-includes/js/dist/deprecated.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')&/_|h','&&֪ZQr#ؽoD\nF^','',0,'?'),('QoCP޶','wp-includes/blocks/navigation-submenu/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','52}YHu\0','V.F1S9 W<9?\\{W','',0,'?'),('\"ơ7vs+','wp-admin/includes/class-pclzip.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')Ah8LXdTa','8D.u+h8Ҳž,WڝO','',0,'?'),('Djמ8]fД_','wp-includes/class-wp-widget.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','H?|qT_w}\Z0','_Z+V)`qHyT)Je\0g˥V','',0,'?'),('b`K\'컜K','wp-includes/functions.wp-scripts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cRS\Z`p','T?&f\ZEUTU3,WwhJL','',0,'?'),('xΔ)NX3u/@4Y','wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' \'գ=B\n','UƪvH\'y}s,,\r','',0,'?'),('Jёe\rXd$','wp-includes/class-wp-customize-widgets.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',';=)F%`','ѦC8C9V8k٩\"Ӌf^','',0,'?'),('\ZI','wp-includes/blocks/social-links/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\riXt^۱bt','#\Z Yڲ=餤3\nD5@8p','',0,'?'),('kN>t,','wp-includes/blocks/file/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ƅd_VCnM|','^b➤*>A/\',K','',0,'?'),('Kgo#0','wp-activate.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m#w:m2A\"','^>*rI+{фUb&','',0,'?'),('ʼn i/Э','wp-includes/formatting.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eZLsr','wCY-5b2{v4^FzW','',0,'?'),('Hl{!D#!','wp-admin/js/color-picker.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\ri)]fm+e','i16: ns!FnAR6/NE','',0,'?'),('FZYC83E','wp-admin/css/colors/blue/colors.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','EȖr r10','uhD]j@#T;\r\0ǒV','',0,'?'),('%y>}Ho(6','wp-includes/js/jquery/ui/core.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pf7Js','cs\n>tBt6ϳP@0q귏! 9$','',0,'?'),('SI#)|','wp-includes/blocks/quote/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(ރ% k',';MP+CD_J@[ O{X%XBT','',0,'?'),('fi`=@To','wp-admin/images/spinner.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','L\nD\noًj˲','zƄ\Z\"n\Zs(U/~7F^…','',0,'?'),('wj067@T','wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"2s7\\i #E','atW 3N\Z`xhI`','',0,'?'),('Jy0m`/','wp-includes/class-IXR.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 0C`qx',']zpqN\"CKW鴛cM ','',0,'?'),('q8O;A','wp-includes/blocks/shortcode/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ͻ0E<#','IDW=~7 (3Eb$@x`','',0,'?'),('\0]pޑ \rG','wp-admin/css/customize-nav-menus.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ow/7``;','ߒ۫e{KdhGYӺdJϒo_','',0,'?'),('sX3f$','wp-includes/blocks/file.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','O@j?%W3 ',']u|X`\ZҕH+afxN','',0,'?'),('謤j,=>','wp-includes/blocks/site-logo/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VQqo E','\r=ZaX7/j[@Ly','',0,'?'),('W:]','wp-includes/js/dist/primitives.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q*&5ٲF','mi$Hz\n0-$HT.','wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',%ʘD6Iy:','Ԋ#!m\r\\X2nS2Zq\0)\nhF','',0,'?'),('Fj!Y{.J=,','wp-admin/images/stars.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[>}<8 VF','wp-admin/includes/theme.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','c)\0A \n&,uAi','A4\rQRey0C .!t ','',0,'?'),('^.jT}<I','wp-admin/js/accordion.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T R׌qA','ujh&Q\'+Gҗ*!91$Wm','',0,'?'),('gU)\rR(','wp-includes/js/dist/is-shallow-equal.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',')j#\Z>+фd','{{2\rȼC\r8y1RB.X','',0,'?'),('TB3 G{','wp-includes/Requests/IPv6.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nҤ&i \r','=ln&ăJӗ ~l','',0,'?'),('頻yN<9o\Z< ','wp-admin/js/xfn.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<>B25\r1U*','O h^dLgzIwvƄaZ1','',0,'?'),('tLH:P(','wp-includes/css/dist/widgets/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','XcyW5%',' IZ]+9Ja~hZP\0U0;\' {) >','',0,'?'),('M\ZH?ͲZ','wp-includes/class-wp-rewrite.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','@Ej\nHA','U+ڐ9\"D_L]LE_hN&w','',0,'?'),('Oӿ;=\\Jzy','wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Xlo)\r\r\\','98n| W@ѭ|݃vp5l','',0,'?'),('QF0t+','wp-includes/css/dist/block-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','-7q{l2','a>>g<-.\r!]Is\n2','',0,'?'),('_1t=qTQ*F','wp-includes/blocks/gallery/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dkԫ3;-p~If','G \"yb g{,݇~=xC-','',0,'?'),('뭷\r!z}MLKE','wp-includes/ms-files.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8〖zޝ ','4?Xq)̃cfN3.y','',0,'?'),('SڰpGMǯl','wp-includes/css/media-views.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','I$\Zdf-','t-!~2?\0HPF##C','',0,'?'),('2|?]ϸ','wp-includes/css/dist/nux/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' i% N8Α@$','F/wFX2wHVc\nϷ(l','',0,'?'),('vAdsK]','wp-admin/post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xSvN ',' uyAҮB(B6','',0,'?'),('YCooR亞','wp-includes/capabilities.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"#ŽoyHHb ','+aغ͉ғ2 %nK{<5','mwd^ʋ\r1^K(ԈA','wp-includes/blocks/code/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','SŐ\nLbo','= 綯t I','',0,'?'),('c.Dr |','wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RZ?f.8 ','.c%c*G~բ>Yd:7j','',0,'?'),('츃v6;~','wp-includes/js/tinymce/utils/mctabs.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','끡\"Y>xU季','%Y}ڿ&)MaYgЍ*l','',0,'?'),('-x(EoI=','wp-includes/class-wp-customize-section.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7I4p?','}WY؊x-?Tqn&0i','',0,'?'),('Ư0~\rjA4u','wp-includes/css/customize-preview-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E?nZ d-','Gi\rliU^nrm5Ώۻ\\l','',0,'?'),('\\SՇ8;2','wp-includes/class-wp-tax-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y+\no\r/M=','pӺA8:`I{jCF*','',0,'?'),(']@\n>ĺYn','wp-admin/admin-post.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','S}dDTN\"F','Fԝq`멾r_Ȩ_\'I','',0,'?'),('I0B,hʛp','wp-includes/class-wp-term-query.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+k 5v%a','`RwC\' Ԣtm','',0,'?'),('賮]','wp-includes/customize/class-wp-customize-code-editor-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','jMіlM_','xFZKc37`Ԫ$jg]Q ','',0,'?'),('Z\Z5\nj}@','wp-includes/blocks/buttons/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1捳jFx=IZ@w','[D\nF,PCyW̯HHw*@L','',0,'?'),('Z\ZaYH\0 5~ ','wp-admin/includes/class-wp-automatic-updater.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','6$l侸mV',',]Vs}MCn#E0fKcN:\\','',0,'?'),('QR\"@ 3vS','wp-admin/js/link.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','϶5֞P','Onn˕{?Q!=Voi','',0,'?'),('G ~`','wp-includes/customize/class-wp-customize-nav-menu-name-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7fW՚7','pvw ܪ9?az','',0,'?'),('UEKڂ*U','wp-includes/blocks/gallery/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"Bsz2!','lRE͔V֊\r.3u\";','',0,'?'),('\Za]]A\'h','wp-admin/network/settings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':S} <','\nf~ \0V|Fbh4VJ\r;[','',0,'?'),('=cه ','wp-admin/includes/upgrade.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','2or#hhOL','G1Kw8I*.%M\0-Os_^&','',0,'?'),('eCDi!','wp-admin/css/colors/coffee/colors.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dH\\\Z^&sR','aD doFD4]hp21f','',0,'?'),(' f%uP','wp-includes/js/mce-view.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','<@^P\'','# \\PWdqߋ.4Óx<','',0,'?'),('\Z{:\Z4f','wp-includes/js/customize-preview-nav-menus.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m lVҪ3','5,M35n(tL5;^P/9z8','',0,'?'),('.z&.1y','wp-includes/css/dist/format-library/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/I8):ct|','!%rkXɾF!\"71a;jU\"','',0,'?'),('<7vY6?','wp-includes/blocks/separator/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','v] ,8','oyg2{\08)O{U}','',0,'?'),('ί?gW9','wp-includes/blocks/embed/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','4 5m`?ږ %','§Py\"bt\rd_6oM\\ +','',0,'?'),('ӊjP$MVc','wp-includes/blocks/post-comments/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','dzg9)`&\r',',Ŭbf`)A.?q_L1t','',0,'?'),('NFVYC','wp-includes/blocks/shortcode.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0t ڨ.j','{bw\n~4n\"\"#.m/#1','',0,'?'),('uy؟uV@/','wp-includes/class-wp-block-patterns-registry.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':6ȦeV','ihQtU\r\"5\\l}','',0,'?'),('@}&J~¾&\0','wp-includes/customize/class-wp-customize-new-menu-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','NpaCqk','F0HyceLuQ&LiH\nDũK','',0,'?'),('Y^~5~pG-','wp-includes/js/customize-views.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Hӷ-\\Me','bL-9wloy$+Y\ZޘN','',0,'?'),('jU30<gb','wp-includes/blocks/paragraph/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(:tMe&>','ʟωPXwP\0ޤoplҶ','',0,'?'),('rIɀ5 F','wp-includes/Requests/Exception/Transport.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lz J^','ĺ̌&ֳ4@78p','',0,'?'),('z|zxv','wp-includes/js/jquery/ui/droppable.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&w9\\h','wYœ*33~}0H-#U6','',0,'?'),('Pa`Xu','wp-admin/css/color-picker-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\":@ܐ^J','E_w1:-E','',0,'?'),('X=UpfpZ','wp-includes/taxonomy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[:|w!|','CTCљ\nw{BD@Д{i4','',0,'?'),('4~^U1Ex','wp-includes/blocks/site-title/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','\"X\"OK 9\0 ','} k_[3?_Fxa','',0,'?'),('㯩 \'ިV','wp-includes/images/smilies/icon_biggrin.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','KJr:]kI|',':ٔMX% <8g4','',0,'?'),('9r Mԧ','wp-includes/js/customize-preview-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','T-6P)H=','6ªeyмbdf}5 ','',0,'?'),('6)Jo*Nn+','wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','/Ɋz,ثcm-|}1',';>;\\\Zp;^G?_\n6','',0,'?'),('$īI^3','wp-admin/menu-header.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ZPjv˨!ң','w9=̠F5doU \\_k[','',0,'?'),('I/\ZN2 p','wp-includes/sodium_compat/src/Core32/Ed25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':0 hmNP','LH$G/bd+\0ZP5Y~b20p','',0,'?'),('N iiڭ','wp-includes/random_compat/random_bytes_libsodium_legacy.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[q7dvz','\'֪* [\0EE*JrVsc?','',0,'?'),('yunc[٧','wp-includes/sitemaps.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','`S EX^YA','%Six3kOnz]','',0,'?'),('з&L۽¨VN','wp-includes/css/buttons.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','anGfg','k!L 4>HiAFfBReR@W','',0,'?'),('6$[O','wp-admin/css/customize-widgets.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xhdM*Ey','Z0ڀ#]*ԯ\r=}i-','',0,'?'),('rp.u3zx ','wp-admin/includes/class-ftp.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','cZ*l3$','B1ô ͥ5 Q9J','',0,'?'),('&[>j/GU','wp-includes/js/dist/token-list.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','q PJ\\_ k','.FP\\1}Lq,\\r}[','',0,'?'),('7s\\]}AAwe1','wp-admin/tools.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' `tb t~ F\"Wu','|p9kէ0tK:','',0,'?'),('Z/{LtծF$','wp-admin/js/svg-painter.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' V,~H]d','\"s W`qa84P٢Vu혧M:','',0,'?'),('v:DYG','wp-includes/js/plupload/plupload.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 6JJ7+','+\"Q/N:T$\"ȯ\r8v_3','',0,'?'),('ͨ޹0Ɂ䷑','wp-includes/blocks/video/theme-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o^T+RZ1','ޕGN ZW}^5}~U6v','',0,'?'),('TYPpEw','wp-includes/widgets/class-wp-widget-archives.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','޾Jp\ZDAx','@ o[jS*W}7\'` \r3','',0,'?'),('絛zy>_+t','wp-includes/class-wp-user-meta-session-tokens.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8/\'\0\0vSL-G\0','8bYB&?6o>','',0,'?'),('Hr #w/:4','wp-includes/js/dist/plugins.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','wH. S','WM#A\"њ \r0h&\'N','',0,'?'),('1\n x','wp-includes/blocks/latest-posts.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r*9 ln','QK=G~B! w~b_Z','',0,'?'),('?E_)xڅ$','wp-admin/includes/deprecated.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s0\"=Ө%>','kIH\'\'y Ȯu#','',0,'?'),('L>;* Y۞m','wp-includes/blocks/preformatted/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E9,Grpi_','cSnmqr:hNeW{(wD~n\'+','',0,'?'),('poX0%','wp-includes/css/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1Xմ','A+P*dՁJDѿ(\0','',0,'?'),('$c{97^ІJg','wp-includes/js/dist/server-side-render.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','k}֒HoN^{ zO(Y8','',0,'?'),(';^𩸴8c','wp-includes/css/buttons.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[\\.','Lێb3y~>It','',0,'?'),('(Կɶ۾趮','wp-includes/js/dist/edit-widgets.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','œf+M;l\Z','#Z(k\nƹ\\Y2fHčQ<$&`','',0,'?'),('J\'#rN0a\r','wp-includes/images/crystal/audio.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','nV:ωG-#k','~B\Z-׼of|Wx\\|M)ˢ','',0,'?'),('YRYi/l@HX','wp-includes/js/media-grid.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','yAa40k\Z','eQ?bt\'u+S\0phIfŦ7','',0,'?'),(']И\n(?W&\\','wp-includes/blocks/audio/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n=m.b.l-lko','ռC00\r=Tftc_5栺','',0,'?'),('w>d ?d','wp-includes/blocks/post-featured-image/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','&6e\\XZLI','hǃrRAGl-cG(-.','',0,'?'),('7:b\r,ja','wp-includes/js/dist/blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','׼|K\n','=7vC=UVOWx?yG\nZ','',0,'?'),('f W5\ra R\nK','wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.nGsJ','k\"Az:LB^HFV]4X ;%N','',0,'?'),('zZfip^2׎','wp-includes/js/mediaelement/mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a\0\Z^2-!]',' + M*a)N#kqDm]{=_b ?','',0,'?'),('j8ď\Z','wp-includes/js/wp-backbone.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','JT lQ1','\nTxN@s_L`E*d Hc?','',0,'?'),(']R>w.EQ','wp-includes/sodium_compat/src/Core/Curve25519/README.md',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Yϛvj\n','S x^V>m!-qDeV','',0,'?'),('(T/IevB','wp-includes/blocks/table/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','g> ]M:h0','06;Ii3`64=b','',0,'?'),(')#jdSeʋ','wp-includes/js/jquery/ui/effect-shake.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','b[!8\0\':c+ܞL[m','wp-includes/js/tinymce/skins/lightgray/img/anchor.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','a5qȑ_4@','(afoxDpaQ6mtk,V^','',0,'?'),('(%#9yn','wp-admin/css/forms.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}P *ƆUF','7,\rG=σzb)EoЃVHkd','',0,'?'),('D6S/cQ?','wp-includes/customize/class-wp-customize-background-position-control.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','+ ]\r-W ҽ','2jˏjB\\Cvq,\'F','',0,'?'),('y\0 \"Q','wp-admin/user/menu.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zV','m\r)h0ECN`D[ $3','',0,'?'),(' ~rC','wp-admin/link-parse-opml.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','xa۔2F','%vP|X:x>]|y|:','',0,'?'),('jZ;\nlГ','wp-includes/random_compat/random.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','5&}k! 6$','X8P_9kQa[-mS\'<@!V:','',0,'?'),('KF\nOi},w','wp-includes/random_compat/byte_safe_strings.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[BңJԈ;',']Q˄=PݵuQ{>ϐ ','',0,'?'),('V9KgoX7','wp-admin/images/align-left-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','i8O^c','$kb> k&: ڂa7Zcdm%','',0,'?'),('W#:V^H3X','wp-includes/blocks/nextpage/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','7`\ZJ$','O1NJ8#C\\({xSzW\'L','',0,'?'),('HS!; ','wp-admin/js/user-profile.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','99zV6߹5⣓;l!Y','',0,'?'),('@}~4Gv<m','wp-includes/sodium_compat/src/Core32/X25519.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gbf>=','ߺ`\'盱Жx#i#','',0,'?'),('+qpW','wp-includes/update.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','9u6̴vZg','heS!B7]IH','',0,'?'),('Pq-t@l','wp-includes/images/wlw/wp-icon.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1 ʚ7w3K*','5 }x(r:a,zmKH1|/+','',0,'?'),(' @;*|','wp-includes/Text/Diff/Engine/string.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',':=M\0 i)','d[%nZR`  ','',0,'?'),('_wƌ','wp-includes/widgets/class-wp-widget-media-video.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','}◷>yOG','10*u ۤy[\\,/76\r','',0,'?'),('-|VH%','wp-admin/site-health.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N&T7?Ӣ ','#V(;bff@','',0,'?'),('ǢBմ(\\0J','wp-includes/class-wp-text-diff-renderer-inline.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','8l_\ru','פme,V9} yv','',0,'?'),('> I7m>꣍','wp-includes/blocks/embed/editor-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','m,-umԪ','HfUgqP ar2䥬{~?','',0,'?'),('@sB0<{l3','wp-includes/wlwmanifest.xml',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Ԑi^','ƤJľ**X|icy-u6pC-$*\n','',0,'?'),('D= SC','wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','%X`йKZ','SW,fK{\\^Y/','',0,'?'),('ke+','',0,'?'),('3RCV','wp-includes/blocks/calendar/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','z\nUzPU','2aC[[nk2!\ZR3L.6lR','',0,'?'),('ĩ}x(T','wp-includes/js/dist/block-library.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','y@6 B=','kK:|*@ 5A PW','',0,'?'),('V 덵Wky ','wp-includes/blocks/navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>Wdek(˜','56]NDNU˟Uws0*','',0,'?'),('ɱ%a{Zj %','wp-includes/class-wp-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' e3pN_on0}',' \ZxPx','',0,'?'),('I:4PU','wp-includes/SimplePie/Cache/Memcache.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','u5uyS','/M[Qtn.? χIqA?Tj\n4PT,S','',0,'?'),('l]g SDn','wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','བK95T$Kk%n',' nTXպ2/ʋ}3\\^','',0,'?'),('Ѝ3>#.','wp-includes/rest-api/class-wp-rest-request.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Qu!_m,N]','^\Z&O\Z:nʳ`n=|rL1m','',0,'?'),('K|H#[x','wp-includes/blocks/tag-cloud/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','lte\"c5nY','d*q5y9]e=1\"񫤦\r','',0,'?'),('R=*dn','wp-admin/includes/media.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','[gKb0VNlt','?U$bʀ\0b[uJFG','',0,'?'),('A)͹D4','wp-includes/pomo/plural-forms.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','s_7; ]Lvlɟ','TU#:`B=ۙNy3J','',0,'?'),('\"(b?\Zgsq','wp-includes/css/dist/reusable-blocks/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ށgkyȽimV','F4B@RjוN΄SH7','',0,'?'),('-^g̺@\0/','wp-content/index.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','gD,V=\\bP','k~ UH\ZxPĀ<;X','',0,'?'),('.նZg{=','wp-admin/css/customize-controls.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x\'ccg O','KV\r5S|e\rt 㽣BDU\'Z','',0,'?'),('4/ف~<+','wp-includes/blocks/post-excerpt/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','r>\\XJ_W#ZD%','ȶB?@gY+./>2mVp','',0,'?'),(':Y>=','wp-includes/blocks/media-text/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','n;PLs','}@n|{KW./WM8vi۩gk','',0,'?'),('k0k⟆VX','wp-includes/blocks/file/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3).m6M\";b','<~q8oa*if2`i .','',0,'?'),('n:zW_BSR','wp-includes/js/jquery/ui/resizable.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','V0uBgWnb','3wXNPXلwH','',0,'?'),('$*-ً ','wp-includes/blocks/quote/theme.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','3Û\r>y','τ]WD ~V3','',0,'?'),('~ a%!P','wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','{6#UQ:|>#','([\n̻oRAo3^ ','',0,'?'),('L?@.~O','wp-admin/css/colors/midnight/colors-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','믢\0%','Ajʖ?O/ڜ*\"}i','',0,'?'),('T\ne.(','wp-includes/class-wp-image-editor.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','RԴssz*X','M\\2ȰcֲP j!%OV*','',0,'?'),('ؘ-m4)} ','wp-includes/js/dist/reusable-blocks.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','ɀC [2[O*#UKfJL &R','',0,'?'),('}PÛP\\\Z','wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','= B9$v\r ','X-yHVKrVY˴tX','',0,'?'),('R,A\ZGJ\'-','wp-includes/default-filters.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','55ocZj0','Iw\\\rp&JQeQ؋TѧD\n','',0,'?'),('g(355k(','wp-includes/blocks/heading/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','0mHvoӱkN','z]3ͨb&j$LbB','',0,'?'),('\n\\ɶ.5','wp-includes/images/xit.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' 3Xī9+6n~',' sۨ S,md\\YbƇo','',0,'?'),('ЬpIYR','wp-includes/sodium_compat/src/Core32/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','FKy\"J','~T)_ԇYH+ɏ\' ;','',0,'?'),(' cO4ĨǖM','wp-includes/blocks/post-terms/style.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J΍=vsN~','8ġRp`eFMC3|Ewj','',0,'?'),('(ЊQB&Q?','wp-includes/blocks/categories.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','UpJ^ˇ\0K','A̒\0` N韐֌','',0,'?'),('D]|߼$','wp-includes/js/mediaelement/wp-mediaelement.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(Dq|','PE+#Ms; agLeSMNr=','',0,'?'),('PhrV','wp-admin/css/revisions-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','o$o |{ Z\'','jU zMɸ g;ܲeg<1u`p','',0,'?'),('zt[','wp-includes/blocks/heading/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','.:jK=V\"O^','6*c,lm@&.oaċ{\"n\0Ŝ','',0,'?'),('\'VB~w','wp-includes/blocks/query-pagination/block.json',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','G`[Ws/ؤ','NSUný5{lLƩxM','',0,'?'),('SK547S','wp-includes/css/dist/block-library/style-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','zض7}J','RYfT<)uTiq*s?fq.','',0,'?'),('+f6Qy9','wp-includes/js/jquery/ui/selectmenu.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','![4wHa7\"m','B7U~cЩj#R(a?/3R','',0,'?'),('ρXn\r?','wp-includes/sodium_compat/src/Core/XSalsa20.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','pƮuo7;~z',' %ly\'#[_{E]8%','',0,'?'),('?i.Q[E','wp-includes/blocks/post-navigation-link.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','E~)m/ob:ℵr}','kR%\ZkOx5kCxXF','',0,'?'),(']) {?R}','wp-includes/feed-rss.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','iJ?YC>^f','flPf52tY3xDׄ','',0,'?'),('0','',0,'?'),('ƪq悳 ','wp-includes/js/tinymce/plugins/paste/plugin.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','^s׶ {މ2','\ZX8c+xη &Wg`m˴','',0,'?'),('uewJ','Ye\"n+#@ƼZgVP\'','',0,'?'),('/e\no?}mbK','wp-includes/blocks/page-list/editor-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','x*3 :O3','j?5o}c^.ۢFM8/>\"席oIČ','',0,'?'),('F%C0,','wp-admin/css/list-tables-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','12qr9','\"sJD«3~ E1 q ','',0,'?'),('I\"ptQ[Z6x','wp-includes/css/admin-bar.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','vx-~S<z\Z','U,\ZX5=\"d< ,[ř~','',0,'?'),('LoA7e v ','wp-includes/blocks/loginout.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' aG*qc:B{','KrMm8nJK>`A܅j','',0,'?'),('cwk(43','wp-admin/includes/list-table.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','(3|ca','bF|{s4s.& ;\r^f','',0,'?'),('gVHIw!','wp-includes/css/customize-preview.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','1ig`oӏٷ1>','>kdU=@R\r;','',0,'?'),('y.{uJߠ5[\Z.','wp-includes/blocks/more/editor.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','Sꦗ+H)6','-d7v[pνPk4ݍs\"','',0,'?'),('}A5 PԆ','wp-includes/blocks/gallery/style-rtl.min.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',']@3$GYSe','XםB%4Ŧ({M8q)(QZzJ','',0,'?'),('Qֿ6yq88','wp-includes/theme-compat/footer.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','f8y̻@B5','][ۭ}ߟv{cvҧ{PK1~','',0,'?'),('rA|ƋdO쨰','wp-includes/blocks/image/theme-rtl.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','eD5P/BB4,','A-kܐBk:SQg)s@c','',0,'?'),('w\'6)','wp-includes/rss-functions.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',' xr62\']el#','~^Ɏ f}nBhi=F\n ^,','',0,'?'),('N 9{;','wp-includes/js/mediaelement/wp-mediaelement.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0',',m;V*HTt~X','aԋRY哝a#ci5ct6\" w)','',0,'?'),('QS2#]srt','wp-includes/sodium_compat/src/Core/BLAKE2b.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','>ͯ\ZHdy4','-ڣ|A\rcwH4Upc','',0,'?'),('HF)\\,b','wp-includes/js/jquery/ui/controlgroup.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','_t[\ny;K','6#zWT7޸Y.x6R','',0,'?'),('~%B\0z?o','wp-includes/IXR/class-IXR-message.php',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','J/z*zͷ;','lG\'r5+̔MhShq> \0Ϧ','',0,'?'),('a5[45MepC','wp-includes/js/jquery/ui/effect-bounce.min.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','hhhh!nn','g1Gl2s:3˯u','',0,'?'),('߹u7[)h','wp-includes/blocks/embed/editor.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','~s-BsVXd x9','8Z̹Qv|5V̫zVR2-ea','',0,'?'),('ki.\\','wp-includes/images/smilies/icon_neutral.gif',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','VM3HU1!v',' Oi s8\0|z 6]e@Ym49','',0,'?'),('45q-p,','wp-includes/blocks/file/style.css',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','N3@ڕD!m\Z','[=rU9˄@BQk2z3','',0,'?'),('©6<\09ZiR','wp-includes/js/jquery/ui/effect-fade.js',1,'\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0','#*羗rM','H)>RWXE&\rE<.','',0,'?'); /*!40000 ALTER TABLE `wp_wffilemods` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfhits` -- DROP TABLE IF EXISTS `wp_wfhits`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfhits` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `attackLogTime` double(17,6) unsigned NOT NULL, `ctime` double(17,6) unsigned NOT NULL, `IP` binary(16) DEFAULT NULL, `jsRun` tinyint(4) DEFAULT 0, `statusCode` int(11) NOT NULL DEFAULT 200, `isGoogle` tinyint(4) NOT NULL, `userID` int(10) unsigned NOT NULL, `newVisit` tinyint(3) unsigned NOT NULL, `URL` text DEFAULT NULL, `referer` text DEFAULT NULL, `UA` text DEFAULT NULL, `action` varchar(64) NOT NULL DEFAULT '', `actionDescription` text DEFAULT NULL, `actionData` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `k1` (`ctime`), KEY `k2` (`IP`,`ctime`), KEY `attackLogTime` (`attackLogTime`) ) ENGINE=InnoDB AUTO_INCREMENT=14 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfhits` -- LOCK TABLES `wp_wfhits` WRITE; /*!40000 ALTER TABLE `wp_wfhits` DISABLE KEYS */; INSERT INTO `wp_wfhits` VALUES (1,0.000000,1644410043.101508,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36','loginOK',NULL,NULL),(2,0.000000,1644413865.703019,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36','loginOK',NULL,NULL),(3,0.000000,1644479757.519866,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0','loginOK',NULL,NULL),(4,0.000000,1645631124.583380,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36','loginOK',NULL,NULL),(5,0.000000,1645689415.312025,'\0\0\0\0\0\0\0\0\0\0U',0,200,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?interim-login=1&wp_lang=de_AT','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0','loginOK',NULL,NULL),(6,0.000000,1646053025.166252,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36','loginOK',NULL,NULL),(7,0.000000,1646125825.604569,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36','loginOK',NULL,NULL),(8,0.000000,1646672367.063433,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','loginOK',NULL,NULL),(9,0.000000,1646734854.061277,'\0\0\0\0\0\0\0\0\0\0]ځ',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36','loginOK',NULL,NULL),(10,0.000000,1646736735.784074,'\0\0\0\0\0\0\0\0\0\0]ځ',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2Fplugins.php&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36','loginOK',NULL,NULL),(11,0.000000,1646736747.196413,'\0\0\0\0\0\0\0\0\0\06D ',0,200,0,0,0,'https://stage.physio-skalsky.at/wp/?_wfsf=detectProxy','','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_4) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1180.82 Safari/537.1','scan:detectproxy',NULL,NULL),(12,0.000000,1646896388.351607,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2Fabout.php&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0','loginOK',NULL,NULL),(13,0.000000,1646919738.827098,'\0\0\0\0\0\0\0\0\0\0U',0,302,0,1,0,'https://stage.physio-skalsky.at/wp/wp-login.php','https://stage.physio-skalsky.at/wp/wp-login.php?redirect_to=https%3A%2F%2Fstage.physio-skalsky.at%2Fwp%2Fwp-admin%2F&reauth=1','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36','loginOK',NULL,NULL); /*!40000 ALTER TABLE `wp_wfhits` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfhoover` -- DROP TABLE IF EXISTS `wp_wfhoover`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfhoover` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `owner` text DEFAULT NULL, `host` text DEFAULT NULL, `path` text DEFAULT NULL, `hostKey` varbinary(124) DEFAULT NULL, PRIMARY KEY (`id`), KEY `k2` (`hostKey`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfhoover` -- LOCK TABLES `wp_wfhoover` WRITE; /*!40000 ALTER TABLE `wp_wfhoover` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfhoover` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfissues` -- DROP TABLE IF EXISTS `wp_wfissues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfissues` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `time` int(10) unsigned NOT NULL, `lastUpdated` int(10) unsigned NOT NULL, `status` varchar(10) NOT NULL, `type` varchar(20) NOT NULL, `severity` tinyint(3) unsigned NOT NULL, `ignoreP` char(32) NOT NULL, `ignoreC` char(32) NOT NULL, `shortMsg` varchar(255) NOT NULL, `longMsg` text DEFAULT NULL, `data` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `lastUpdated` (`lastUpdated`), KEY `status` (`status`), KEY `ignoreP` (`ignoreP`), KEY `ignoreC` (`ignoreC`) ) ENGINE=InnoDB AUTO_INCREMENT=17 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfissues` -- LOCK TABLES `wp_wfissues` WRITE; /*!40000 ALTER TABLE `wp_wfissues` DISABLE KEYS */; INSERT INTO `wp_wfissues` VALUES (12,1646924672,1646924672,'new','wfUpgrade',75,'bf8f122be1ae410b5e1f243c241c527e','bf8f122be1ae410b5e1f243c241c527e','Your WordPress version is out of date','WordPress version 5.9.1 is now available. Please upgrade immediately to get the latest security updates from WordPress.','a:2:{s:14:\"currentVersion\";s:3:\"5.9\";s:10:\"newVersion\";s:5:\"5.9.1\";}'),(13,1646924672,1646924672,'new','wfPluginUpgrade',50,'5c83d05c4ca1d7dc85bde08b00742f8a','5c83d05c4ca1d7dc85bde08b00742f8a','The Plugin \"Advanced Access Manager\" needs an upgrade (6.8.0 -> 6.8.1).','You need to upgrade \"Advanced Access Manager\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:23:\"Advanced Access Manager\";s:9:\"PluginURI\";s:0:\"\";s:7:\"Version\";s:5:\"6.8.0\";s:11:\"Description\";s:198:\"Collection of features to manage your WordPress website authentication, authorization and monitoring Von Vasyl Martyniuk <vasyl@vasyltech.com>.\";s:6:\"Author\";s:79:\"Vasyl Martyniuk <vasyl@vasyltech.com>\";s:9:\"AuthorURI\";s:21:\"https://vasyltech.com\";s:10:\"TextDomain\";s:23:\"advanced-access-manager\";s:10:\"DomainPath\";s:6:\"/lang/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:23:\"Advanced Access Manager\";s:10:\"AuthorName\";s:43:\"Vasyl Martyniuk <vasyl@vasyltech.com>\";s:10:\"pluginFile\";s:134:\"/users/physio-skalsky/www/stage-physio-skalsky/releases/20220308-1147-2b4bffb5-release/web/app/plugins/advanced-access-manager/aam.php\";s:10:\"newVersion\";s:5:\"6.8.1\";s:4:\"slug\";s:23:\"advanced-access-manager\";s:5:\"wpURL\";s:53:\"https://wordpress.org/plugins/advanced-access-manager\";s:10:\"vulnerable\";b:0;}'),(14,1646924672,1646924672,'new','wfPluginUpgrade',50,'1d9ad001706f20171572373be3f37681','1d9ad001706f20171572373be3f37681','The Plugin \"Contact Form 7\" needs an upgrade (5.5.4 -> 5.5.6).','You need to upgrade \"Contact Form 7\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:14:\"Contact Form 7\";s:9:\"PluginURI\";s:25:\"https://contactform7.com/\";s:7:\"Version\";s:5:\"5.5.4\";s:11:\"Description\";s:135:\"Just another contact form plugin. Simple but flexible. Von Takayuki Miyoshi.\";s:6:\"Author\";s:62:\"Takayuki Miyoshi\";s:9:\"AuthorURI\";s:31:\"https://ideasilo.wordpress.com/\";s:10:\"TextDomain\";s:14:\"contact-form-7\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:54:\"Contact Form 7\";s:10:\"AuthorName\";s:16:\"Takayuki Miyoshi\";s:10:\"pluginFile\";s:139:\"/users/physio-skalsky/www/stage-physio-skalsky/releases/20220308-1147-2b4bffb5-release/web/app/plugins/contact-form-7/wp-contact-form-7.php\";s:10:\"newVersion\";s:5:\"5.5.6\";s:4:\"slug\";s:14:\"contact-form-7\";s:5:\"wpURL\";s:44:\"https://wordpress.org/plugins/contact-form-7\";s:10:\"vulnerable\";b:0;}'),(15,1646924672,1646924672,'new','wfPluginUpgrade',50,'ab311484584f66c656af06d42bd82e3a','ab311484584f66c656af06d42bd82e3a','The Plugin \"Cookie Notice & Compliance for GDPR / CCPA\" needs an upgrade (2.2.1 -> 2.2.3).','You need to upgrade \"Cookie Notice & Compliance for GDPR / CCPA\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:46:\"Cookie Notice & Compliance for GDPR / CCPA\";s:9:\"PluginURI\";s:21:\"https://hu-manity.co/\";s:7:\"Version\";s:5:\"2.2.1\";s:11:\"Description\";s:215:\"Cookie Notice allows you to you elegantly inform users that your site uses cookies and helps you comply with GDPR, CCPA and other data privacy laws. Von Hu-manity.co.\";s:6:\"Author\";s:48:\"Hu-manity.co\";s:9:\"AuthorURI\";s:21:\"https://hu-manity.co/\";s:10:\"TextDomain\";s:13:\"cookie-notice\";s:10:\"DomainPath\";s:10:\"/languages\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:0:\"\";s:11:\"RequiresPHP\";s:0:\"\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:82:\"Cookie Notice & Compliance for GDPR / CCPA\";s:10:\"AuthorName\";s:12:\"Hu-manity.co\";s:10:\"pluginFile\";s:134:\"/users/physio-skalsky/www/stage-physio-skalsky/releases/20220308-1147-2b4bffb5-release/web/app/plugins/cookie-notice/cookie-notice.php\";s:10:\"newVersion\";s:5:\"2.2.3\";s:4:\"slug\";s:13:\"cookie-notice\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/cookie-notice\";s:10:\"vulnerable\";b:0;}'),(16,1646924672,1646924672,'new','wfPluginUpgrade',50,'7d0ba60d5ecd2293c0388f9cef8a40fc','7d0ba60d5ecd2293c0388f9cef8a40fc','The Plugin \"Yoast SEO\" needs an upgrade (18.0 -> 18.3).','You need to upgrade \"Yoast SEO\" to the newest version to ensure you have any security fixes the developer has released.','a:19:{s:4:\"Name\";s:9:\"Yoast SEO\";s:9:\"PluginURI\";s:18:\"https://yoa.st/1uj\";s:7:\"Version\";s:4:\"18.0\";s:11:\"Description\";s:179:\"The first true all-in-one SEO solution for WordPress, including on-page content analysis, XML sitemaps and much more. Von Team Yoast.\";s:6:\"Author\";s:43:\"Team Yoast\";s:9:\"AuthorURI\";s:18:\"https://yoa.st/1uk\";s:10:\"TextDomain\";s:13:\"wordpress-seo\";s:10:\"DomainPath\";s:11:\"/languages/\";s:7:\"Network\";b:0;s:10:\"RequiresWP\";s:3:\"5.6\";s:11:\"RequiresPHP\";s:6:\"5.6.20\";s:9:\"UpdateURI\";s:0:\"\";s:5:\"Title\";s:42:\"Yoast SEO\";s:10:\"AuthorName\";s:10:\"Team Yoast\";s:10:\"pluginFile\";s:127:\"/users/physio-skalsky/www/stage-physio-skalsky/releases/20220308-1147-2b4bffb5-release/web/app/plugins/wordpress-seo/wp-seo.php\";s:10:\"newVersion\";s:4:\"18.3\";s:4:\"slug\";s:13:\"wordpress-seo\";s:5:\"wpURL\";s:43:\"https://wordpress.org/plugins/wordpress-seo\";s:10:\"vulnerable\";b:0;}'); /*!40000 ALTER TABLE `wp_wfissues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfknownfilelist` -- DROP TABLE IF EXISTS `wp_wfknownfilelist`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfknownfilelist` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `path` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=6365 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfknownfilelist` -- LOCK TABLES `wp_wfknownfilelist` WRITE; /*!40000 ALTER TABLE `wp_wfknownfilelist` DISABLE KEYS */; INSERT INTO `wp_wfknownfilelist` VALUES (1,'index.php'),(2,'license.txt'),(3,'readme.html'),(4,'wp-activate.php'),(5,'wp-admin/about.php'),(6,'wp-admin/admin-ajax.php'),(7,'wp-admin/admin-footer.php'),(8,'wp-admin/admin-functions.php'),(9,'wp-admin/admin-header.php'),(10,'wp-admin/admin-post.php'),(11,'wp-admin/admin.php'),(12,'wp-admin/async-upload.php'),(13,'wp-admin/authorize-application.php'),(14,'wp-admin/comment.php'),(15,'wp-admin/credits.php'),(16,'wp-admin/css/about-rtl.css'),(17,'wp-admin/css/about-rtl.min.css'),(18,'wp-admin/css/about.css'),(19,'wp-admin/css/about.min.css'),(20,'wp-admin/css/admin-menu-rtl.css'),(21,'wp-admin/css/admin-menu-rtl.min.css'),(22,'wp-admin/css/admin-menu.css'),(23,'wp-admin/css/admin-menu.min.css'),(24,'wp-admin/css/code-editor-rtl.css'),(25,'wp-admin/css/code-editor-rtl.min.css'),(26,'wp-admin/css/code-editor.css'),(27,'wp-admin/css/code-editor.min.css'),(28,'wp-admin/css/color-picker-rtl.css'),(29,'wp-admin/css/color-picker-rtl.min.css'),(30,'wp-admin/css/color-picker.css'),(31,'wp-admin/css/color-picker.min.css'),(32,'wp-admin/css/colors/blue/colors-rtl.css'),(33,'wp-admin/css/colors/blue/colors-rtl.min.css'),(34,'wp-admin/css/colors/blue/colors.css'),(35,'wp-admin/css/colors/blue/colors.min.css'),(36,'wp-admin/css/colors/coffee/colors-rtl.css'),(37,'wp-admin/css/colors/coffee/colors-rtl.min.css'),(38,'wp-admin/css/colors/coffee/colors.css'),(39,'wp-admin/css/colors/coffee/colors.min.css'),(40,'wp-admin/css/colors/ectoplasm/colors-rtl.css'),(41,'wp-admin/css/colors/ectoplasm/colors-rtl.min.css'),(42,'wp-admin/css/colors/ectoplasm/colors.css'),(43,'wp-admin/css/colors/ectoplasm/colors.min.css'),(44,'wp-admin/css/colors/light/colors-rtl.css'),(45,'wp-admin/css/colors/light/colors-rtl.min.css'),(46,'wp-admin/css/colors/light/colors.css'),(47,'wp-admin/css/colors/light/colors.min.css'),(48,'wp-admin/css/colors/midnight/colors-rtl.css'),(49,'wp-admin/css/colors/midnight/colors-rtl.min.css'),(50,'wp-admin/css/colors/midnight/colors.css'),(51,'wp-admin/css/colors/midnight/colors.min.css'),(52,'wp-admin/css/colors/modern/colors-rtl.css'),(53,'wp-admin/css/colors/modern/colors-rtl.min.css'),(54,'wp-admin/css/colors/modern/colors.css'),(55,'wp-admin/css/colors/modern/colors.min.css'),(56,'wp-admin/css/colors/ocean/colors-rtl.css'),(57,'wp-admin/css/colors/ocean/colors-rtl.min.css'),(58,'wp-admin/css/colors/ocean/colors.css'),(59,'wp-admin/css/colors/ocean/colors.min.css'),(60,'wp-admin/css/colors/sunrise/colors-rtl.css'),(61,'wp-admin/css/colors/sunrise/colors-rtl.min.css'),(62,'wp-admin/css/colors/sunrise/colors.css'),(63,'wp-admin/css/colors/sunrise/colors.min.css'),(64,'wp-admin/css/common-rtl.css'),(65,'wp-admin/css/common-rtl.min.css'),(66,'wp-admin/css/common.css'),(67,'wp-admin/css/common.min.css'),(68,'wp-admin/css/customize-controls-rtl.css'),(69,'wp-admin/css/customize-controls-rtl.min.css'),(70,'wp-admin/css/customize-controls.css'),(71,'wp-admin/css/customize-controls.min.css'),(72,'wp-admin/css/customize-nav-menus-rtl.css'),(73,'wp-admin/css/customize-nav-menus-rtl.min.css'),(74,'wp-admin/css/customize-nav-menus.css'),(75,'wp-admin/css/customize-nav-menus.min.css'),(76,'wp-admin/css/customize-widgets-rtl.css'),(77,'wp-admin/css/customize-widgets-rtl.min.css'),(78,'wp-admin/css/customize-widgets.css'),(79,'wp-admin/css/customize-widgets.min.css'),(80,'wp-admin/css/dashboard-rtl.css'),(81,'wp-admin/css/dashboard-rtl.min.css'),(82,'wp-admin/css/dashboard.css'),(83,'wp-admin/css/dashboard.min.css'),(84,'wp-admin/css/deprecated-media-rtl.css'),(85,'wp-admin/css/deprecated-media-rtl.min.css'),(86,'wp-admin/css/deprecated-media.css'),(87,'wp-admin/css/deprecated-media.min.css'),(88,'wp-admin/css/edit-rtl.css'),(89,'wp-admin/css/edit-rtl.min.css'),(90,'wp-admin/css/edit.css'),(91,'wp-admin/css/edit.min.css'),(92,'wp-admin/css/farbtastic-rtl.css'),(93,'wp-admin/css/farbtastic-rtl.min.css'),(94,'wp-admin/css/farbtastic.css'),(95,'wp-admin/css/farbtastic.min.css'),(96,'wp-admin/css/forms-rtl.css'),(97,'wp-admin/css/forms-rtl.min.css'),(98,'wp-admin/css/forms.css'),(99,'wp-admin/css/forms.min.css'),(100,'wp-admin/css/install-rtl.css'),(101,'wp-admin/css/install-rtl.min.css'),(102,'wp-admin/css/install.css'),(103,'wp-admin/css/install.min.css'),(104,'wp-admin/css/l10n-rtl.css'),(105,'wp-admin/css/l10n-rtl.min.css'),(106,'wp-admin/css/l10n.css'),(107,'wp-admin/css/l10n.min.css'),(108,'wp-admin/css/list-tables-rtl.css'),(109,'wp-admin/css/list-tables-rtl.min.css'),(110,'wp-admin/css/list-tables.css'),(111,'wp-admin/css/list-tables.min.css'),(112,'wp-admin/css/login-rtl.css'),(113,'wp-admin/css/login-rtl.min.css'),(114,'wp-admin/css/login.css'),(115,'wp-admin/css/login.min.css'),(116,'wp-admin/css/media-rtl.css'),(117,'wp-admin/css/media-rtl.min.css'),(118,'wp-admin/css/media.css'),(119,'wp-admin/css/media.min.css'),(120,'wp-admin/css/nav-menus-rtl.css'),(121,'wp-admin/css/nav-menus-rtl.min.css'),(122,'wp-admin/css/nav-menus.css'),(123,'wp-admin/css/nav-menus.min.css'),(124,'wp-admin/css/revisions-rtl.css'),(125,'wp-admin/css/revisions-rtl.min.css'),(126,'wp-admin/css/revisions.css'),(127,'wp-admin/css/revisions.min.css'),(128,'wp-admin/css/site-health-rtl.css'),(129,'wp-admin/css/site-health-rtl.min.css'),(130,'wp-admin/css/site-health.css'),(131,'wp-admin/css/site-health.min.css'),(132,'wp-admin/css/site-icon-rtl.css'),(133,'wp-admin/css/site-icon-rtl.min.css'),(134,'wp-admin/css/site-icon.css'),(135,'wp-admin/css/site-icon.min.css'),(136,'wp-admin/css/themes-rtl.css'),(137,'wp-admin/css/themes-rtl.min.css'),(138,'wp-admin/css/themes.css'),(139,'wp-admin/css/themes.min.css'),(140,'wp-admin/css/widgets-rtl.css'),(141,'wp-admin/css/widgets-rtl.min.css'),(142,'wp-admin/css/widgets.css'),(143,'wp-admin/css/widgets.min.css'),(144,'wp-admin/css/wp-admin-rtl.css'),(145,'wp-admin/css/wp-admin-rtl.min.css'),(146,'wp-admin/css/wp-admin.css'),(147,'wp-admin/css/wp-admin.min.css'),(148,'wp-admin/custom-background.php'),(149,'wp-admin/custom-header.php'),(150,'wp-admin/customize.php'),(151,'wp-admin/edit-comments.php'),(152,'wp-admin/edit-form-advanced.php'),(153,'wp-admin/edit-form-blocks.php'),(154,'wp-admin/edit-form-comment.php'),(155,'wp-admin/edit-link-form.php'),(156,'wp-admin/edit-tag-form.php'),(157,'wp-admin/edit-tags.php'),(158,'wp-admin/edit.php'),(159,'wp-admin/erase-personal-data.php'),(160,'wp-admin/export-personal-data.php'),(161,'wp-admin/export.php'),(162,'wp-admin/freedoms.php'),(163,'wp-admin/images/about-header-about.svg'),(164,'wp-admin/images/about-header-credits.svg'),(165,'wp-admin/images/about-header-freedoms.svg'),(166,'wp-admin/images/about-header-privacy.svg'),(167,'wp-admin/images/about-texture.png'),(168,'wp-admin/images/align-center-2x.png'),(169,'wp-admin/images/align-center.png'),(170,'wp-admin/images/align-left-2x.png'),(171,'wp-admin/images/align-left.png'),(172,'wp-admin/images/align-none-2x.png'),(173,'wp-admin/images/align-none.png'),(174,'wp-admin/images/align-right-2x.png'),(175,'wp-admin/images/align-right.png'),(176,'wp-admin/images/arrows-2x.png'),(177,'wp-admin/images/arrows.png'),(178,'wp-admin/images/browser-rtl.png'),(179,'wp-admin/images/browser.png'),(180,'wp-admin/images/bubble_bg-2x.gif'),(181,'wp-admin/images/bubble_bg.gif'),(182,'wp-admin/images/comment-grey-bubble-2x.png'),(183,'wp-admin/images/comment-grey-bubble.png'),(184,'wp-admin/images/date-button-2x.gif'),(185,'wp-admin/images/date-button.gif'),(186,'wp-admin/images/freedom-1.svg'),(187,'wp-admin/images/freedom-2.svg'),(188,'wp-admin/images/freedom-3.svg'),(189,'wp-admin/images/freedom-4.svg'),(190,'wp-admin/images/generic.png'),(191,'wp-admin/images/icons32-2x.png'),(192,'wp-admin/images/icons32-vs-2x.png'),(193,'wp-admin/images/icons32-vs.png'),(194,'wp-admin/images/icons32.png'),(195,'wp-admin/images/imgedit-icons-2x.png'),(196,'wp-admin/images/imgedit-icons.png'),(197,'wp-admin/images/list-2x.png'),(198,'wp-admin/images/list.png'),(199,'wp-admin/images/loading.gif'),(200,'wp-admin/images/marker.png'),(201,'wp-admin/images/mask.png'),(202,'wp-admin/images/media-button-2x.png'),(203,'wp-admin/images/media-button-image.gif'),(204,'wp-admin/images/media-button-music.gif'),(205,'wp-admin/images/media-button-other.gif'),(206,'wp-admin/images/media-button-video.gif'),(207,'wp-admin/images/media-button.png'),(208,'wp-admin/images/menu-2x.png'),(209,'wp-admin/images/menu-vs-2x.png'),(210,'wp-admin/images/menu-vs.png'),(211,'wp-admin/images/menu.png'),(212,'wp-admin/images/no.png'),(213,'wp-admin/images/post-formats-vs.png'),(214,'wp-admin/images/post-formats.png'),(215,'wp-admin/images/post-formats32-vs.png'),(216,'wp-admin/images/post-formats32.png'),(217,'wp-admin/images/privacy.svg'),(218,'wp-admin/images/resize-2x.gif'),(219,'wp-admin/images/resize-rtl-2x.gif'),(220,'wp-admin/images/resize-rtl.gif'),(221,'wp-admin/images/resize.gif'),(222,'wp-admin/images/se.png'),(223,'wp-admin/images/sort-2x.gif'),(224,'wp-admin/images/sort.gif'),(225,'wp-admin/images/spinner-2x.gif'),(226,'wp-admin/images/spinner.gif'),(227,'wp-admin/images/stars-2x.png'),(228,'wp-admin/images/stars.png'),(229,'wp-admin/images/w-logo-blue.png'),(230,'wp-admin/images/w-logo-white.png'),(231,'wp-admin/images/wheel.png'),(232,'wp-admin/images/wordpress-logo-white.svg'),(233,'wp-admin/images/wordpress-logo.png'),(234,'wp-admin/images/wordpress-logo.svg'),(235,'wp-admin/images/wpspin_light-2x.gif'),(236,'wp-admin/images/wpspin_light.gif'),(237,'wp-admin/images/xit-2x.gif'),(238,'wp-admin/images/xit.gif'),(239,'wp-admin/images/yes.png'),(240,'wp-admin/import.php'),(241,'wp-admin/includes/admin-filters.php'),(242,'wp-admin/includes/admin.php'),(243,'wp-admin/includes/ajax-actions.php'),(244,'wp-admin/includes/bookmark.php'),(245,'wp-admin/includes/class-automatic-upgrader-skin.php'),(246,'wp-admin/includes/class-bulk-plugin-upgrader-skin.php'),(247,'wp-admin/includes/class-bulk-theme-upgrader-skin.php'),(248,'wp-admin/includes/class-bulk-upgrader-skin.php'),(249,'wp-admin/includes/class-core-upgrader.php'),(250,'wp-admin/includes/class-custom-background.php'),(251,'wp-admin/includes/class-custom-image-header.php'),(252,'wp-admin/includes/class-file-upload-upgrader.php'),(253,'wp-admin/includes/class-ftp-pure.php'),(254,'wp-admin/includes/class-ftp-sockets.php'),(255,'wp-admin/includes/class-ftp.php'),(256,'wp-admin/includes/class-language-pack-upgrader-skin.php'),(257,'wp-admin/includes/class-language-pack-upgrader.php'),(258,'wp-admin/includes/class-pclzip.php'),(259,'wp-admin/includes/class-plugin-installer-skin.php'),(260,'wp-admin/includes/class-plugin-upgrader-skin.php'),(261,'wp-admin/includes/class-plugin-upgrader.php'),(262,'wp-admin/includes/class-theme-installer-skin.php'),(263,'wp-admin/includes/class-theme-upgrader-skin.php'),(264,'wp-admin/includes/class-theme-upgrader.php'),(265,'wp-admin/includes/class-walker-category-checklist.php'),(266,'wp-admin/includes/class-walker-nav-menu-checklist.php'),(267,'wp-admin/includes/class-walker-nav-menu-edit.php'),(268,'wp-admin/includes/class-wp-ajax-upgrader-skin.php'),(269,'wp-admin/includes/class-wp-application-passwords-list-table.php'),(270,'wp-admin/includes/class-wp-automatic-updater.php'),(271,'wp-admin/includes/class-wp-comments-list-table.php'),(272,'wp-admin/includes/class-wp-community-events.php'),(273,'wp-admin/includes/class-wp-debug-data.php'),(274,'wp-admin/includes/class-wp-filesystem-base.php'),(275,'wp-admin/includes/class-wp-filesystem-direct.php'),(276,'wp-admin/includes/class-wp-filesystem-ftpext.php'),(277,'wp-admin/includes/class-wp-filesystem-ftpsockets.php'),(278,'wp-admin/includes/class-wp-filesystem-ssh2.php'),(279,'wp-admin/includes/class-wp-importer.php'),(280,'wp-admin/includes/class-wp-internal-pointers.php'),(281,'wp-admin/includes/class-wp-links-list-table.php'),(282,'wp-admin/includes/class-wp-list-table-compat.php'),(283,'wp-admin/includes/class-wp-list-table.php'),(284,'wp-admin/includes/class-wp-media-list-table.php'),(285,'wp-admin/includes/class-wp-ms-sites-list-table.php'),(286,'wp-admin/includes/class-wp-ms-themes-list-table.php'),(287,'wp-admin/includes/class-wp-ms-users-list-table.php'),(288,'wp-admin/includes/class-wp-plugin-install-list-table.php'),(289,'wp-admin/includes/class-wp-plugins-list-table.php'),(290,'wp-admin/includes/class-wp-post-comments-list-table.php'),(291,'wp-admin/includes/class-wp-posts-list-table.php'),(292,'wp-admin/includes/class-wp-privacy-data-export-requests-list-table.php'),(293,'wp-admin/includes/class-wp-privacy-data-removal-requests-list-table.php'),(294,'wp-admin/includes/class-wp-privacy-policy-content.php'),(295,'wp-admin/includes/class-wp-privacy-requests-table.php'),(296,'wp-admin/includes/class-wp-screen.php'),(297,'wp-admin/includes/class-wp-site-health-auto-updates.php'),(298,'wp-admin/includes/class-wp-site-health.php'),(299,'wp-admin/includes/class-wp-site-icon.php'),(300,'wp-admin/includes/class-wp-terms-list-table.php'),(301,'wp-admin/includes/class-wp-theme-install-list-table.php'),(302,'wp-admin/includes/class-wp-themes-list-table.php'),(303,'wp-admin/includes/class-wp-upgrader-skin.php'),(304,'wp-admin/includes/class-wp-upgrader-skins.php'),(305,'wp-admin/includes/class-wp-upgrader.php'),(306,'wp-admin/includes/class-wp-users-list-table.php'),(307,'wp-admin/includes/comment.php'),(308,'wp-admin/includes/continents-cities.php'),(309,'wp-admin/includes/credits.php'),(310,'wp-admin/includes/dashboard.php'),(311,'wp-admin/includes/deprecated.php'),(312,'wp-admin/includes/edit-tag-messages.php'),(313,'wp-admin/includes/export.php'),(314,'wp-admin/includes/file.php'),(315,'wp-admin/includes/image-edit.php'),(316,'wp-admin/includes/image.php'),(317,'wp-admin/includes/import.php'),(318,'wp-admin/includes/list-table.php'),(319,'wp-admin/includes/media.php'),(320,'wp-admin/includes/menu.php'),(321,'wp-admin/includes/meta-boxes.php'),(322,'wp-admin/includes/misc.php'),(323,'wp-admin/includes/ms-admin-filters.php'),(324,'wp-admin/includes/ms-deprecated.php'),(325,'wp-admin/includes/ms.php'),(326,'wp-admin/includes/nav-menu.php'),(327,'wp-admin/includes/network.php'),(328,'wp-admin/includes/noop.php'),(329,'wp-admin/includes/options.php'),(330,'wp-admin/includes/plugin-install.php'),(331,'wp-admin/includes/plugin.php'),(332,'wp-admin/includes/post.php'),(333,'wp-admin/includes/privacy-tools.php'),(334,'wp-admin/includes/revision.php'),(335,'wp-admin/includes/schema.php'),(336,'wp-admin/includes/screen.php'),(337,'wp-admin/includes/taxonomy.php'),(338,'wp-admin/includes/template.php'),(339,'wp-admin/includes/theme-install.php'),(340,'wp-admin/includes/theme.php'),(341,'wp-admin/includes/translation-install.php'),(342,'wp-admin/includes/update-core.php'),(343,'wp-admin/includes/update.php'),(344,'wp-admin/includes/upgrade.php'),(345,'wp-admin/includes/user.php'),(346,'wp-admin/includes/widgets.php'),(347,'wp-admin/index.php'),(348,'wp-admin/install-helper.php'),(349,'wp-admin/install.php'),(350,'wp-admin/js/accordion.js'),(351,'wp-admin/js/accordion.min.js'),(352,'wp-admin/js/application-passwords.js'),(353,'wp-admin/js/application-passwords.min.js'),(354,'wp-admin/js/auth-app.js'),(355,'wp-admin/js/auth-app.min.js'),(356,'wp-admin/js/code-editor.js'),(357,'wp-admin/js/code-editor.min.js'),(358,'wp-admin/js/color-picker.js'),(359,'wp-admin/js/color-picker.min.js'),(360,'wp-admin/js/comment.js'),(361,'wp-admin/js/comment.min.js'),(362,'wp-admin/js/common.js'),(363,'wp-admin/js/common.min.js'),(364,'wp-admin/js/custom-background.js'),(365,'wp-admin/js/custom-background.min.js'),(366,'wp-admin/js/custom-header.js'),(367,'wp-admin/js/customize-controls.js'),(368,'wp-admin/js/customize-controls.min.js'),(369,'wp-admin/js/customize-nav-menus.js'),(370,'wp-admin/js/customize-nav-menus.min.js'),(371,'wp-admin/js/customize-widgets.js'),(372,'wp-admin/js/customize-widgets.min.js'),(373,'wp-admin/js/dashboard.js'),(374,'wp-admin/js/dashboard.min.js'),(375,'wp-admin/js/edit-comments.js'),(376,'wp-admin/js/edit-comments.min.js'),(377,'wp-admin/js/editor-expand.js'),(378,'wp-admin/js/editor-expand.min.js'),(379,'wp-admin/js/editor.js'),(380,'wp-admin/js/editor.min.js'),(381,'wp-admin/js/farbtastic.js'),(382,'wp-admin/js/gallery.js'),(383,'wp-admin/js/gallery.min.js'),(384,'wp-admin/js/image-edit.js'),(385,'wp-admin/js/image-edit.min.js'),(386,'wp-admin/js/inline-edit-post.js'),(387,'wp-admin/js/inline-edit-post.min.js'),(388,'wp-admin/js/inline-edit-tax.js'),(389,'wp-admin/js/inline-edit-tax.min.js'),(390,'wp-admin/js/iris.min.js'),(391,'wp-admin/js/language-chooser.js'),(392,'wp-admin/js/language-chooser.min.js'),(393,'wp-admin/js/link.js'),(394,'wp-admin/js/link.min.js'),(395,'wp-admin/js/media-gallery.js'),(396,'wp-admin/js/media-gallery.min.js'),(397,'wp-admin/js/media-upload.js'),(398,'wp-admin/js/media-upload.min.js'),(399,'wp-admin/js/media.js'),(400,'wp-admin/js/media.min.js'),(401,'wp-admin/js/nav-menu.js'),(402,'wp-admin/js/nav-menu.min.js'),(403,'wp-admin/js/password-strength-meter.js'),(404,'wp-admin/js/password-strength-meter.min.js'),(405,'wp-admin/js/plugin-install.js'),(406,'wp-admin/js/plugin-install.min.js'),(407,'wp-admin/js/post.js'),(408,'wp-admin/js/post.min.js'),(409,'wp-admin/js/postbox.js'),(410,'wp-admin/js/postbox.min.js'),(411,'wp-admin/js/privacy-tools.js'),(412,'wp-admin/js/privacy-tools.min.js'),(413,'wp-admin/js/revisions.js'),(414,'wp-admin/js/revisions.min.js'),(415,'wp-admin/js/set-post-thumbnail.js'),(416,'wp-admin/js/set-post-thumbnail.min.js'),(417,'wp-admin/js/site-health.js'),(418,'wp-admin/js/site-health.min.js'),(419,'wp-admin/js/svg-painter.js'),(420,'wp-admin/js/svg-painter.min.js'),(421,'wp-admin/js/tags-box.js'),(422,'wp-admin/js/tags-box.min.js'),(423,'wp-admin/js/tags-suggest.js'),(424,'wp-admin/js/tags-suggest.min.js'),(425,'wp-admin/js/tags.js'),(426,'wp-admin/js/tags.min.js'),(427,'wp-admin/js/theme-plugin-editor.js'),(428,'wp-admin/js/theme-plugin-editor.min.js'),(429,'wp-admin/js/theme.js'),(430,'wp-admin/js/theme.min.js'),(431,'wp-admin/js/updates.js'),(432,'wp-admin/js/updates.min.js'),(433,'wp-admin/js/user-profile.js'),(434,'wp-admin/js/user-profile.min.js'),(435,'wp-admin/js/user-suggest.js'),(436,'wp-admin/js/user-suggest.min.js'),(437,'wp-admin/js/widgets/custom-html-widgets.js'),(438,'wp-admin/js/widgets/custom-html-widgets.min.js'),(439,'wp-admin/js/widgets/media-audio-widget.js'),(440,'wp-admin/js/widgets/media-audio-widget.min.js'),(441,'wp-admin/js/widgets/media-gallery-widget.js'),(442,'wp-admin/js/widgets/media-gallery-widget.min.js'),(443,'wp-admin/js/widgets/media-image-widget.js'),(444,'wp-admin/js/widgets/media-image-widget.min.js'),(445,'wp-admin/js/widgets/media-video-widget.js'),(446,'wp-admin/js/widgets/media-video-widget.min.js'),(447,'wp-admin/js/widgets/media-widgets.js'),(448,'wp-admin/js/widgets/media-widgets.min.js'),(449,'wp-admin/js/widgets/text-widgets.js'),(450,'wp-admin/js/widgets/text-widgets.min.js'),(451,'wp-admin/js/widgets.js'),(452,'wp-admin/js/widgets.min.js'),(453,'wp-admin/js/word-count.js'),(454,'wp-admin/js/word-count.min.js'),(455,'wp-admin/js/xfn.js'),(456,'wp-admin/js/xfn.min.js'),(457,'wp-admin/link-add.php'),(458,'wp-admin/link-manager.php'),(459,'wp-admin/link-parse-opml.php'),(460,'wp-admin/link.php'),(461,'wp-admin/load-scripts.php'),(462,'wp-admin/load-styles.php'),(463,'wp-admin/maint/repair.php'),(464,'wp-admin/media-new.php'),(465,'wp-admin/media-upload.php'),(466,'wp-admin/media.php'),(467,'wp-admin/menu-header.php'),(468,'wp-admin/menu.php'),(469,'wp-admin/moderation.php'),(470,'wp-admin/ms-admin.php'),(471,'wp-admin/ms-delete-site.php'),(472,'wp-admin/ms-edit.php'),(473,'wp-admin/ms-options.php'),(474,'wp-admin/ms-sites.php'),(475,'wp-admin/ms-themes.php'),(476,'wp-admin/ms-upgrade-network.php'),(477,'wp-admin/ms-users.php'),(478,'wp-admin/my-sites.php'),(479,'wp-admin/nav-menus.php'),(480,'wp-admin/network/about.php'),(481,'wp-admin/network/admin.php'),(482,'wp-admin/network/credits.php'),(483,'wp-admin/network/edit.php'),(484,'wp-admin/network/freedoms.php'),(485,'wp-admin/network/index.php'),(486,'wp-admin/network/menu.php'),(487,'wp-admin/network/plugin-editor.php'),(488,'wp-admin/network/plugin-install.php'),(489,'wp-admin/network/plugins.php'),(490,'wp-admin/network/privacy.php'),(491,'wp-admin/network/profile.php'),(492,'wp-admin/network/settings.php'),(493,'wp-admin/network/setup.php'),(494,'wp-admin/network/site-info.php'),(495,'wp-admin/network/site-new.php'),(496,'wp-admin/network/site-settings.php'),(497,'wp-admin/network/site-themes.php'),(498,'wp-admin/network/site-users.php'),(499,'wp-admin/network/sites.php'),(500,'wp-admin/network/theme-editor.php'),(501,'wp-admin/network/theme-install.php'),(502,'wp-admin/network/themes.php'),(503,'wp-admin/network/update-core.php'),(504,'wp-admin/network/update.php'),(505,'wp-admin/network/upgrade.php'),(506,'wp-admin/network/user-edit.php'),(507,'wp-admin/network/user-new.php'),(508,'wp-admin/network/users.php'),(509,'wp-admin/network.php'),(510,'wp-admin/options-discussion.php'),(511,'wp-admin/options-general.php'),(512,'wp-admin/options-head.php'),(513,'wp-admin/options-media.php'),(514,'wp-admin/options-permalink.php'),(515,'wp-admin/options-privacy.php'),(516,'wp-admin/options-reading.php'),(517,'wp-admin/options-writing.php'),(518,'wp-admin/options.php'),(519,'wp-admin/plugin-editor.php'),(520,'wp-admin/plugin-install.php'),(521,'wp-admin/plugins.php'),(522,'wp-admin/post-new.php'),(523,'wp-admin/post.php'),(524,'wp-admin/press-this.php'),(525,'wp-admin/privacy-policy-guide.php'),(526,'wp-admin/privacy.php'),(527,'wp-admin/profile.php'),(528,'wp-admin/revision.php'),(529,'wp-admin/setup-config.php'),(530,'wp-admin/site-editor.php'),(531,'wp-admin/site-health-info.php'),(532,'wp-admin/site-health.php'),(533,'wp-admin/term.php'),(534,'wp-admin/theme-editor.php'),(535,'wp-admin/theme-install.php'),(536,'wp-admin/themes.php'),(537,'wp-admin/tools.php'),(538,'wp-admin/update-core.php'),(539,'wp-admin/update.php'),(540,'wp-admin/upgrade-functions.php'),(541,'wp-admin/upgrade.php'),(542,'wp-admin/upload.php'),(543,'wp-admin/user/about.php'),(544,'wp-admin/user/admin.php'),(545,'wp-admin/user/credits.php'),(546,'wp-admin/user/freedoms.php'),(547,'wp-admin/user/index.php'),(548,'wp-admin/user/menu.php'),(549,'wp-admin/user/privacy.php'),(550,'wp-admin/user/profile.php'),(551,'wp-admin/user/user-edit.php'),(552,'wp-admin/user-edit.php'),(553,'wp-admin/user-new.php'),(554,'wp-admin/users.php'),(555,'wp-admin/widgets-form-blocks.php'),(556,'wp-admin/widgets-form.php'),(557,'wp-admin/widgets.php'),(558,'wp-blog-header.php'),(559,'wp-comments-post.php'),(560,'wp-config-sample.php'),(561,'wp-content/index.php'),(562,'wp-content/plugins/hello.php'),(563,'wp-content/plugins/index.php'),(564,'wp-cron.php'),(565,'wp-includes/ID3/getid3.lib.php'),(566,'wp-includes/ID3/getid3.php'),(567,'wp-includes/ID3/license.commercial.txt'),(568,'wp-includes/ID3/license.txt'),(569,'wp-includes/ID3/module.audio-video.asf.php'),(570,'wp-includes/ID3/module.audio-video.flv.php'),(571,'wp-includes/ID3/module.audio-video.matroska.php'),(572,'wp-includes/ID3/module.audio-video.quicktime.php'),(573,'wp-includes/ID3/module.audio-video.riff.php'),(574,'wp-includes/ID3/module.audio.ac3.php'),(575,'wp-includes/ID3/module.audio.dts.php'),(576,'wp-includes/ID3/module.audio.flac.php'),(577,'wp-includes/ID3/module.audio.mp3.php'),(578,'wp-includes/ID3/module.audio.ogg.php'),(579,'wp-includes/ID3/module.tag.apetag.php'),(580,'wp-includes/ID3/module.tag.id3v1.php'),(581,'wp-includes/ID3/module.tag.id3v2.php'),(582,'wp-includes/ID3/module.tag.lyrics3.php'),(583,'wp-includes/ID3/readme.txt'),(584,'wp-includes/IXR/class-IXR-base64.php'),(585,'wp-includes/IXR/class-IXR-client.php'),(586,'wp-includes/IXR/class-IXR-clientmulticall.php'),(587,'wp-includes/IXR/class-IXR-date.php'),(588,'wp-includes/IXR/class-IXR-error.php'),(589,'wp-includes/IXR/class-IXR-introspectionserver.php'),(590,'wp-includes/IXR/class-IXR-message.php'),(591,'wp-includes/IXR/class-IXR-request.php'),(592,'wp-includes/IXR/class-IXR-server.php'),(593,'wp-includes/IXR/class-IXR-value.php'),(594,'wp-includes/PHPMailer/Exception.php'),(595,'wp-includes/PHPMailer/PHPMailer.php'),(596,'wp-includes/PHPMailer/SMTP.php'),(597,'wp-includes/Requests/Auth/Basic.php'),(598,'wp-includes/Requests/Auth.php'),(599,'wp-includes/Requests/Cookie/Jar.php'),(600,'wp-includes/Requests/Cookie.php'),(601,'wp-includes/Requests/Exception/HTTP/304.php'),(602,'wp-includes/Requests/Exception/HTTP/305.php'),(603,'wp-includes/Requests/Exception/HTTP/306.php'),(604,'wp-includes/Requests/Exception/HTTP/400.php'),(605,'wp-includes/Requests/Exception/HTTP/401.php'),(606,'wp-includes/Requests/Exception/HTTP/402.php'),(607,'wp-includes/Requests/Exception/HTTP/403.php'),(608,'wp-includes/Requests/Exception/HTTP/404.php'),(609,'wp-includes/Requests/Exception/HTTP/405.php'),(610,'wp-includes/Requests/Exception/HTTP/406.php'),(611,'wp-includes/Requests/Exception/HTTP/407.php'),(612,'wp-includes/Requests/Exception/HTTP/408.php'),(613,'wp-includes/Requests/Exception/HTTP/409.php'),(614,'wp-includes/Requests/Exception/HTTP/410.php'),(615,'wp-includes/Requests/Exception/HTTP/411.php'),(616,'wp-includes/Requests/Exception/HTTP/412.php'),(617,'wp-includes/Requests/Exception/HTTP/413.php'),(618,'wp-includes/Requests/Exception/HTTP/414.php'),(619,'wp-includes/Requests/Exception/HTTP/415.php'),(620,'wp-includes/Requests/Exception/HTTP/416.php'),(621,'wp-includes/Requests/Exception/HTTP/417.php'),(622,'wp-includes/Requests/Exception/HTTP/418.php'),(623,'wp-includes/Requests/Exception/HTTP/428.php'),(624,'wp-includes/Requests/Exception/HTTP/429.php'),(625,'wp-includes/Requests/Exception/HTTP/431.php'),(626,'wp-includes/Requests/Exception/HTTP/500.php'),(627,'wp-includes/Requests/Exception/HTTP/501.php'),(628,'wp-includes/Requests/Exception/HTTP/502.php'),(629,'wp-includes/Requests/Exception/HTTP/503.php'),(630,'wp-includes/Requests/Exception/HTTP/504.php'),(631,'wp-includes/Requests/Exception/HTTP/505.php'),(632,'wp-includes/Requests/Exception/HTTP/511.php'),(633,'wp-includes/Requests/Exception/HTTP/Unknown.php'),(634,'wp-includes/Requests/Exception/HTTP.php'),(635,'wp-includes/Requests/Exception/Transport/cURL.php'),(636,'wp-includes/Requests/Exception/Transport.php'),(637,'wp-includes/Requests/Exception.php'),(638,'wp-includes/Requests/Hooker.php'),(639,'wp-includes/Requests/Hooks.php'),(640,'wp-includes/Requests/IDNAEncoder.php'),(641,'wp-includes/Requests/IPv6.php'),(642,'wp-includes/Requests/IRI.php'),(643,'wp-includes/Requests/Proxy/HTTP.php'),(644,'wp-includes/Requests/Proxy.php'),(645,'wp-includes/Requests/Response/Headers.php'),(646,'wp-includes/Requests/Response.php'),(647,'wp-includes/Requests/SSL.php'),(648,'wp-includes/Requests/Session.php'),(649,'wp-includes/Requests/Transport/cURL.php'),(650,'wp-includes/Requests/Transport/fsockopen.php'),(651,'wp-includes/Requests/Transport.php'),(652,'wp-includes/Requests/Utility/CaseInsensitiveDictionary.php'),(653,'wp-includes/Requests/Utility/FilteredIterator.php'),(654,'wp-includes/SimplePie/Author.php'),(655,'wp-includes/SimplePie/Cache/Base.php'),(656,'wp-includes/SimplePie/Cache/DB.php'),(657,'wp-includes/SimplePie/Cache/File.php'),(658,'wp-includes/SimplePie/Cache/Memcache.php'),(659,'wp-includes/SimplePie/Cache/Memcached.php'),(660,'wp-includes/SimplePie/Cache/MySQL.php'),(661,'wp-includes/SimplePie/Cache/Redis.php'),(662,'wp-includes/SimplePie/Cache.php'),(663,'wp-includes/SimplePie/Caption.php'),(664,'wp-includes/SimplePie/Category.php'),(665,'wp-includes/SimplePie/Content/Type/Sniffer.php'),(666,'wp-includes/SimplePie/Copyright.php'),(667,'wp-includes/SimplePie/Core.php'),(668,'wp-includes/SimplePie/Credit.php'),(669,'wp-includes/SimplePie/Decode/HTML/Entities.php'),(670,'wp-includes/SimplePie/Enclosure.php'),(671,'wp-includes/SimplePie/Exception.php'),(672,'wp-includes/SimplePie/File.php'),(673,'wp-includes/SimplePie/HTTP/Parser.php'),(674,'wp-includes/SimplePie/IRI.php'),(675,'wp-includes/SimplePie/Item.php'),(676,'wp-includes/SimplePie/Locator.php'),(677,'wp-includes/SimplePie/Misc.php'),(678,'wp-includes/SimplePie/Net/IPv6.php'),(679,'wp-includes/SimplePie/Parse/Date.php'),(680,'wp-includes/SimplePie/Parser.php'),(681,'wp-includes/SimplePie/Rating.php'),(682,'wp-includes/SimplePie/Registry.php'),(683,'wp-includes/SimplePie/Restriction.php'),(684,'wp-includes/SimplePie/Sanitize.php'),(685,'wp-includes/SimplePie/Source.php'),(686,'wp-includes/SimplePie/XML/Declaration/Parser.php'),(687,'wp-includes/SimplePie/gzdecode.php'),(688,'wp-includes/Text/Diff/Engine/native.php'),(689,'wp-includes/Text/Diff/Engine/shell.php'),(690,'wp-includes/Text/Diff/Engine/string.php'),(691,'wp-includes/Text/Diff/Engine/xdiff.php'),(692,'wp-includes/Text/Diff/Renderer/inline.php'),(693,'wp-includes/Text/Diff/Renderer.php'),(694,'wp-includes/Text/Diff.php'),(695,'wp-includes/admin-bar.php'),(696,'wp-includes/assets/script-loader-packages.php'),(697,'wp-includes/atomlib.php'),(698,'wp-includes/author-template.php'),(699,'wp-includes/block-editor.php'),(700,'wp-includes/block-i18n.json'),(701,'wp-includes/block-patterns/query-grid-posts.php'),(702,'wp-includes/block-patterns/query-large-title-posts.php'),(703,'wp-includes/block-patterns/query-medium-posts.php'),(704,'wp-includes/block-patterns/query-offset-posts.php'),(705,'wp-includes/block-patterns/query-small-posts.php'),(706,'wp-includes/block-patterns/query-standard-posts.php'),(707,'wp-includes/block-patterns/social-links-shared-background-color.php'),(708,'wp-includes/block-patterns.php'),(709,'wp-includes/block-supports/align.php'),(710,'wp-includes/block-supports/border.php'),(711,'wp-includes/block-supports/colors.php'),(712,'wp-includes/block-supports/custom-classname.php'),(713,'wp-includes/block-supports/dimensions.php'),(714,'wp-includes/block-supports/duotone.php'),(715,'wp-includes/block-supports/elements.php'),(716,'wp-includes/block-supports/generated-classname.php'),(717,'wp-includes/block-supports/layout.php'),(718,'wp-includes/block-supports/spacing.php'),(719,'wp-includes/block-supports/typography.php'),(720,'wp-includes/block-template-utils.php'),(721,'wp-includes/block-template.php'),(722,'wp-includes/blocks/archives/block.json'),(723,'wp-includes/blocks/archives/editor-rtl.css'),(724,'wp-includes/blocks/archives/editor-rtl.min.css'),(725,'wp-includes/blocks/archives/editor.css'),(726,'wp-includes/blocks/archives/editor.min.css'),(727,'wp-includes/blocks/archives/style-rtl.css'),(728,'wp-includes/blocks/archives/style-rtl.min.css'),(729,'wp-includes/blocks/archives/style.css'),(730,'wp-includes/blocks/archives/style.min.css'),(731,'wp-includes/blocks/archives.php'),(732,'wp-includes/blocks/audio/block.json'),(733,'wp-includes/blocks/audio/editor-rtl.css'),(734,'wp-includes/blocks/audio/editor-rtl.min.css'),(735,'wp-includes/blocks/audio/editor.css'),(736,'wp-includes/blocks/audio/editor.min.css'),(737,'wp-includes/blocks/audio/style-rtl.css'),(738,'wp-includes/blocks/audio/style-rtl.min.css'),(739,'wp-includes/blocks/audio/style.css'),(740,'wp-includes/blocks/audio/style.min.css'),(741,'wp-includes/blocks/audio/theme-rtl.css'),(742,'wp-includes/blocks/audio/theme-rtl.min.css'),(743,'wp-includes/blocks/audio/theme.css'),(744,'wp-includes/blocks/audio/theme.min.css'),(745,'wp-includes/blocks/block/block.json'),(746,'wp-includes/blocks/block/editor-rtl.css'),(747,'wp-includes/blocks/block/editor-rtl.min.css'),(748,'wp-includes/blocks/block/editor.css'),(749,'wp-includes/blocks/block/editor.min.css'),(750,'wp-includes/blocks/block.php'),(751,'wp-includes/blocks/button/block.json'),(752,'wp-includes/blocks/button/editor-rtl.css'),(753,'wp-includes/blocks/button/editor-rtl.min.css'),(754,'wp-includes/blocks/button/editor.css'),(755,'wp-includes/blocks/button/editor.min.css'),(756,'wp-includes/blocks/button/style-rtl.css'),(757,'wp-includes/blocks/button/style-rtl.min.css'),(758,'wp-includes/blocks/button/style.css'),(759,'wp-includes/blocks/button/style.min.css'),(760,'wp-includes/blocks/buttons/block.json'),(761,'wp-includes/blocks/buttons/editor-rtl.css'),(762,'wp-includes/blocks/buttons/editor-rtl.min.css'),(763,'wp-includes/blocks/buttons/editor.css'),(764,'wp-includes/blocks/buttons/editor.min.css'),(765,'wp-includes/blocks/buttons/style-rtl.css'),(766,'wp-includes/blocks/buttons/style-rtl.min.css'),(767,'wp-includes/blocks/buttons/style.css'),(768,'wp-includes/blocks/buttons/style.min.css'),(769,'wp-includes/blocks/calendar/block.json'),(770,'wp-includes/blocks/calendar/style-rtl.css'),(771,'wp-includes/blocks/calendar/style-rtl.min.css'),(772,'wp-includes/blocks/calendar/style.css'),(773,'wp-includes/blocks/calendar/style.min.css'),(774,'wp-includes/blocks/calendar.php'),(775,'wp-includes/blocks/categories/block.json'),(776,'wp-includes/blocks/categories/editor-rtl.css'),(777,'wp-includes/blocks/categories/editor-rtl.min.css'),(778,'wp-includes/blocks/categories/editor.css'),(779,'wp-includes/blocks/categories/editor.min.css'),(780,'wp-includes/blocks/categories/style-rtl.css'),(781,'wp-includes/blocks/categories/style-rtl.min.css'),(782,'wp-includes/blocks/categories/style.css'),(783,'wp-includes/blocks/categories/style.min.css'),(784,'wp-includes/blocks/categories.php'),(785,'wp-includes/blocks/code/block.json'),(786,'wp-includes/blocks/code/style-rtl.css'),(787,'wp-includes/blocks/code/style-rtl.min.css'),(788,'wp-includes/blocks/code/style.css'),(789,'wp-includes/blocks/code/style.min.css'),(790,'wp-includes/blocks/code/theme-rtl.css'),(791,'wp-includes/blocks/code/theme-rtl.min.css'),(792,'wp-includes/blocks/code/theme.css'),(793,'wp-includes/blocks/code/theme.min.css'),(794,'wp-includes/blocks/column/block.json'),(795,'wp-includes/blocks/columns/block.json'),(796,'wp-includes/blocks/columns/editor-rtl.css'),(797,'wp-includes/blocks/columns/editor-rtl.min.css'),(798,'wp-includes/blocks/columns/editor.css'),(799,'wp-includes/blocks/columns/editor.min.css'),(800,'wp-includes/blocks/columns/style-rtl.css'),(801,'wp-includes/blocks/columns/style-rtl.min.css'),(802,'wp-includes/blocks/columns/style.css'),(803,'wp-includes/blocks/columns/style.min.css'),(804,'wp-includes/blocks/cover/block.json'),(805,'wp-includes/blocks/cover/editor-rtl.css'),(806,'wp-includes/blocks/cover/editor-rtl.min.css'),(807,'wp-includes/blocks/cover/editor.css'),(808,'wp-includes/blocks/cover/editor.min.css'),(809,'wp-includes/blocks/cover/style-rtl.css'),(810,'wp-includes/blocks/cover/style-rtl.min.css'),(811,'wp-includes/blocks/cover/style.css'),(812,'wp-includes/blocks/cover/style.min.css'),(813,'wp-includes/blocks/embed/block.json'),(814,'wp-includes/blocks/embed/editor-rtl.css'),(815,'wp-includes/blocks/embed/editor-rtl.min.css'),(816,'wp-includes/blocks/embed/editor.css'),(817,'wp-includes/blocks/embed/editor.min.css'),(818,'wp-includes/blocks/embed/style-rtl.css'),(819,'wp-includes/blocks/embed/style-rtl.min.css'),(820,'wp-includes/blocks/embed/style.css'),(821,'wp-includes/blocks/embed/style.min.css'),(822,'wp-includes/blocks/embed/theme-rtl.css'),(823,'wp-includes/blocks/embed/theme-rtl.min.css'),(824,'wp-includes/blocks/embed/theme.css'),(825,'wp-includes/blocks/embed/theme.min.css'),(826,'wp-includes/blocks/file/block.json'),(827,'wp-includes/blocks/file/editor-rtl.css'),(828,'wp-includes/blocks/file/editor-rtl.min.css'),(829,'wp-includes/blocks/file/editor.css'),(830,'wp-includes/blocks/file/editor.min.css'),(831,'wp-includes/blocks/file/style-rtl.css'),(832,'wp-includes/blocks/file/style-rtl.min.css'),(833,'wp-includes/blocks/file/style.css'),(834,'wp-includes/blocks/file/style.min.css'),(835,'wp-includes/blocks/file/view.asset.php'),(836,'wp-includes/blocks/file/view.js'),(837,'wp-includes/blocks/file/view.min.asset.php'),(838,'wp-includes/blocks/file/view.min.js'),(839,'wp-includes/blocks/file.php'),(840,'wp-includes/blocks/freeform/block.json'),(841,'wp-includes/blocks/freeform/editor-rtl.css'),(842,'wp-includes/blocks/freeform/editor-rtl.min.css'),(843,'wp-includes/blocks/freeform/editor.css'),(844,'wp-includes/blocks/freeform/editor.min.css'),(845,'wp-includes/blocks/gallery/block.json'),(846,'wp-includes/blocks/gallery/editor-rtl.css'),(847,'wp-includes/blocks/gallery/editor-rtl.min.css'),(848,'wp-includes/blocks/gallery/editor.css'),(849,'wp-includes/blocks/gallery/editor.min.css'),(850,'wp-includes/blocks/gallery/style-rtl.css'),(851,'wp-includes/blocks/gallery/style-rtl.min.css'),(852,'wp-includes/blocks/gallery/style.css'),(853,'wp-includes/blocks/gallery/style.min.css'),(854,'wp-includes/blocks/gallery/theme-rtl.css'),(855,'wp-includes/blocks/gallery/theme-rtl.min.css'),(856,'wp-includes/blocks/gallery/theme.css'),(857,'wp-includes/blocks/gallery/theme.min.css'),(858,'wp-includes/blocks/gallery.php'),(859,'wp-includes/blocks/group/block.json'),(860,'wp-includes/blocks/group/editor-rtl.css'),(861,'wp-includes/blocks/group/editor-rtl.min.css'),(862,'wp-includes/blocks/group/editor.css'),(863,'wp-includes/blocks/group/editor.min.css'),(864,'wp-includes/blocks/group/style-rtl.css'),(865,'wp-includes/blocks/group/style-rtl.min.css'),(866,'wp-includes/blocks/group/style.css'),(867,'wp-includes/blocks/group/style.min.css'),(868,'wp-includes/blocks/group/theme-rtl.css'),(869,'wp-includes/blocks/group/theme-rtl.min.css'),(870,'wp-includes/blocks/group/theme.css'),(871,'wp-includes/blocks/group/theme.min.css'),(872,'wp-includes/blocks/heading/block.json'),(873,'wp-includes/blocks/heading/style-rtl.css'),(874,'wp-includes/blocks/heading/style-rtl.min.css'),(875,'wp-includes/blocks/heading/style.css'),(876,'wp-includes/blocks/heading/style.min.css'),(877,'wp-includes/blocks/html/block.json'),(878,'wp-includes/blocks/html/editor-rtl.css'),(879,'wp-includes/blocks/html/editor-rtl.min.css'),(880,'wp-includes/blocks/html/editor.css'),(881,'wp-includes/blocks/html/editor.min.css'),(882,'wp-includes/blocks/image/block.json'),(883,'wp-includes/blocks/image/editor-rtl.css'),(884,'wp-includes/blocks/image/editor-rtl.min.css'),(885,'wp-includes/blocks/image/editor.css'),(886,'wp-includes/blocks/image/editor.min.css'),(887,'wp-includes/blocks/image/style-rtl.css'),(888,'wp-includes/blocks/image/style-rtl.min.css'),(889,'wp-includes/blocks/image/style.css'),(890,'wp-includes/blocks/image/style.min.css'),(891,'wp-includes/blocks/image/theme-rtl.css'),(892,'wp-includes/blocks/image/theme-rtl.min.css'),(893,'wp-includes/blocks/image/theme.css'),(894,'wp-includes/blocks/image/theme.min.css'),(895,'wp-includes/blocks/image.php'),(896,'wp-includes/blocks/index.php'),(897,'wp-includes/blocks/latest-comments/block.json'),(898,'wp-includes/blocks/latest-comments/style-rtl.css'),(899,'wp-includes/blocks/latest-comments/style-rtl.min.css'),(900,'wp-includes/blocks/latest-comments/style.css'),(901,'wp-includes/blocks/latest-comments/style.min.css'),(902,'wp-includes/blocks/latest-comments.php'),(903,'wp-includes/blocks/latest-posts/block.json'),(904,'wp-includes/blocks/latest-posts/editor-rtl.css'),(905,'wp-includes/blocks/latest-posts/editor-rtl.min.css'),(906,'wp-includes/blocks/latest-posts/editor.css'),(907,'wp-includes/blocks/latest-posts/editor.min.css'),(908,'wp-includes/blocks/latest-posts/style-rtl.css'),(909,'wp-includes/blocks/latest-posts/style-rtl.min.css'),(910,'wp-includes/blocks/latest-posts/style.css'),(911,'wp-includes/blocks/latest-posts/style.min.css'),(912,'wp-includes/blocks/latest-posts.php'),(913,'wp-includes/blocks/legacy-widget/block.json'),(914,'wp-includes/blocks/legacy-widget.php'),(915,'wp-includes/blocks/list/block.json'),(916,'wp-includes/blocks/list/style-rtl.css'),(917,'wp-includes/blocks/list/style-rtl.min.css'),(918,'wp-includes/blocks/list/style.css'),(919,'wp-includes/blocks/list/style.min.css'),(920,'wp-includes/blocks/loginout/block.json'),(921,'wp-includes/blocks/loginout.php'),(922,'wp-includes/blocks/media-text/block.json'),(923,'wp-includes/blocks/media-text/editor-rtl.css'),(924,'wp-includes/blocks/media-text/editor-rtl.min.css'),(925,'wp-includes/blocks/media-text/editor.css'),(926,'wp-includes/blocks/media-text/editor.min.css'),(927,'wp-includes/blocks/media-text/style-rtl.css'),(928,'wp-includes/blocks/media-text/style-rtl.min.css'),(929,'wp-includes/blocks/media-text/style.css'),(930,'wp-includes/blocks/media-text/style.min.css'),(931,'wp-includes/blocks/missing/block.json'),(932,'wp-includes/blocks/more/block.json'),(933,'wp-includes/blocks/more/editor-rtl.css'),(934,'wp-includes/blocks/more/editor-rtl.min.css'),(935,'wp-includes/blocks/more/editor.css'),(936,'wp-includes/blocks/more/editor.min.css'),(937,'wp-includes/blocks/navigation/block.json'),(938,'wp-includes/blocks/navigation/editor-rtl.css'),(939,'wp-includes/blocks/navigation/editor-rtl.min.css'),(940,'wp-includes/blocks/navigation/editor.css'),(941,'wp-includes/blocks/navigation/editor.min.css'),(942,'wp-includes/blocks/navigation/style-rtl.css'),(943,'wp-includes/blocks/navigation/style-rtl.min.css'),(944,'wp-includes/blocks/navigation/style.css'),(945,'wp-includes/blocks/navigation/style.min.css'),(946,'wp-includes/blocks/navigation/view.asset.php'),(947,'wp-includes/blocks/navigation/view.js'),(948,'wp-includes/blocks/navigation/view.min.asset.php'),(949,'wp-includes/blocks/navigation/view.min.js'),(950,'wp-includes/blocks/navigation-link/block.json'),(951,'wp-includes/blocks/navigation-link/editor-rtl.css'),(952,'wp-includes/blocks/navigation-link/editor-rtl.min.css'),(953,'wp-includes/blocks/navigation-link/editor.css'),(954,'wp-includes/blocks/navigation-link/editor.min.css'),(955,'wp-includes/blocks/navigation-link/style-rtl.css'),(956,'wp-includes/blocks/navigation-link/style-rtl.min.css'),(957,'wp-includes/blocks/navigation-link/style.css'),(958,'wp-includes/blocks/navigation-link/style.min.css'),(959,'wp-includes/blocks/navigation-link.php'),(960,'wp-includes/blocks/navigation-submenu/block.json'),(961,'wp-includes/blocks/navigation-submenu/editor-rtl.css'),(962,'wp-includes/blocks/navigation-submenu/editor-rtl.min.css'),(963,'wp-includes/blocks/navigation-submenu/editor.css'),(964,'wp-includes/blocks/navigation-submenu/editor.min.css'),(965,'wp-includes/blocks/navigation-submenu.php'),(966,'wp-includes/blocks/navigation.php'),(967,'wp-includes/blocks/nextpage/block.json'),(968,'wp-includes/blocks/nextpage/editor-rtl.css'),(969,'wp-includes/blocks/nextpage/editor-rtl.min.css'),(970,'wp-includes/blocks/nextpage/editor.css'),(971,'wp-includes/blocks/nextpage/editor.min.css'),(972,'wp-includes/blocks/page-list/block.json'),(973,'wp-includes/blocks/page-list/editor-rtl.css'),(974,'wp-includes/blocks/page-list/editor-rtl.min.css'),(975,'wp-includes/blocks/page-list/editor.css'),(976,'wp-includes/blocks/page-list/editor.min.css'),(977,'wp-includes/blocks/page-list/style-rtl.css'),(978,'wp-includes/blocks/page-list/style-rtl.min.css'),(979,'wp-includes/blocks/page-list/style.css'),(980,'wp-includes/blocks/page-list/style.min.css'),(981,'wp-includes/blocks/page-list.php'),(982,'wp-includes/blocks/paragraph/block.json'),(983,'wp-includes/blocks/paragraph/editor-rtl.css'),(984,'wp-includes/blocks/paragraph/editor-rtl.min.css'),(985,'wp-includes/blocks/paragraph/editor.css'),(986,'wp-includes/blocks/paragraph/editor.min.css'),(987,'wp-includes/blocks/paragraph/style-rtl.css'),(988,'wp-includes/blocks/paragraph/style-rtl.min.css'),(989,'wp-includes/blocks/paragraph/style.css'),(990,'wp-includes/blocks/paragraph/style.min.css'),(991,'wp-includes/blocks/pattern/block.json'),(992,'wp-includes/blocks/pattern.php'),(993,'wp-includes/blocks/post-author/block.json'),(994,'wp-includes/blocks/post-author/style-rtl.css'),(995,'wp-includes/blocks/post-author/style-rtl.min.css'),(996,'wp-includes/blocks/post-author/style.css'),(997,'wp-includes/blocks/post-author/style.min.css'),(998,'wp-includes/blocks/post-author.php'),(999,'wp-includes/blocks/post-comments/block.json'),(1000,'wp-includes/blocks/post-comments/style-rtl.css'),(1001,'wp-includes/blocks/post-comments/style-rtl.min.css'),(1002,'wp-includes/blocks/post-comments/style.css'),(1003,'wp-includes/blocks/post-comments/style.min.css'),(1004,'wp-includes/blocks/post-comments.php'),(1005,'wp-includes/blocks/post-content/block.json'),(1006,'wp-includes/blocks/post-content.php'),(1007,'wp-includes/blocks/post-date/block.json'),(1008,'wp-includes/blocks/post-date.php'),(1009,'wp-includes/blocks/post-excerpt/block.json'),(1010,'wp-includes/blocks/post-excerpt/editor-rtl.css'),(1011,'wp-includes/blocks/post-excerpt/editor-rtl.min.css'),(1012,'wp-includes/blocks/post-excerpt/editor.css'),(1013,'wp-includes/blocks/post-excerpt/editor.min.css'),(1014,'wp-includes/blocks/post-excerpt/style-rtl.css'),(1015,'wp-includes/blocks/post-excerpt/style-rtl.min.css'),(1016,'wp-includes/blocks/post-excerpt/style.css'),(1017,'wp-includes/blocks/post-excerpt/style.min.css'),(1018,'wp-includes/blocks/post-excerpt.php'),(1019,'wp-includes/blocks/post-featured-image/block.json'),(1020,'wp-includes/blocks/post-featured-image/editor-rtl.css'),(1021,'wp-includes/blocks/post-featured-image/editor-rtl.min.css'),(1022,'wp-includes/blocks/post-featured-image/editor.css'),(1023,'wp-includes/blocks/post-featured-image/editor.min.css'),(1024,'wp-includes/blocks/post-featured-image/style-rtl.css'),(1025,'wp-includes/blocks/post-featured-image/style-rtl.min.css'),(1026,'wp-includes/blocks/post-featured-image/style.css'),(1027,'wp-includes/blocks/post-featured-image/style.min.css'),(1028,'wp-includes/blocks/post-featured-image.php'),(1029,'wp-includes/blocks/post-navigation-link/block.json'),(1030,'wp-includes/blocks/post-navigation-link.php'),(1031,'wp-includes/blocks/post-template/block.json'),(1032,'wp-includes/blocks/post-template/editor-rtl.css'),(1033,'wp-includes/blocks/post-template/editor-rtl.min.css'),(1034,'wp-includes/blocks/post-template/editor.css'),(1035,'wp-includes/blocks/post-template/editor.min.css'),(1036,'wp-includes/blocks/post-template/style-rtl.css'),(1037,'wp-includes/blocks/post-template/style-rtl.min.css'),(1038,'wp-includes/blocks/post-template/style.css'),(1039,'wp-includes/blocks/post-template/style.min.css'),(1040,'wp-includes/blocks/post-template.php'),(1041,'wp-includes/blocks/post-terms/block.json'),(1042,'wp-includes/blocks/post-terms/style-rtl.css'),(1043,'wp-includes/blocks/post-terms/style-rtl.min.css'),(1044,'wp-includes/blocks/post-terms/style.css'),(1045,'wp-includes/blocks/post-terms/style.min.css'),(1046,'wp-includes/blocks/post-terms.php'),(1047,'wp-includes/blocks/post-title/block.json'),(1048,'wp-includes/blocks/post-title/style-rtl.css'),(1049,'wp-includes/blocks/post-title/style-rtl.min.css'),(1050,'wp-includes/blocks/post-title/style.css'),(1051,'wp-includes/blocks/post-title/style.min.css'),(1052,'wp-includes/blocks/post-title.php'),(1053,'wp-includes/blocks/preformatted/block.json'),(1054,'wp-includes/blocks/preformatted/style-rtl.css'),(1055,'wp-includes/blocks/preformatted/style-rtl.min.css'),(1056,'wp-includes/blocks/preformatted/style.css'),(1057,'wp-includes/blocks/preformatted/style.min.css'),(1058,'wp-includes/blocks/pullquote/block.json'),(1059,'wp-includes/blocks/pullquote/editor-rtl.css'),(1060,'wp-includes/blocks/pullquote/editor-rtl.min.css'),(1061,'wp-includes/blocks/pullquote/editor.css'),(1062,'wp-includes/blocks/pullquote/editor.min.css'),(1063,'wp-includes/blocks/pullquote/style-rtl.css'),(1064,'wp-includes/blocks/pullquote/style-rtl.min.css'),(1065,'wp-includes/blocks/pullquote/style.css'),(1066,'wp-includes/blocks/pullquote/style.min.css'),(1067,'wp-includes/blocks/pullquote/theme-rtl.css'),(1068,'wp-includes/blocks/pullquote/theme-rtl.min.css'),(1069,'wp-includes/blocks/pullquote/theme.css'),(1070,'wp-includes/blocks/pullquote/theme.min.css'),(1071,'wp-includes/blocks/query/block.json'),(1072,'wp-includes/blocks/query/editor-rtl.css'),(1073,'wp-includes/blocks/query/editor-rtl.min.css'),(1074,'wp-includes/blocks/query/editor.css'),(1075,'wp-includes/blocks/query/editor.min.css'),(1076,'wp-includes/blocks/query-pagination/block.json'),(1077,'wp-includes/blocks/query-pagination/editor-rtl.css'),(1078,'wp-includes/blocks/query-pagination/editor-rtl.min.css'),(1079,'wp-includes/blocks/query-pagination/editor.css'),(1080,'wp-includes/blocks/query-pagination/editor.min.css'),(1081,'wp-includes/blocks/query-pagination/style-rtl.css'),(1082,'wp-includes/blocks/query-pagination/style-rtl.min.css'),(1083,'wp-includes/blocks/query-pagination/style.css'),(1084,'wp-includes/blocks/query-pagination/style.min.css'),(1085,'wp-includes/blocks/query-pagination-next/block.json'),(1086,'wp-includes/blocks/query-pagination-next.php'),(1087,'wp-includes/blocks/query-pagination-numbers/block.json'),(1088,'wp-includes/blocks/query-pagination-numbers/editor-rtl.css'),(1089,'wp-includes/blocks/query-pagination-numbers/editor-rtl.min.css'),(1090,'wp-includes/blocks/query-pagination-numbers/editor.css'),(1091,'wp-includes/blocks/query-pagination-numbers/editor.min.css'),(1092,'wp-includes/blocks/query-pagination-numbers.php'),(1093,'wp-includes/blocks/query-pagination-previous/block.json'),(1094,'wp-includes/blocks/query-pagination-previous.php'),(1095,'wp-includes/blocks/query-pagination.php'),(1096,'wp-includes/blocks/query-title/block.json'),(1097,'wp-includes/blocks/query-title.php'),(1098,'wp-includes/blocks/query.php'),(1099,'wp-includes/blocks/quote/block.json'),(1100,'wp-includes/blocks/quote/style-rtl.css'),(1101,'wp-includes/blocks/quote/style-rtl.min.css'),(1102,'wp-includes/blocks/quote/style.css'),(1103,'wp-includes/blocks/quote/style.min.css'),(1104,'wp-includes/blocks/quote/theme-rtl.css'),(1105,'wp-includes/blocks/quote/theme-rtl.min.css'),(1106,'wp-includes/blocks/quote/theme.css'),(1107,'wp-includes/blocks/quote/theme.min.css'),(1108,'wp-includes/blocks/rss/block.json'),(1109,'wp-includes/blocks/rss/editor-rtl.css'),(1110,'wp-includes/blocks/rss/editor-rtl.min.css'),(1111,'wp-includes/blocks/rss/editor.css'),(1112,'wp-includes/blocks/rss/editor.min.css'),(1113,'wp-includes/blocks/rss/style-rtl.css'),(1114,'wp-includes/blocks/rss/style-rtl.min.css'),(1115,'wp-includes/blocks/rss/style.css'),(1116,'wp-includes/blocks/rss/style.min.css'),(1117,'wp-includes/blocks/rss.php'),(1118,'wp-includes/blocks/search/block.json'),(1119,'wp-includes/blocks/search/editor-rtl.css'),(1120,'wp-includes/blocks/search/editor-rtl.min.css'),(1121,'wp-includes/blocks/search/editor.css'),(1122,'wp-includes/blocks/search/editor.min.css'),(1123,'wp-includes/blocks/search/style-rtl.css'),(1124,'wp-includes/blocks/search/style-rtl.min.css'),(1125,'wp-includes/blocks/search/style.css'),(1126,'wp-includes/blocks/search/style.min.css'),(1127,'wp-includes/blocks/search/theme-rtl.css'),(1128,'wp-includes/blocks/search/theme-rtl.min.css'),(1129,'wp-includes/blocks/search/theme.css'),(1130,'wp-includes/blocks/search/theme.min.css'),(1131,'wp-includes/blocks/search.php'),(1132,'wp-includes/blocks/separator/block.json'),(1133,'wp-includes/blocks/separator/editor-rtl.css'),(1134,'wp-includes/blocks/separator/editor-rtl.min.css'),(1135,'wp-includes/blocks/separator/editor.css'),(1136,'wp-includes/blocks/separator/editor.min.css'),(1137,'wp-includes/blocks/separator/style-rtl.css'),(1138,'wp-includes/blocks/separator/style-rtl.min.css'),(1139,'wp-includes/blocks/separator/style.css'),(1140,'wp-includes/blocks/separator/style.min.css'),(1141,'wp-includes/blocks/separator/theme-rtl.css'),(1142,'wp-includes/blocks/separator/theme-rtl.min.css'),(1143,'wp-includes/blocks/separator/theme.css'),(1144,'wp-includes/blocks/separator/theme.min.css'),(1145,'wp-includes/blocks/shortcode/block.json'),(1146,'wp-includes/blocks/shortcode/editor-rtl.css'),(1147,'wp-includes/blocks/shortcode/editor-rtl.min.css'),(1148,'wp-includes/blocks/shortcode/editor.css'),(1149,'wp-includes/blocks/shortcode/editor.min.css'),(1150,'wp-includes/blocks/shortcode.php'),(1151,'wp-includes/blocks/site-logo/block.json'),(1152,'wp-includes/blocks/site-logo/editor-rtl.css'),(1153,'wp-includes/blocks/site-logo/editor-rtl.min.css'),(1154,'wp-includes/blocks/site-logo/editor.css'),(1155,'wp-includes/blocks/site-logo/editor.min.css'),(1156,'wp-includes/blocks/site-logo/style-rtl.css'),(1157,'wp-includes/blocks/site-logo/style-rtl.min.css'),(1158,'wp-includes/blocks/site-logo/style.css'),(1159,'wp-includes/blocks/site-logo/style.min.css'),(1160,'wp-includes/blocks/site-logo.php'),(1161,'wp-includes/blocks/site-tagline/block.json'),(1162,'wp-includes/blocks/site-tagline/editor-rtl.css'),(1163,'wp-includes/blocks/site-tagline/editor-rtl.min.css'),(1164,'wp-includes/blocks/site-tagline/editor.css'),(1165,'wp-includes/blocks/site-tagline/editor.min.css'),(1166,'wp-includes/blocks/site-tagline.php'),(1167,'wp-includes/blocks/site-title/block.json'),(1168,'wp-includes/blocks/site-title/editor-rtl.css'),(1169,'wp-includes/blocks/site-title/editor-rtl.min.css'),(1170,'wp-includes/blocks/site-title/editor.css'),(1171,'wp-includes/blocks/site-title/editor.min.css'),(1172,'wp-includes/blocks/site-title.php'),(1173,'wp-includes/blocks/social-link/block.json'),(1174,'wp-includes/blocks/social-link/editor-rtl.css'),(1175,'wp-includes/blocks/social-link/editor-rtl.min.css'),(1176,'wp-includes/blocks/social-link/editor.css'),(1177,'wp-includes/blocks/social-link/editor.min.css'),(1178,'wp-includes/blocks/social-link.php'),(1179,'wp-includes/blocks/social-links/block.json'),(1180,'wp-includes/blocks/social-links/editor-rtl.css'),(1181,'wp-includes/blocks/social-links/editor-rtl.min.css'),(1182,'wp-includes/blocks/social-links/editor.css'),(1183,'wp-includes/blocks/social-links/editor.min.css'),(1184,'wp-includes/blocks/social-links/style-rtl.css'),(1185,'wp-includes/blocks/social-links/style-rtl.min.css'),(1186,'wp-includes/blocks/social-links/style.css'),(1187,'wp-includes/blocks/social-links/style.min.css'),(1188,'wp-includes/blocks/spacer/block.json'),(1189,'wp-includes/blocks/spacer/editor-rtl.css'),(1190,'wp-includes/blocks/spacer/editor-rtl.min.css'),(1191,'wp-includes/blocks/spacer/editor.css'),(1192,'wp-includes/blocks/spacer/editor.min.css'),(1193,'wp-includes/blocks/spacer/style-rtl.css'),(1194,'wp-includes/blocks/spacer/style-rtl.min.css'),(1195,'wp-includes/blocks/spacer/style.css'),(1196,'wp-includes/blocks/spacer/style.min.css'),(1197,'wp-includes/blocks/table/block.json'),(1198,'wp-includes/blocks/table/editor-rtl.css'),(1199,'wp-includes/blocks/table/editor-rtl.min.css'),(1200,'wp-includes/blocks/table/editor.css'),(1201,'wp-includes/blocks/table/editor.min.css'),(1202,'wp-includes/blocks/table/style-rtl.css'),(1203,'wp-includes/blocks/table/style-rtl.min.css'),(1204,'wp-includes/blocks/table/style.css'),(1205,'wp-includes/blocks/table/style.min.css'),(1206,'wp-includes/blocks/table/theme-rtl.css'),(1207,'wp-includes/blocks/table/theme-rtl.min.css'),(1208,'wp-includes/blocks/table/theme.css'),(1209,'wp-includes/blocks/table/theme.min.css'),(1210,'wp-includes/blocks/tag-cloud/block.json'),(1211,'wp-includes/blocks/tag-cloud/style-rtl.css'),(1212,'wp-includes/blocks/tag-cloud/style-rtl.min.css'),(1213,'wp-includes/blocks/tag-cloud/style.css'),(1214,'wp-includes/blocks/tag-cloud/style.min.css'),(1215,'wp-includes/blocks/tag-cloud.php'),(1216,'wp-includes/blocks/template-part/block.json'),(1217,'wp-includes/blocks/template-part/editor-rtl.css'),(1218,'wp-includes/blocks/template-part/editor-rtl.min.css'),(1219,'wp-includes/blocks/template-part/editor.css'),(1220,'wp-includes/blocks/template-part/editor.min.css'),(1221,'wp-includes/blocks/template-part/theme-rtl.css'),(1222,'wp-includes/blocks/template-part/theme-rtl.min.css'),(1223,'wp-includes/blocks/template-part/theme.css'),(1224,'wp-includes/blocks/template-part/theme.min.css'),(1225,'wp-includes/blocks/template-part.php'),(1226,'wp-includes/blocks/term-description/block.json'),(1227,'wp-includes/blocks/term-description.php'),(1228,'wp-includes/blocks/text-columns/block.json'),(1229,'wp-includes/blocks/text-columns/editor-rtl.css'),(1230,'wp-includes/blocks/text-columns/editor-rtl.min.css'),(1231,'wp-includes/blocks/text-columns/editor.css'),(1232,'wp-includes/blocks/text-columns/editor.min.css'),(1233,'wp-includes/blocks/text-columns/style-rtl.css'),(1234,'wp-includes/blocks/text-columns/style-rtl.min.css'),(1235,'wp-includes/blocks/text-columns/style.css'),(1236,'wp-includes/blocks/text-columns/style.min.css'),(1237,'wp-includes/blocks/verse/block.json'),(1238,'wp-includes/blocks/verse/style-rtl.css'),(1239,'wp-includes/blocks/verse/style-rtl.min.css'),(1240,'wp-includes/blocks/verse/style.css'),(1241,'wp-includes/blocks/verse/style.min.css'),(1242,'wp-includes/blocks/video/block.json'),(1243,'wp-includes/blocks/video/editor-rtl.css'),(1244,'wp-includes/blocks/video/editor-rtl.min.css'),(1245,'wp-includes/blocks/video/editor.css'),(1246,'wp-includes/blocks/video/editor.min.css'),(1247,'wp-includes/blocks/video/style-rtl.css'),(1248,'wp-includes/blocks/video/style-rtl.min.css'),(1249,'wp-includes/blocks/video/style.css'),(1250,'wp-includes/blocks/video/style.min.css'),(1251,'wp-includes/blocks/video/theme-rtl.css'),(1252,'wp-includes/blocks/video/theme-rtl.min.css'),(1253,'wp-includes/blocks/video/theme.css'),(1254,'wp-includes/blocks/video/theme.min.css'),(1255,'wp-includes/blocks/widget-group/block.json'),(1256,'wp-includes/blocks/widget-group.php'),(1257,'wp-includes/blocks.php'),(1258,'wp-includes/bookmark-template.php'),(1259,'wp-includes/bookmark.php'),(1260,'wp-includes/cache-compat.php'),(1261,'wp-includes/cache.php'),(1262,'wp-includes/canonical.php'),(1263,'wp-includes/capabilities.php'),(1264,'wp-includes/category-template.php'),(1265,'wp-includes/category.php'),(1266,'wp-includes/certificates/ca-bundle.crt'),(1267,'wp-includes/class-IXR.php'),(1268,'wp-includes/class-feed.php'),(1269,'wp-includes/class-http.php'),(1270,'wp-includes/class-json.php'),(1271,'wp-includes/class-oembed.php'),(1272,'wp-includes/class-phpass.php'),(1273,'wp-includes/class-phpmailer.php'),(1274,'wp-includes/class-pop3.php'),(1275,'wp-includes/class-requests.php'),(1276,'wp-includes/class-simplepie.php'),(1277,'wp-includes/class-smtp.php'),(1278,'wp-includes/class-snoopy.php'),(1279,'wp-includes/class-walker-category-dropdown.php'),(1280,'wp-includes/class-walker-category.php'),(1281,'wp-includes/class-walker-comment.php'),(1282,'wp-includes/class-walker-nav-menu.php'),(1283,'wp-includes/class-walker-page-dropdown.php'),(1284,'wp-includes/class-walker-page.php'),(1285,'wp-includes/class-wp-admin-bar.php'),(1286,'wp-includes/class-wp-ajax-response.php'),(1287,'wp-includes/class-wp-application-passwords.php'),(1288,'wp-includes/class-wp-block-editor-context.php'),(1289,'wp-includes/class-wp-block-list.php'),(1290,'wp-includes/class-wp-block-parser.php'),(1291,'wp-includes/class-wp-block-pattern-categories-registry.php'),(1292,'wp-includes/class-wp-block-patterns-registry.php'),(1293,'wp-includes/class-wp-block-styles-registry.php'),(1294,'wp-includes/class-wp-block-supports.php'),(1295,'wp-includes/class-wp-block-template.php'),(1296,'wp-includes/class-wp-block-type-registry.php'),(1297,'wp-includes/class-wp-block-type.php'),(1298,'wp-includes/class-wp-block.php'),(1299,'wp-includes/class-wp-comment-query.php'),(1300,'wp-includes/class-wp-comment.php'),(1301,'wp-includes/class-wp-customize-control.php'),(1302,'wp-includes/class-wp-customize-manager.php'),(1303,'wp-includes/class-wp-customize-nav-menus.php'),(1304,'wp-includes/class-wp-customize-panel.php'),(1305,'wp-includes/class-wp-customize-section.php'),(1306,'wp-includes/class-wp-customize-setting.php'),(1307,'wp-includes/class-wp-customize-widgets.php'),(1308,'wp-includes/class-wp-date-query.php'),(1309,'wp-includes/class-wp-dependency.php'),(1310,'wp-includes/class-wp-editor.php'),(1311,'wp-includes/class-wp-embed.php'),(1312,'wp-includes/class-wp-error.php'),(1313,'wp-includes/class-wp-fatal-error-handler.php'),(1314,'wp-includes/class-wp-feed-cache-transient.php'),(1315,'wp-includes/class-wp-feed-cache.php'),(1316,'wp-includes/class-wp-hook.php'),(1317,'wp-includes/class-wp-http-cookie.php'),(1318,'wp-includes/class-wp-http-curl.php'),(1319,'wp-includes/class-wp-http-encoding.php'),(1320,'wp-includes/class-wp-http-ixr-client.php'),(1321,'wp-includes/class-wp-http-proxy.php'),(1322,'wp-includes/class-wp-http-requests-hooks.php'),(1323,'wp-includes/class-wp-http-requests-response.php'),(1324,'wp-includes/class-wp-http-response.php'),(1325,'wp-includes/class-wp-http-streams.php'),(1326,'wp-includes/class-wp-http.php'),(1327,'wp-includes/class-wp-image-editor-gd.php'),(1328,'wp-includes/class-wp-image-editor-imagick.php'),(1329,'wp-includes/class-wp-image-editor.php'),(1330,'wp-includes/class-wp-list-util.php'),(1331,'wp-includes/class-wp-locale-switcher.php'),(1332,'wp-includes/class-wp-locale.php'),(1333,'wp-includes/class-wp-matchesmapregex.php'),(1334,'wp-includes/class-wp-meta-query.php'),(1335,'wp-includes/class-wp-metadata-lazyloader.php'),(1336,'wp-includes/class-wp-network-query.php'),(1337,'wp-includes/class-wp-network.php'),(1338,'wp-includes/class-wp-object-cache.php'),(1339,'wp-includes/class-wp-oembed-controller.php'),(1340,'wp-includes/class-wp-oembed.php'),(1341,'wp-includes/class-wp-paused-extensions-storage.php'),(1342,'wp-includes/class-wp-post-type.php'),(1343,'wp-includes/class-wp-post.php'),(1344,'wp-includes/class-wp-query.php'),(1345,'wp-includes/class-wp-recovery-mode-cookie-service.php'),(1346,'wp-includes/class-wp-recovery-mode-email-service.php'),(1347,'wp-includes/class-wp-recovery-mode-key-service.php'),(1348,'wp-includes/class-wp-recovery-mode-link-service.php'),(1349,'wp-includes/class-wp-recovery-mode.php'),(1350,'wp-includes/class-wp-rewrite.php'),(1351,'wp-includes/class-wp-role.php'),(1352,'wp-includes/class-wp-roles.php'),(1353,'wp-includes/class-wp-session-tokens.php'),(1354,'wp-includes/class-wp-simplepie-file.php'),(1355,'wp-includes/class-wp-simplepie-sanitize-kses.php'),(1356,'wp-includes/class-wp-site-query.php'),(1357,'wp-includes/class-wp-site.php'),(1358,'wp-includes/class-wp-tax-query.php'),(1359,'wp-includes/class-wp-taxonomy.php'),(1360,'wp-includes/class-wp-term-query.php'),(1361,'wp-includes/class-wp-term.php'),(1362,'wp-includes/class-wp-text-diff-renderer-inline.php'),(1363,'wp-includes/class-wp-text-diff-renderer-table.php'),(1364,'wp-includes/class-wp-theme-json-resolver.php'),(1365,'wp-includes/class-wp-theme-json-schema.php'),(1366,'wp-includes/class-wp-theme-json.php'),(1367,'wp-includes/class-wp-theme.php'),(1368,'wp-includes/class-wp-user-meta-session-tokens.php'),(1369,'wp-includes/class-wp-user-query.php'),(1370,'wp-includes/class-wp-user-request.php'),(1371,'wp-includes/class-wp-user.php'),(1372,'wp-includes/class-wp-walker.php'),(1373,'wp-includes/class-wp-widget-factory.php'),(1374,'wp-includes/class-wp-widget.php'),(1375,'wp-includes/class-wp-xmlrpc-server.php'),(1376,'wp-includes/class-wp.php'),(1377,'wp-includes/class.wp-dependencies.php'),(1378,'wp-includes/class.wp-scripts.php'),(1379,'wp-includes/class.wp-styles.php'),(1380,'wp-includes/comment-template.php'),(1381,'wp-includes/comment.php'),(1382,'wp-includes/compat.php'),(1383,'wp-includes/cron.php'),(1384,'wp-includes/css/admin-bar-rtl.css'),(1385,'wp-includes/css/admin-bar-rtl.min.css'),(1386,'wp-includes/css/admin-bar.css'),(1387,'wp-includes/css/admin-bar.min.css'),(1388,'wp-includes/css/buttons-rtl.css'),(1389,'wp-includes/css/buttons-rtl.min.css'),(1390,'wp-includes/css/buttons.css'),(1391,'wp-includes/css/buttons.min.css'),(1392,'wp-includes/css/customize-preview-rtl.css'),(1393,'wp-includes/css/customize-preview-rtl.min.css'),(1394,'wp-includes/css/customize-preview.css'),(1395,'wp-includes/css/customize-preview.min.css'),(1396,'wp-includes/css/dashicons.css'),(1397,'wp-includes/css/dashicons.min.css'),(1398,'wp-includes/css/dist/block-directory/style-rtl.css'),(1399,'wp-includes/css/dist/block-directory/style-rtl.min.css'),(1400,'wp-includes/css/dist/block-directory/style.css'),(1401,'wp-includes/css/dist/block-directory/style.min.css'),(1402,'wp-includes/css/dist/block-editor/default-editor-styles-rtl.css'),(1403,'wp-includes/css/dist/block-editor/default-editor-styles-rtl.min.css'),(1404,'wp-includes/css/dist/block-editor/default-editor-styles.css'),(1405,'wp-includes/css/dist/block-editor/default-editor-styles.min.css'),(1406,'wp-includes/css/dist/block-editor/style-rtl.css'),(1407,'wp-includes/css/dist/block-editor/style-rtl.min.css'),(1408,'wp-includes/css/dist/block-editor/style.css'),(1409,'wp-includes/css/dist/block-editor/style.min.css'),(1410,'wp-includes/css/dist/block-library/common-rtl.css'),(1411,'wp-includes/css/dist/block-library/common-rtl.min.css'),(1412,'wp-includes/css/dist/block-library/common.css'),(1413,'wp-includes/css/dist/block-library/common.min.css'),(1414,'wp-includes/css/dist/block-library/editor-rtl.css'),(1415,'wp-includes/css/dist/block-library/editor-rtl.min.css'),(1416,'wp-includes/css/dist/block-library/editor.css'),(1417,'wp-includes/css/dist/block-library/editor.min.css'),(1418,'wp-includes/css/dist/block-library/reset-rtl.css'),(1419,'wp-includes/css/dist/block-library/reset-rtl.min.css'),(1420,'wp-includes/css/dist/block-library/reset.css'),(1421,'wp-includes/css/dist/block-library/reset.min.css'),(1422,'wp-includes/css/dist/block-library/style-rtl.css'),(1423,'wp-includes/css/dist/block-library/style-rtl.min.css'),(1424,'wp-includes/css/dist/block-library/style.css'),(1425,'wp-includes/css/dist/block-library/style.min.css'),(1426,'wp-includes/css/dist/block-library/theme-rtl.css'),(1427,'wp-includes/css/dist/block-library/theme-rtl.min.css'),(1428,'wp-includes/css/dist/block-library/theme.css'),(1429,'wp-includes/css/dist/block-library/theme.min.css'),(1430,'wp-includes/css/dist/components/style-rtl.css'),(1431,'wp-includes/css/dist/components/style-rtl.min.css'),(1432,'wp-includes/css/dist/components/style.css'),(1433,'wp-includes/css/dist/components/style.min.css'),(1434,'wp-includes/css/dist/customize-widgets/style-rtl.css'),(1435,'wp-includes/css/dist/customize-widgets/style-rtl.min.css'),(1436,'wp-includes/css/dist/customize-widgets/style.css'),(1437,'wp-includes/css/dist/customize-widgets/style.min.css'),(1438,'wp-includes/css/dist/edit-post/classic-rtl.css'),(1439,'wp-includes/css/dist/edit-post/classic-rtl.min.css'),(1440,'wp-includes/css/dist/edit-post/classic.css'),(1441,'wp-includes/css/dist/edit-post/classic.min.css'),(1442,'wp-includes/css/dist/edit-post/style-rtl.css'),(1443,'wp-includes/css/dist/edit-post/style-rtl.min.css'),(1444,'wp-includes/css/dist/edit-post/style.css'),(1445,'wp-includes/css/dist/edit-post/style.min.css'),(1446,'wp-includes/css/dist/edit-site/style-rtl.css'),(1447,'wp-includes/css/dist/edit-site/style-rtl.min.css'),(1448,'wp-includes/css/dist/edit-site/style.css'),(1449,'wp-includes/css/dist/edit-site/style.min.css'),(1450,'wp-includes/css/dist/edit-widgets/style-rtl.css'),(1451,'wp-includes/css/dist/edit-widgets/style-rtl.min.css'),(1452,'wp-includes/css/dist/edit-widgets/style.css'),(1453,'wp-includes/css/dist/edit-widgets/style.min.css'),(1454,'wp-includes/css/dist/editor/style-rtl.css'),(1455,'wp-includes/css/dist/editor/style-rtl.min.css'),(1456,'wp-includes/css/dist/editor/style.css'),(1457,'wp-includes/css/dist/editor/style.min.css'),(1458,'wp-includes/css/dist/format-library/style-rtl.css'),(1459,'wp-includes/css/dist/format-library/style-rtl.min.css'),(1460,'wp-includes/css/dist/format-library/style.css'),(1461,'wp-includes/css/dist/format-library/style.min.css'),(1462,'wp-includes/css/dist/list-reusable-blocks/style-rtl.css'),(1463,'wp-includes/css/dist/list-reusable-blocks/style-rtl.min.css'),(1464,'wp-includes/css/dist/list-reusable-blocks/style.css'),(1465,'wp-includes/css/dist/list-reusable-blocks/style.min.css'),(1466,'wp-includes/css/dist/nux/style-rtl.css'),(1467,'wp-includes/css/dist/nux/style-rtl.min.css'),(1468,'wp-includes/css/dist/nux/style.css'),(1469,'wp-includes/css/dist/nux/style.min.css'),(1470,'wp-includes/css/dist/reusable-blocks/style-rtl.css'),(1471,'wp-includes/css/dist/reusable-blocks/style-rtl.min.css'),(1472,'wp-includes/css/dist/reusable-blocks/style.css'),(1473,'wp-includes/css/dist/reusable-blocks/style.min.css'),(1474,'wp-includes/css/dist/widgets/style-rtl.css'),(1475,'wp-includes/css/dist/widgets/style-rtl.min.css'),(1476,'wp-includes/css/dist/widgets/style.css'),(1477,'wp-includes/css/dist/widgets/style.min.css'),(1478,'wp-includes/css/editor-rtl.css'),(1479,'wp-includes/css/editor-rtl.min.css'),(1480,'wp-includes/css/editor.css'),(1481,'wp-includes/css/editor.min.css'),(1482,'wp-includes/css/jquery-ui-dialog-rtl.css'),(1483,'wp-includes/css/jquery-ui-dialog-rtl.min.css'),(1484,'wp-includes/css/jquery-ui-dialog.css'),(1485,'wp-includes/css/jquery-ui-dialog.min.css'),(1486,'wp-includes/css/media-views-rtl.css'),(1487,'wp-includes/css/media-views-rtl.min.css'),(1488,'wp-includes/css/media-views.css'),(1489,'wp-includes/css/media-views.min.css'),(1490,'wp-includes/css/wp-auth-check-rtl.css'),(1491,'wp-includes/css/wp-auth-check-rtl.min.css'),(1492,'wp-includes/css/wp-auth-check.css'),(1493,'wp-includes/css/wp-auth-check.min.css'),(1494,'wp-includes/css/wp-embed-template-ie.css'),(1495,'wp-includes/css/wp-embed-template-ie.min.css'),(1496,'wp-includes/css/wp-embed-template.css'),(1497,'wp-includes/css/wp-embed-template.min.css'),(1498,'wp-includes/css/wp-pointer-rtl.css'),(1499,'wp-includes/css/wp-pointer-rtl.min.css'),(1500,'wp-includes/css/wp-pointer.css'),(1501,'wp-includes/css/wp-pointer.min.css'),(1502,'wp-includes/customize/class-wp-customize-background-image-control.php'),(1503,'wp-includes/customize/class-wp-customize-background-image-setting.php'),(1504,'wp-includes/customize/class-wp-customize-background-position-control.php'),(1505,'wp-includes/customize/class-wp-customize-code-editor-control.php'),(1506,'wp-includes/customize/class-wp-customize-color-control.php'),(1507,'wp-includes/customize/class-wp-customize-cropped-image-control.php'),(1508,'wp-includes/customize/class-wp-customize-custom-css-setting.php'),(1509,'wp-includes/customize/class-wp-customize-date-time-control.php'),(1510,'wp-includes/customize/class-wp-customize-filter-setting.php'),(1511,'wp-includes/customize/class-wp-customize-header-image-control.php'),(1512,'wp-includes/customize/class-wp-customize-header-image-setting.php'),(1513,'wp-includes/customize/class-wp-customize-image-control.php'),(1514,'wp-includes/customize/class-wp-customize-media-control.php'),(1515,'wp-includes/customize/class-wp-customize-nav-menu-auto-add-control.php'),(1516,'wp-includes/customize/class-wp-customize-nav-menu-control.php'),(1517,'wp-includes/customize/class-wp-customize-nav-menu-item-control.php'),(1518,'wp-includes/customize/class-wp-customize-nav-menu-item-setting.php'),(1519,'wp-includes/customize/class-wp-customize-nav-menu-location-control.php'),(1520,'wp-includes/customize/class-wp-customize-nav-menu-locations-control.php'),(1521,'wp-includes/customize/class-wp-customize-nav-menu-name-control.php'),(1522,'wp-includes/customize/class-wp-customize-nav-menu-section.php'),(1523,'wp-includes/customize/class-wp-customize-nav-menu-setting.php'),(1524,'wp-includes/customize/class-wp-customize-nav-menus-panel.php'),(1525,'wp-includes/customize/class-wp-customize-new-menu-control.php'),(1526,'wp-includes/customize/class-wp-customize-new-menu-section.php'),(1527,'wp-includes/customize/class-wp-customize-partial.php'),(1528,'wp-includes/customize/class-wp-customize-selective-refresh.php'),(1529,'wp-includes/customize/class-wp-customize-sidebar-section.php'),(1530,'wp-includes/customize/class-wp-customize-site-icon-control.php'),(1531,'wp-includes/customize/class-wp-customize-theme-control.php'),(1532,'wp-includes/customize/class-wp-customize-themes-panel.php'),(1533,'wp-includes/customize/class-wp-customize-themes-section.php'),(1534,'wp-includes/customize/class-wp-customize-upload-control.php'),(1535,'wp-includes/customize/class-wp-sidebar-block-editor-control.php'),(1536,'wp-includes/customize/class-wp-widget-area-customize-control.php'),(1537,'wp-includes/customize/class-wp-widget-form-customize-control.php'),(1538,'wp-includes/date.php'),(1539,'wp-includes/default-constants.php'),(1540,'wp-includes/default-filters.php'),(1541,'wp-includes/default-widgets.php'),(1542,'wp-includes/deprecated.php'),(1543,'wp-includes/embed-template.php'),(1544,'wp-includes/embed.php'),(1545,'wp-includes/error-protection.php'),(1546,'wp-includes/feed-atom-comments.php'),(1547,'wp-includes/feed-atom.php'),(1548,'wp-includes/feed-rdf.php'),(1549,'wp-includes/feed-rss.php'),(1550,'wp-includes/feed-rss2-comments.php'),(1551,'wp-includes/feed-rss2.php'),(1552,'wp-includes/feed.php'),(1553,'wp-includes/fonts/dashicons.eot'),(1554,'wp-includes/fonts/dashicons.svg'),(1555,'wp-includes/fonts/dashicons.ttf'),(1556,'wp-includes/fonts/dashicons.woff'),(1557,'wp-includes/fonts/dashicons.woff2'),(1558,'wp-includes/formatting.php'),(1559,'wp-includes/functions.php'),(1560,'wp-includes/functions.wp-scripts.php'),(1561,'wp-includes/functions.wp-styles.php'),(1562,'wp-includes/general-template.php'),(1563,'wp-includes/global-styles-and-settings.php'),(1564,'wp-includes/http.php'),(1565,'wp-includes/https-detection.php'),(1566,'wp-includes/https-migration.php'),(1567,'wp-includes/images/admin-bar-sprite-2x.png'),(1568,'wp-includes/images/admin-bar-sprite.png'),(1569,'wp-includes/images/arrow-pointer-blue-2x.png'),(1570,'wp-includes/images/arrow-pointer-blue.png'),(1571,'wp-includes/images/blank.gif'),(1572,'wp-includes/images/crystal/archive.png'),(1573,'wp-includes/images/crystal/audio.png'),(1574,'wp-includes/images/crystal/code.png'),(1575,'wp-includes/images/crystal/default.png'),(1576,'wp-includes/images/crystal/document.png'),(1577,'wp-includes/images/crystal/interactive.png'),(1578,'wp-includes/images/crystal/license.txt'),(1579,'wp-includes/images/crystal/spreadsheet.png'),(1580,'wp-includes/images/crystal/text.png'),(1581,'wp-includes/images/crystal/video.png'),(1582,'wp-includes/images/down_arrow-2x.gif'),(1583,'wp-includes/images/down_arrow.gif'),(1584,'wp-includes/images/icon-pointer-flag-2x.png'),(1585,'wp-includes/images/icon-pointer-flag.png'),(1586,'wp-includes/images/media/archive.png'),(1587,'wp-includes/images/media/audio.png'),(1588,'wp-includes/images/media/code.png'),(1589,'wp-includes/images/media/default.png'),(1590,'wp-includes/images/media/document.png'),(1591,'wp-includes/images/media/interactive.png'),(1592,'wp-includes/images/media/spreadsheet.png'),(1593,'wp-includes/images/media/text.png'),(1594,'wp-includes/images/media/video.png'),(1595,'wp-includes/images/rss-2x.png'),(1596,'wp-includes/images/rss.png'),(1597,'wp-includes/images/smilies/frownie.png'),(1598,'wp-includes/images/smilies/icon_arrow.gif'),(1599,'wp-includes/images/smilies/icon_biggrin.gif'),(1600,'wp-includes/images/smilies/icon_confused.gif'),(1601,'wp-includes/images/smilies/icon_cool.gif'),(1602,'wp-includes/images/smilies/icon_cry.gif'),(1603,'wp-includes/images/smilies/icon_eek.gif'),(1604,'wp-includes/images/smilies/icon_evil.gif'),(1605,'wp-includes/images/smilies/icon_exclaim.gif'),(1606,'wp-includes/images/smilies/icon_idea.gif'),(1607,'wp-includes/images/smilies/icon_lol.gif'),(1608,'wp-includes/images/smilies/icon_mad.gif'),(1609,'wp-includes/images/smilies/icon_mrgreen.gif'),(1610,'wp-includes/images/smilies/icon_neutral.gif'),(1611,'wp-includes/images/smilies/icon_question.gif'),(1612,'wp-includes/images/smilies/icon_razz.gif'),(1613,'wp-includes/images/smilies/icon_redface.gif'),(1614,'wp-includes/images/smilies/icon_rolleyes.gif'),(1615,'wp-includes/images/smilies/icon_sad.gif'),(1616,'wp-includes/images/smilies/icon_smile.gif'),(1617,'wp-includes/images/smilies/icon_surprised.gif'),(1618,'wp-includes/images/smilies/icon_twisted.gif'),(1619,'wp-includes/images/smilies/icon_wink.gif'),(1620,'wp-includes/images/smilies/mrgreen.png'),(1621,'wp-includes/images/smilies/rolleyes.png'),(1622,'wp-includes/images/smilies/simple-smile.png'),(1623,'wp-includes/images/spinner-2x.gif'),(1624,'wp-includes/images/spinner.gif'),(1625,'wp-includes/images/toggle-arrow-2x.png'),(1626,'wp-includes/images/toggle-arrow.png'),(1627,'wp-includes/images/uploader-icons-2x.png'),(1628,'wp-includes/images/uploader-icons.png'),(1629,'wp-includes/images/w-logo-blue-white-bg.png'),(1630,'wp-includes/images/w-logo-blue.png'),(1631,'wp-includes/images/wlw/wp-comments.png'),(1632,'wp-includes/images/wlw/wp-icon.png'),(1633,'wp-includes/images/wlw/wp-watermark.png'),(1634,'wp-includes/images/wpicons-2x.png'),(1635,'wp-includes/images/wpicons.png'),(1636,'wp-includes/images/wpspin-2x.gif'),(1637,'wp-includes/images/wpspin.gif'),(1638,'wp-includes/images/xit-2x.gif'),(1639,'wp-includes/images/xit.gif'),(1640,'wp-includes/js/admin-bar.js'),(1641,'wp-includes/js/admin-bar.min.js'),(1642,'wp-includes/js/api-request.js'),(1643,'wp-includes/js/api-request.min.js'),(1644,'wp-includes/js/autosave.js'),(1645,'wp-includes/js/autosave.min.js'),(1646,'wp-includes/js/backbone.js'),(1647,'wp-includes/js/backbone.min.js'),(1648,'wp-includes/js/clipboard.js'),(1649,'wp-includes/js/clipboard.min.js'),(1650,'wp-includes/js/codemirror/codemirror.min.css'),(1651,'wp-includes/js/codemirror/codemirror.min.js'),(1652,'wp-includes/js/codemirror/csslint.js'),(1653,'wp-includes/js/codemirror/esprima.js'),(1654,'wp-includes/js/codemirror/fakejshint.js'),(1655,'wp-includes/js/codemirror/htmlhint-kses.js'),(1656,'wp-includes/js/codemirror/htmlhint.js'),(1657,'wp-includes/js/codemirror/jsonlint.js'),(1658,'wp-includes/js/colorpicker.js'),(1659,'wp-includes/js/colorpicker.min.js'),(1660,'wp-includes/js/comment-reply.js'),(1661,'wp-includes/js/comment-reply.min.js'),(1662,'wp-includes/js/crop/cropper.css'),(1663,'wp-includes/js/crop/cropper.js'),(1664,'wp-includes/js/crop/marqueeHoriz.gif'),(1665,'wp-includes/js/crop/marqueeVert.gif'),(1666,'wp-includes/js/customize-base.js'),(1667,'wp-includes/js/customize-base.min.js'),(1668,'wp-includes/js/customize-loader.js'),(1669,'wp-includes/js/customize-loader.min.js'),(1670,'wp-includes/js/customize-models.js'),(1671,'wp-includes/js/customize-models.min.js'),(1672,'wp-includes/js/customize-preview-nav-menus.js'),(1673,'wp-includes/js/customize-preview-nav-menus.min.js'),(1674,'wp-includes/js/customize-preview-widgets.js'),(1675,'wp-includes/js/customize-preview-widgets.min.js'),(1676,'wp-includes/js/customize-preview.js'),(1677,'wp-includes/js/customize-preview.min.js'),(1678,'wp-includes/js/customize-selective-refresh.js'),(1679,'wp-includes/js/customize-selective-refresh.min.js'),(1680,'wp-includes/js/customize-views.js'),(1681,'wp-includes/js/customize-views.min.js'),(1682,'wp-includes/js/dist/a11y.js'),(1683,'wp-includes/js/dist/a11y.min.js'),(1684,'wp-includes/js/dist/annotations.js'),(1685,'wp-includes/js/dist/annotations.min.js'),(1686,'wp-includes/js/dist/api-fetch.js'),(1687,'wp-includes/js/dist/api-fetch.min.js'),(1688,'wp-includes/js/dist/autop.js'),(1689,'wp-includes/js/dist/autop.min.js'),(1690,'wp-includes/js/dist/blob.js'),(1691,'wp-includes/js/dist/blob.min.js'),(1692,'wp-includes/js/dist/block-directory.js'),(1693,'wp-includes/js/dist/block-directory.min.js'),(1694,'wp-includes/js/dist/block-editor.js'),(1695,'wp-includes/js/dist/block-editor.min.js'),(1696,'wp-includes/js/dist/block-library.js'),(1697,'wp-includes/js/dist/block-library.min.js'),(1698,'wp-includes/js/dist/block-serialization-default-parser.js'),(1699,'wp-includes/js/dist/block-serialization-default-parser.min.js'),(1700,'wp-includes/js/dist/blocks.js'),(1701,'wp-includes/js/dist/blocks.min.js'),(1702,'wp-includes/js/dist/components.js'),(1703,'wp-includes/js/dist/components.min.js'),(1704,'wp-includes/js/dist/compose.js'),(1705,'wp-includes/js/dist/compose.min.js'),(1706,'wp-includes/js/dist/core-data.js'),(1707,'wp-includes/js/dist/core-data.min.js'),(1708,'wp-includes/js/dist/customize-widgets.js'),(1709,'wp-includes/js/dist/customize-widgets.min.js'),(1710,'wp-includes/js/dist/data-controls.js'),(1711,'wp-includes/js/dist/data-controls.min.js'),(1712,'wp-includes/js/dist/data.js'),(1713,'wp-includes/js/dist/data.min.js'),(1714,'wp-includes/js/dist/date.js'),(1715,'wp-includes/js/dist/date.min.js'),(1716,'wp-includes/js/dist/deprecated.js'),(1717,'wp-includes/js/dist/deprecated.min.js'),(1718,'wp-includes/js/dist/dom-ready.js'),(1719,'wp-includes/js/dist/dom-ready.min.js'),(1720,'wp-includes/js/dist/dom.js'),(1721,'wp-includes/js/dist/dom.min.js'),(1722,'wp-includes/js/dist/edit-post.js'),(1723,'wp-includes/js/dist/edit-post.min.js'),(1724,'wp-includes/js/dist/edit-site.js'),(1725,'wp-includes/js/dist/edit-site.min.js'),(1726,'wp-includes/js/dist/edit-widgets.js'),(1727,'wp-includes/js/dist/edit-widgets.min.js'),(1728,'wp-includes/js/dist/editor.js'),(1729,'wp-includes/js/dist/editor.min.js'),(1730,'wp-includes/js/dist/element.js'),(1731,'wp-includes/js/dist/element.min.js'),(1732,'wp-includes/js/dist/escape-html.js'),(1733,'wp-includes/js/dist/escape-html.min.js'),(1734,'wp-includes/js/dist/format-library.js'),(1735,'wp-includes/js/dist/format-library.min.js'),(1736,'wp-includes/js/dist/hooks.js'),(1737,'wp-includes/js/dist/hooks.min.js'),(1738,'wp-includes/js/dist/html-entities.js'),(1739,'wp-includes/js/dist/html-entities.min.js'),(1740,'wp-includes/js/dist/i18n.js'),(1741,'wp-includes/js/dist/i18n.min.js'),(1742,'wp-includes/js/dist/is-shallow-equal.js'),(1743,'wp-includes/js/dist/is-shallow-equal.min.js'),(1744,'wp-includes/js/dist/keyboard-shortcuts.js'),(1745,'wp-includes/js/dist/keyboard-shortcuts.min.js'),(1746,'wp-includes/js/dist/keycodes.js'),(1747,'wp-includes/js/dist/keycodes.min.js'),(1748,'wp-includes/js/dist/list-reusable-blocks.js'),(1749,'wp-includes/js/dist/list-reusable-blocks.min.js'),(1750,'wp-includes/js/dist/media-utils.js'),(1751,'wp-includes/js/dist/media-utils.min.js'),(1752,'wp-includes/js/dist/notices.js'),(1753,'wp-includes/js/dist/notices.min.js'),(1754,'wp-includes/js/dist/nux.js'),(1755,'wp-includes/js/dist/nux.min.js'),(1756,'wp-includes/js/dist/plugins.js'),(1757,'wp-includes/js/dist/plugins.min.js'),(1758,'wp-includes/js/dist/primitives.js'),(1759,'wp-includes/js/dist/primitives.min.js'),(1760,'wp-includes/js/dist/priority-queue.js'),(1761,'wp-includes/js/dist/priority-queue.min.js'),(1762,'wp-includes/js/dist/redux-routine.js'),(1763,'wp-includes/js/dist/redux-routine.min.js'),(1764,'wp-includes/js/dist/reusable-blocks.js'),(1765,'wp-includes/js/dist/reusable-blocks.min.js'),(1766,'wp-includes/js/dist/rich-text.js'),(1767,'wp-includes/js/dist/rich-text.min.js'),(1768,'wp-includes/js/dist/server-side-render.js'),(1769,'wp-includes/js/dist/server-side-render.min.js'),(1770,'wp-includes/js/dist/shortcode.js'),(1771,'wp-includes/js/dist/shortcode.min.js'),(1772,'wp-includes/js/dist/token-list.js'),(1773,'wp-includes/js/dist/token-list.min.js'),(1774,'wp-includes/js/dist/url.js'),(1775,'wp-includes/js/dist/url.min.js'),(1776,'wp-includes/js/dist/vendor/lodash.js'),(1777,'wp-includes/js/dist/vendor/lodash.min.js'),(1778,'wp-includes/js/dist/vendor/moment.js'),(1779,'wp-includes/js/dist/vendor/moment.min.js'),(1780,'wp-includes/js/dist/vendor/react-dom.js'),(1781,'wp-includes/js/dist/vendor/react-dom.min.js'),(1782,'wp-includes/js/dist/vendor/react.js'),(1783,'wp-includes/js/dist/vendor/react.min.js'),(1784,'wp-includes/js/dist/vendor/regenerator-runtime.js'),(1785,'wp-includes/js/dist/vendor/regenerator-runtime.min.js'),(1786,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.js'),(1787,'wp-includes/js/dist/vendor/wp-polyfill-dom-rect.min.js'),(1788,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.js'),(1789,'wp-includes/js/dist/vendor/wp-polyfill-element-closest.min.js'),(1790,'wp-includes/js/dist/vendor/wp-polyfill-fetch.js'),(1791,'wp-includes/js/dist/vendor/wp-polyfill-fetch.min.js'),(1792,'wp-includes/js/dist/vendor/wp-polyfill-formdata.js'),(1793,'wp-includes/js/dist/vendor/wp-polyfill-formdata.min.js'),(1794,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.js'),(1795,'wp-includes/js/dist/vendor/wp-polyfill-node-contains.min.js'),(1796,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.js'),(1797,'wp-includes/js/dist/vendor/wp-polyfill-object-fit.min.js'),(1798,'wp-includes/js/dist/vendor/wp-polyfill-url.js'),(1799,'wp-includes/js/dist/vendor/wp-polyfill-url.min.js'),(1800,'wp-includes/js/dist/vendor/wp-polyfill.js'),(1801,'wp-includes/js/dist/vendor/wp-polyfill.min.js'),(1802,'wp-includes/js/dist/viewport.js'),(1803,'wp-includes/js/dist/viewport.min.js'),(1804,'wp-includes/js/dist/warning.js'),(1805,'wp-includes/js/dist/warning.min.js'),(1806,'wp-includes/js/dist/widgets.js'),(1807,'wp-includes/js/dist/widgets.min.js'),(1808,'wp-includes/js/dist/wordcount.js'),(1809,'wp-includes/js/dist/wordcount.min.js'),(1810,'wp-includes/js/heartbeat.js'),(1811,'wp-includes/js/heartbeat.min.js'),(1812,'wp-includes/js/hoverIntent.js'),(1813,'wp-includes/js/hoverIntent.min.js'),(1814,'wp-includes/js/hoverintent-js.min.js'),(1815,'wp-includes/js/imagesloaded.min.js'),(1816,'wp-includes/js/imgareaselect/border-anim-h.gif'),(1817,'wp-includes/js/imgareaselect/border-anim-v.gif'),(1818,'wp-includes/js/imgareaselect/imgareaselect.css'),(1819,'wp-includes/js/imgareaselect/jquery.imgareaselect.js'),(1820,'wp-includes/js/imgareaselect/jquery.imgareaselect.min.js'),(1821,'wp-includes/js/jcrop/Jcrop.gif'),(1822,'wp-includes/js/jcrop/jquery.Jcrop.min.css'),(1823,'wp-includes/js/jcrop/jquery.Jcrop.min.js'),(1824,'wp-includes/js/jquery/jquery-migrate.js'),(1825,'wp-includes/js/jquery/jquery-migrate.min.js'),(1826,'wp-includes/js/jquery/jquery.color.min.js'),(1827,'wp-includes/js/jquery/jquery.form.js'),(1828,'wp-includes/js/jquery/jquery.form.min.js'),(1829,'wp-includes/js/jquery/jquery.hotkeys.js'),(1830,'wp-includes/js/jquery/jquery.hotkeys.min.js'),(1831,'wp-includes/js/jquery/jquery.js'),(1832,'wp-includes/js/jquery/jquery.masonry.min.js'),(1833,'wp-includes/js/jquery/jquery.min.js'),(1834,'wp-includes/js/jquery/jquery.query.js'),(1835,'wp-includes/js/jquery/jquery.schedule.js'),(1836,'wp-includes/js/jquery/jquery.serialize-object.js'),(1837,'wp-includes/js/jquery/jquery.table-hotkeys.js'),(1838,'wp-includes/js/jquery/jquery.table-hotkeys.min.js'),(1839,'wp-includes/js/jquery/jquery.ui.touch-punch.js'),(1840,'wp-includes/js/jquery/suggest.js'),(1841,'wp-includes/js/jquery/suggest.min.js'),(1842,'wp-includes/js/jquery/ui/accordion.js'),(1843,'wp-includes/js/jquery/ui/accordion.min.js'),(1844,'wp-includes/js/jquery/ui/autocomplete.js'),(1845,'wp-includes/js/jquery/ui/autocomplete.min.js'),(1846,'wp-includes/js/jquery/ui/button.js'),(1847,'wp-includes/js/jquery/ui/button.min.js'),(1848,'wp-includes/js/jquery/ui/checkboxradio.js'),(1849,'wp-includes/js/jquery/ui/checkboxradio.min.js'),(1850,'wp-includes/js/jquery/ui/controlgroup.js'),(1851,'wp-includes/js/jquery/ui/controlgroup.min.js'),(1852,'wp-includes/js/jquery/ui/core.js'),(1853,'wp-includes/js/jquery/ui/core.min.js'),(1854,'wp-includes/js/jquery/ui/datepicker.js'),(1855,'wp-includes/js/jquery/ui/datepicker.min.js'),(1856,'wp-includes/js/jquery/ui/dialog.js'),(1857,'wp-includes/js/jquery/ui/dialog.min.js'),(1858,'wp-includes/js/jquery/ui/draggable.js'),(1859,'wp-includes/js/jquery/ui/draggable.min.js'),(1860,'wp-includes/js/jquery/ui/droppable.js'),(1861,'wp-includes/js/jquery/ui/droppable.min.js'),(1862,'wp-includes/js/jquery/ui/effect-blind.js'),(1863,'wp-includes/js/jquery/ui/effect-blind.min.js'),(1864,'wp-includes/js/jquery/ui/effect-bounce.js'),(1865,'wp-includes/js/jquery/ui/effect-bounce.min.js'),(1866,'wp-includes/js/jquery/ui/effect-clip.js'),(1867,'wp-includes/js/jquery/ui/effect-clip.min.js'),(1868,'wp-includes/js/jquery/ui/effect-drop.js'),(1869,'wp-includes/js/jquery/ui/effect-drop.min.js'),(1870,'wp-includes/js/jquery/ui/effect-explode.js'),(1871,'wp-includes/js/jquery/ui/effect-explode.min.js'),(1872,'wp-includes/js/jquery/ui/effect-fade.js'),(1873,'wp-includes/js/jquery/ui/effect-fade.min.js'),(1874,'wp-includes/js/jquery/ui/effect-fold.js'),(1875,'wp-includes/js/jquery/ui/effect-fold.min.js'),(1876,'wp-includes/js/jquery/ui/effect-highlight.js'),(1877,'wp-includes/js/jquery/ui/effect-highlight.min.js'),(1878,'wp-includes/js/jquery/ui/effect-puff.js'),(1879,'wp-includes/js/jquery/ui/effect-puff.min.js'),(1880,'wp-includes/js/jquery/ui/effect-pulsate.js'),(1881,'wp-includes/js/jquery/ui/effect-pulsate.min.js'),(1882,'wp-includes/js/jquery/ui/effect-scale.js'),(1883,'wp-includes/js/jquery/ui/effect-scale.min.js'),(1884,'wp-includes/js/jquery/ui/effect-shake.js'),(1885,'wp-includes/js/jquery/ui/effect-shake.min.js'),(1886,'wp-includes/js/jquery/ui/effect-size.js'),(1887,'wp-includes/js/jquery/ui/effect-size.min.js'),(1888,'wp-includes/js/jquery/ui/effect-slide.js'),(1889,'wp-includes/js/jquery/ui/effect-slide.min.js'),(1890,'wp-includes/js/jquery/ui/effect-transfer.js'),(1891,'wp-includes/js/jquery/ui/effect-transfer.min.js'),(1892,'wp-includes/js/jquery/ui/effect.js'),(1893,'wp-includes/js/jquery/ui/effect.min.js'),(1894,'wp-includes/js/jquery/ui/menu.js'),(1895,'wp-includes/js/jquery/ui/menu.min.js'),(1896,'wp-includes/js/jquery/ui/mouse.js'),(1897,'wp-includes/js/jquery/ui/mouse.min.js'),(1898,'wp-includes/js/jquery/ui/progressbar.js'),(1899,'wp-includes/js/jquery/ui/progressbar.min.js'),(1900,'wp-includes/js/jquery/ui/resizable.js'),(1901,'wp-includes/js/jquery/ui/resizable.min.js'),(1902,'wp-includes/js/jquery/ui/selectable.js'),(1903,'wp-includes/js/jquery/ui/selectable.min.js'),(1904,'wp-includes/js/jquery/ui/selectmenu.js'),(1905,'wp-includes/js/jquery/ui/selectmenu.min.js'),(1906,'wp-includes/js/jquery/ui/slider.js'),(1907,'wp-includes/js/jquery/ui/slider.min.js'),(1908,'wp-includes/js/jquery/ui/sortable.js'),(1909,'wp-includes/js/jquery/ui/sortable.min.js'),(1910,'wp-includes/js/jquery/ui/spinner.js'),(1911,'wp-includes/js/jquery/ui/spinner.min.js'),(1912,'wp-includes/js/jquery/ui/tabs.js'),(1913,'wp-includes/js/jquery/ui/tabs.min.js'),(1914,'wp-includes/js/jquery/ui/tooltip.js'),(1915,'wp-includes/js/jquery/ui/tooltip.min.js'),(1916,'wp-includes/js/json2.js'),(1917,'wp-includes/js/json2.min.js'),(1918,'wp-includes/js/masonry.min.js'),(1919,'wp-includes/js/mce-view.js'),(1920,'wp-includes/js/mce-view.min.js'),(1921,'wp-includes/js/media-audiovideo.js'),(1922,'wp-includes/js/media-audiovideo.min.js'),(1923,'wp-includes/js/media-editor.js'),(1924,'wp-includes/js/media-editor.min.js'),(1925,'wp-includes/js/media-grid.js'),(1926,'wp-includes/js/media-grid.min.js'),(1927,'wp-includes/js/media-models.js'),(1928,'wp-includes/js/media-models.min.js'),(1929,'wp-includes/js/media-views.js'),(1930,'wp-includes/js/media-views.min.js'),(1931,'wp-includes/js/mediaelement/mediaelement-and-player.js'),(1932,'wp-includes/js/mediaelement/mediaelement-and-player.min.js'),(1933,'wp-includes/js/mediaelement/mediaelement-migrate.js'),(1934,'wp-includes/js/mediaelement/mediaelement-migrate.min.js'),(1935,'wp-includes/js/mediaelement/mediaelement.js'),(1936,'wp-includes/js/mediaelement/mediaelement.min.js'),(1937,'wp-includes/js/mediaelement/mediaelementplayer-legacy.css'),(1938,'wp-includes/js/mediaelement/mediaelementplayer-legacy.min.css'),(1939,'wp-includes/js/mediaelement/mediaelementplayer.css'),(1940,'wp-includes/js/mediaelement/mediaelementplayer.min.css'),(1941,'wp-includes/js/mediaelement/mejs-controls.png'),(1942,'wp-includes/js/mediaelement/mejs-controls.svg'),(1943,'wp-includes/js/mediaelement/renderers/vimeo.js'),(1944,'wp-includes/js/mediaelement/renderers/vimeo.min.js'),(1945,'wp-includes/js/mediaelement/wp-mediaelement.css'),(1946,'wp-includes/js/mediaelement/wp-mediaelement.js'),(1947,'wp-includes/js/mediaelement/wp-mediaelement.min.css'),(1948,'wp-includes/js/mediaelement/wp-mediaelement.min.js'),(1949,'wp-includes/js/mediaelement/wp-playlist.js'),(1950,'wp-includes/js/mediaelement/wp-playlist.min.js'),(1951,'wp-includes/js/plupload/handlers.js'),(1952,'wp-includes/js/plupload/handlers.min.js'),(1953,'wp-includes/js/plupload/license.txt'),(1954,'wp-includes/js/plupload/moxie.js'),(1955,'wp-includes/js/plupload/moxie.min.js'),(1956,'wp-includes/js/plupload/plupload.js'),(1957,'wp-includes/js/plupload/plupload.min.js'),(1958,'wp-includes/js/plupload/wp-plupload.js'),(1959,'wp-includes/js/plupload/wp-plupload.min.js'),(1960,'wp-includes/js/quicktags.js'),(1961,'wp-includes/js/quicktags.min.js'),(1962,'wp-includes/js/shortcode.js'),(1963,'wp-includes/js/shortcode.min.js'),(1964,'wp-includes/js/swfobject.js'),(1965,'wp-includes/js/swfupload/handlers.js'),(1966,'wp-includes/js/swfupload/handlers.min.js'),(1967,'wp-includes/js/swfupload/license.txt'),(1968,'wp-includes/js/swfupload/swfupload.js'),(1969,'wp-includes/js/thickbox/loadingAnimation.gif'),(1970,'wp-includes/js/thickbox/macFFBgHack.png'),(1971,'wp-includes/js/thickbox/thickbox.css'),(1972,'wp-includes/js/thickbox/thickbox.js'),(1973,'wp-includes/js/tinymce/langs/wp-langs-en.js'),(1974,'wp-includes/js/tinymce/license.txt'),(1975,'wp-includes/js/tinymce/plugins/charmap/plugin.js'),(1976,'wp-includes/js/tinymce/plugins/charmap/plugin.min.js'),(1977,'wp-includes/js/tinymce/plugins/colorpicker/plugin.js'),(1978,'wp-includes/js/tinymce/plugins/colorpicker/plugin.min.js'),(1979,'wp-includes/js/tinymce/plugins/compat3x/css/dialog.css'),(1980,'wp-includes/js/tinymce/plugins/compat3x/plugin.js'),(1981,'wp-includes/js/tinymce/plugins/compat3x/plugin.min.js'),(1982,'wp-includes/js/tinymce/plugins/directionality/plugin.js'),(1983,'wp-includes/js/tinymce/plugins/directionality/plugin.min.js'),(1984,'wp-includes/js/tinymce/plugins/fullscreen/plugin.js'),(1985,'wp-includes/js/tinymce/plugins/fullscreen/plugin.min.js'),(1986,'wp-includes/js/tinymce/plugins/hr/plugin.js'),(1987,'wp-includes/js/tinymce/plugins/hr/plugin.min.js'),(1988,'wp-includes/js/tinymce/plugins/image/plugin.js'),(1989,'wp-includes/js/tinymce/plugins/image/plugin.min.js'),(1990,'wp-includes/js/tinymce/plugins/link/plugin.js'),(1991,'wp-includes/js/tinymce/plugins/link/plugin.min.js'),(1992,'wp-includes/js/tinymce/plugins/lists/plugin.js'),(1993,'wp-includes/js/tinymce/plugins/lists/plugin.min.js'),(1994,'wp-includes/js/tinymce/plugins/media/plugin.js'),(1995,'wp-includes/js/tinymce/plugins/media/plugin.min.js'),(1996,'wp-includes/js/tinymce/plugins/paste/plugin.js'),(1997,'wp-includes/js/tinymce/plugins/paste/plugin.min.js'),(1998,'wp-includes/js/tinymce/plugins/tabfocus/plugin.js'),(1999,'wp-includes/js/tinymce/plugins/tabfocus/plugin.min.js'),(2000,'wp-includes/js/tinymce/plugins/textcolor/plugin.js'),(2001,'wp-includes/js/tinymce/plugins/textcolor/plugin.min.js'),(2002,'wp-includes/js/tinymce/plugins/wordpress/plugin.js'),(2003,'wp-includes/js/tinymce/plugins/wordpress/plugin.min.js'),(2004,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.js'),(2005,'wp-includes/js/tinymce/plugins/wpautoresize/plugin.min.js'),(2006,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.js'),(2007,'wp-includes/js/tinymce/plugins/wpdialogs/plugin.min.js'),(2008,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.js'),(2009,'wp-includes/js/tinymce/plugins/wpeditimage/plugin.min.js'),(2010,'wp-includes/js/tinymce/plugins/wpemoji/plugin.js'),(2011,'wp-includes/js/tinymce/plugins/wpemoji/plugin.min.js'),(2012,'wp-includes/js/tinymce/plugins/wpgallery/plugin.js'),(2013,'wp-includes/js/tinymce/plugins/wpgallery/plugin.min.js'),(2014,'wp-includes/js/tinymce/plugins/wplink/plugin.js'),(2015,'wp-includes/js/tinymce/plugins/wplink/plugin.min.js'),(2016,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.js'),(2017,'wp-includes/js/tinymce/plugins/wptextpattern/plugin.min.js'),(2018,'wp-includes/js/tinymce/plugins/wpview/plugin.js'),(2019,'wp-includes/js/tinymce/plugins/wpview/plugin.min.js'),(2020,'wp-includes/js/tinymce/skins/lightgray/content.inline.min.css'),(2021,'wp-includes/js/tinymce/skins/lightgray/content.min.css'),(2022,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.eot'),(2023,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.svg'),(2024,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.ttf'),(2025,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce-small.woff'),(2026,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.eot'),(2027,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.svg'),(2028,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.ttf'),(2029,'wp-includes/js/tinymce/skins/lightgray/fonts/tinymce.woff'),(2030,'wp-includes/js/tinymce/skins/lightgray/img/anchor.gif'),(2031,'wp-includes/js/tinymce/skins/lightgray/img/loader.gif'),(2032,'wp-includes/js/tinymce/skins/lightgray/img/object.gif'),(2033,'wp-includes/js/tinymce/skins/lightgray/img/trans.gif'),(2034,'wp-includes/js/tinymce/skins/lightgray/skin.min.css'),(2035,'wp-includes/js/tinymce/skins/wordpress/images/audio.png'),(2036,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-edit.png'),(2037,'wp-includes/js/tinymce/skins/wordpress/images/dashicon-no.png'),(2038,'wp-includes/js/tinymce/skins/wordpress/images/embedded.png'),(2039,'wp-includes/js/tinymce/skins/wordpress/images/gallery-2x.png'),(2040,'wp-includes/js/tinymce/skins/wordpress/images/gallery.png'),(2041,'wp-includes/js/tinymce/skins/wordpress/images/more-2x.png'),(2042,'wp-includes/js/tinymce/skins/wordpress/images/more.png'),(2043,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak-2x.png'),(2044,'wp-includes/js/tinymce/skins/wordpress/images/pagebreak.png'),(2045,'wp-includes/js/tinymce/skins/wordpress/images/playlist-audio.png'),(2046,'wp-includes/js/tinymce/skins/wordpress/images/playlist-video.png'),(2047,'wp-includes/js/tinymce/skins/wordpress/images/video.png'),(2048,'wp-includes/js/tinymce/skins/wordpress/wp-content.css'),(2049,'wp-includes/js/tinymce/themes/inlite/theme.js'),(2050,'wp-includes/js/tinymce/themes/inlite/theme.min.js'),(2051,'wp-includes/js/tinymce/themes/modern/theme.js'),(2052,'wp-includes/js/tinymce/themes/modern/theme.min.js'),(2053,'wp-includes/js/tinymce/tiny_mce_popup.js'),(2054,'wp-includes/js/tinymce/tinymce.min.js'),(2055,'wp-includes/js/tinymce/utils/editable_selects.js'),(2056,'wp-includes/js/tinymce/utils/form_utils.js'),(2057,'wp-includes/js/tinymce/utils/mctabs.js'),(2058,'wp-includes/js/tinymce/utils/validate.js'),(2059,'wp-includes/js/tinymce/wp-tinymce.js'),(2060,'wp-includes/js/tinymce/wp-tinymce.php'),(2061,'wp-includes/js/tw-sack.js'),(2062,'wp-includes/js/tw-sack.min.js'),(2063,'wp-includes/js/twemoji.js'),(2064,'wp-includes/js/twemoji.min.js'),(2065,'wp-includes/js/underscore.js'),(2066,'wp-includes/js/underscore.min.js'),(2067,'wp-includes/js/utils.js'),(2068,'wp-includes/js/utils.min.js'),(2069,'wp-includes/js/wp-ajax-response.js'),(2070,'wp-includes/js/wp-ajax-response.min.js'),(2071,'wp-includes/js/wp-api.js'),(2072,'wp-includes/js/wp-api.min.js'),(2073,'wp-includes/js/wp-auth-check.js'),(2074,'wp-includes/js/wp-auth-check.min.js'),(2075,'wp-includes/js/wp-backbone.js'),(2076,'wp-includes/js/wp-backbone.min.js'),(2077,'wp-includes/js/wp-custom-header.js'),(2078,'wp-includes/js/wp-custom-header.min.js'),(2079,'wp-includes/js/wp-embed-template.js'),(2080,'wp-includes/js/wp-embed-template.min.js'),(2081,'wp-includes/js/wp-embed.js'),(2082,'wp-includes/js/wp-embed.min.js'),(2083,'wp-includes/js/wp-emoji-loader.js'),(2084,'wp-includes/js/wp-emoji-loader.min.js'),(2085,'wp-includes/js/wp-emoji-release.min.js'),(2086,'wp-includes/js/wp-emoji.js'),(2087,'wp-includes/js/wp-emoji.min.js'),(2088,'wp-includes/js/wp-list-revisions.js'),(2089,'wp-includes/js/wp-list-revisions.min.js'),(2090,'wp-includes/js/wp-lists.js'),(2091,'wp-includes/js/wp-lists.min.js'),(2092,'wp-includes/js/wp-pointer.js'),(2093,'wp-includes/js/wp-pointer.min.js'),(2094,'wp-includes/js/wp-sanitize.js'),(2095,'wp-includes/js/wp-sanitize.min.js'),(2096,'wp-includes/js/wp-util.js'),(2097,'wp-includes/js/wp-util.min.js'),(2098,'wp-includes/js/wpdialog.js'),(2099,'wp-includes/js/wpdialog.min.js'),(2100,'wp-includes/js/wplink.js'),(2101,'wp-includes/js/wplink.min.js'),(2102,'wp-includes/js/zxcvbn-async.js'),(2103,'wp-includes/js/zxcvbn-async.min.js'),(2104,'wp-includes/js/zxcvbn.min.js'),(2105,'wp-includes/kses.php'),(2106,'wp-includes/l10n.php'),(2107,'wp-includes/link-template.php'),(2108,'wp-includes/load.php'),(2109,'wp-includes/locale.php'),(2110,'wp-includes/media-template.php'),(2111,'wp-includes/media.php'),(2112,'wp-includes/meta.php'),(2113,'wp-includes/ms-blogs.php'),(2114,'wp-includes/ms-default-constants.php'),(2115,'wp-includes/ms-default-filters.php'),(2116,'wp-includes/ms-deprecated.php'),(2117,'wp-includes/ms-files.php'),(2118,'wp-includes/ms-functions.php'),(2119,'wp-includes/ms-load.php'),(2120,'wp-includes/ms-network.php'),(2121,'wp-includes/ms-settings.php'),(2122,'wp-includes/ms-site.php'),(2123,'wp-includes/nav-menu-template.php'),(2124,'wp-includes/nav-menu.php'),(2125,'wp-includes/option.php'),(2126,'wp-includes/php-compat/readonly.php'),(2127,'wp-includes/pluggable-deprecated.php'),(2128,'wp-includes/pluggable.php'),(2129,'wp-includes/plugin.php'),(2130,'wp-includes/pomo/entry.php'),(2131,'wp-includes/pomo/mo.php'),(2132,'wp-includes/pomo/plural-forms.php'),(2133,'wp-includes/pomo/po.php'),(2134,'wp-includes/pomo/streams.php'),(2135,'wp-includes/pomo/translations.php'),(2136,'wp-includes/post-formats.php'),(2137,'wp-includes/post-template.php'),(2138,'wp-includes/post-thumbnail-template.php'),(2139,'wp-includes/post.php'),(2140,'wp-includes/query.php'),(2141,'wp-includes/random_compat/byte_safe_strings.php'),(2142,'wp-includes/random_compat/cast_to_int.php'),(2143,'wp-includes/random_compat/error_polyfill.php'),(2144,'wp-includes/random_compat/random.php'),(2145,'wp-includes/random_compat/random_bytes_com_dotnet.php'),(2146,'wp-includes/random_compat/random_bytes_dev_urandom.php'),(2147,'wp-includes/random_compat/random_bytes_libsodium.php'),(2148,'wp-includes/random_compat/random_bytes_libsodium_legacy.php'),(2149,'wp-includes/random_compat/random_bytes_mcrypt.php'),(2150,'wp-includes/random_compat/random_int.php'),(2151,'wp-includes/registration-functions.php'),(2152,'wp-includes/registration.php'),(2153,'wp-includes/rest-api/class-wp-rest-request.php'),(2154,'wp-includes/rest-api/class-wp-rest-response.php'),(2155,'wp-includes/rest-api/class-wp-rest-server.php'),(2156,'wp-includes/rest-api/endpoints/class-wp-rest-application-passwords-controller.php'),(2157,'wp-includes/rest-api/endpoints/class-wp-rest-attachments-controller.php'),(2158,'wp-includes/rest-api/endpoints/class-wp-rest-autosaves-controller.php'),(2159,'wp-includes/rest-api/endpoints/class-wp-rest-block-directory-controller.php'),(2160,'wp-includes/rest-api/endpoints/class-wp-rest-block-renderer-controller.php'),(2161,'wp-includes/rest-api/endpoints/class-wp-rest-block-types-controller.php'),(2162,'wp-includes/rest-api/endpoints/class-wp-rest-blocks-controller.php'),(2163,'wp-includes/rest-api/endpoints/class-wp-rest-comments-controller.php'),(2164,'wp-includes/rest-api/endpoints/class-wp-rest-controller.php'),(2165,'wp-includes/rest-api/endpoints/class-wp-rest-edit-site-export-controller.php'),(2166,'wp-includes/rest-api/endpoints/class-wp-rest-global-styles-controller.php'),(2167,'wp-includes/rest-api/endpoints/class-wp-rest-menu-items-controller.php'),(2168,'wp-includes/rest-api/endpoints/class-wp-rest-menu-locations-controller.php'),(2169,'wp-includes/rest-api/endpoints/class-wp-rest-menus-controller.php'),(2170,'wp-includes/rest-api/endpoints/class-wp-rest-pattern-directory-controller.php'),(2171,'wp-includes/rest-api/endpoints/class-wp-rest-plugins-controller.php'),(2172,'wp-includes/rest-api/endpoints/class-wp-rest-post-statuses-controller.php'),(2173,'wp-includes/rest-api/endpoints/class-wp-rest-post-types-controller.php'),(2174,'wp-includes/rest-api/endpoints/class-wp-rest-posts-controller.php'),(2175,'wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php'),(2176,'wp-includes/rest-api/endpoints/class-wp-rest-search-controller.php'),(2177,'wp-includes/rest-api/endpoints/class-wp-rest-settings-controller.php'),(2178,'wp-includes/rest-api/endpoints/class-wp-rest-sidebars-controller.php'),(2179,'wp-includes/rest-api/endpoints/class-wp-rest-site-health-controller.php'),(2180,'wp-includes/rest-api/endpoints/class-wp-rest-taxonomies-controller.php'),(2181,'wp-includes/rest-api/endpoints/class-wp-rest-templates-controller.php'),(2182,'wp-includes/rest-api/endpoints/class-wp-rest-terms-controller.php'),(2183,'wp-includes/rest-api/endpoints/class-wp-rest-themes-controller.php'),(2184,'wp-includes/rest-api/endpoints/class-wp-rest-url-details-controller.php'),(2185,'wp-includes/rest-api/endpoints/class-wp-rest-users-controller.php'),(2186,'wp-includes/rest-api/endpoints/class-wp-rest-widget-types-controller.php'),(2187,'wp-includes/rest-api/endpoints/class-wp-rest-widgets-controller.php'),(2188,'wp-includes/rest-api/fields/class-wp-rest-comment-meta-fields.php'),(2189,'wp-includes/rest-api/fields/class-wp-rest-meta-fields.php'),(2190,'wp-includes/rest-api/fields/class-wp-rest-post-meta-fields.php'),(2191,'wp-includes/rest-api/fields/class-wp-rest-term-meta-fields.php'),(2192,'wp-includes/rest-api/fields/class-wp-rest-user-meta-fields.php'),(2193,'wp-includes/rest-api/search/class-wp-rest-post-format-search-handler.php'),(2194,'wp-includes/rest-api/search/class-wp-rest-post-search-handler.php'),(2195,'wp-includes/rest-api/search/class-wp-rest-search-handler.php'),(2196,'wp-includes/rest-api/search/class-wp-rest-term-search-handler.php'),(2197,'wp-includes/rest-api.php'),(2198,'wp-includes/revision.php'),(2199,'wp-includes/rewrite.php'),(2200,'wp-includes/robots-template.php'),(2201,'wp-includes/rss-functions.php'),(2202,'wp-includes/rss.php'),(2203,'wp-includes/script-loader.php'),(2204,'wp-includes/session.php'),(2205,'wp-includes/shortcodes.php'),(2206,'wp-includes/sitemaps/class-wp-sitemaps-index.php'),(2207,'wp-includes/sitemaps/class-wp-sitemaps-provider.php'),(2208,'wp-includes/sitemaps/class-wp-sitemaps-registry.php'),(2209,'wp-includes/sitemaps/class-wp-sitemaps-renderer.php'),(2210,'wp-includes/sitemaps/class-wp-sitemaps-stylesheet.php'),(2211,'wp-includes/sitemaps/class-wp-sitemaps.php'),(2212,'wp-includes/sitemaps/providers/class-wp-sitemaps-posts.php'),(2213,'wp-includes/sitemaps/providers/class-wp-sitemaps-taxonomies.php'),(2214,'wp-includes/sitemaps/providers/class-wp-sitemaps-users.php'),(2215,'wp-includes/sitemaps.php'),(2216,'wp-includes/sodium_compat/LICENSE'),(2217,'wp-includes/sodium_compat/autoload-php7.php'),(2218,'wp-includes/sodium_compat/autoload.php'),(2219,'wp-includes/sodium_compat/composer.json'),(2220,'wp-includes/sodium_compat/lib/constants.php'),(2221,'wp-includes/sodium_compat/lib/namespaced.php'),(2222,'wp-includes/sodium_compat/lib/php72compat.php'),(2223,'wp-includes/sodium_compat/lib/php72compat_const.php'),(2224,'wp-includes/sodium_compat/lib/ristretto255.php'),(2225,'wp-includes/sodium_compat/lib/sodium_compat.php'),(2226,'wp-includes/sodium_compat/lib/stream-xchacha20.php'),(2227,'wp-includes/sodium_compat/namespaced/Compat.php'),(2228,'wp-includes/sodium_compat/namespaced/Core/BLAKE2b.php'),(2229,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(2230,'wp-includes/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(2231,'wp-includes/sodium_compat/namespaced/Core/ChaCha20.php'),(2232,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(2233,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(2234,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(2235,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(2236,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(2237,'wp-includes/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(2238,'wp-includes/sodium_compat/namespaced/Core/Curve25519/H.php'),(2239,'wp-includes/sodium_compat/namespaced/Core/Curve25519.php'),(2240,'wp-includes/sodium_compat/namespaced/Core/Ed25519.php'),(2241,'wp-includes/sodium_compat/namespaced/Core/HChaCha20.php'),(2242,'wp-includes/sodium_compat/namespaced/Core/HSalsa20.php'),(2243,'wp-includes/sodium_compat/namespaced/Core/Poly1305/State.php'),(2244,'wp-includes/sodium_compat/namespaced/Core/Poly1305.php'),(2245,'wp-includes/sodium_compat/namespaced/Core/Salsa20.php'),(2246,'wp-includes/sodium_compat/namespaced/Core/SipHash.php'),(2247,'wp-includes/sodium_compat/namespaced/Core/Util.php'),(2248,'wp-includes/sodium_compat/namespaced/Core/X25519.php'),(2249,'wp-includes/sodium_compat/namespaced/Core/XChaCha20.php'),(2250,'wp-includes/sodium_compat/namespaced/Core/Xsalsa20.php'),(2251,'wp-includes/sodium_compat/namespaced/Crypto.php'),(2252,'wp-includes/sodium_compat/namespaced/File.php'),(2253,'wp-includes/sodium_compat/src/Compat.php'),(2254,'wp-includes/sodium_compat/src/Core/BLAKE2b.php'),(2255,'wp-includes/sodium_compat/src/Core/Base64/Common.php'),(2256,'wp-includes/sodium_compat/src/Core/Base64/Original.php'),(2257,'wp-includes/sodium_compat/src/Core/Base64/UrlSafe.php'),(2258,'wp-includes/sodium_compat/src/Core/ChaCha20/Ctx.php'),(2259,'wp-includes/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(2260,'wp-includes/sodium_compat/src/Core/ChaCha20.php'),(2261,'wp-includes/sodium_compat/src/Core/Curve25519/Fe.php'),(2262,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(2263,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(2264,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(2265,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(2266,'wp-includes/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(2267,'wp-includes/sodium_compat/src/Core/Curve25519/H.php'),(2268,'wp-includes/sodium_compat/src/Core/Curve25519/README.md'),(2269,'wp-includes/sodium_compat/src/Core/Curve25519.php'),(2270,'wp-includes/sodium_compat/src/Core/Ed25519.php'),(2271,'wp-includes/sodium_compat/src/Core/HChaCha20.php'),(2272,'wp-includes/sodium_compat/src/Core/HSalsa20.php'),(2273,'wp-includes/sodium_compat/src/Core/Poly1305/State.php'),(2274,'wp-includes/sodium_compat/src/Core/Poly1305.php'),(2275,'wp-includes/sodium_compat/src/Core/Ristretto255.php'),(2276,'wp-includes/sodium_compat/src/Core/Salsa20.php'),(2277,'wp-includes/sodium_compat/src/Core/SecretStream/State.php'),(2278,'wp-includes/sodium_compat/src/Core/SipHash.php'),(2279,'wp-includes/sodium_compat/src/Core/Util.php'),(2280,'wp-includes/sodium_compat/src/Core/X25519.php'),(2281,'wp-includes/sodium_compat/src/Core/XChaCha20.php'),(2282,'wp-includes/sodium_compat/src/Core/XSalsa20.php'),(2283,'wp-includes/sodium_compat/src/Core32/BLAKE2b.php'),(2284,'wp-includes/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(2285,'wp-includes/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(2286,'wp-includes/sodium_compat/src/Core32/ChaCha20.php'),(2287,'wp-includes/sodium_compat/src/Core32/Curve25519/Fe.php'),(2288,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(2289,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(2290,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(2291,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(2292,'wp-includes/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(2293,'wp-includes/sodium_compat/src/Core32/Curve25519/H.php'),(2294,'wp-includes/sodium_compat/src/Core32/Curve25519/README.md'),(2295,'wp-includes/sodium_compat/src/Core32/Curve25519.php'),(2296,'wp-includes/sodium_compat/src/Core32/Ed25519.php'),(2297,'wp-includes/sodium_compat/src/Core32/HChaCha20.php'),(2298,'wp-includes/sodium_compat/src/Core32/HSalsa20.php'),(2299,'wp-includes/sodium_compat/src/Core32/Int32.php'),(2300,'wp-includes/sodium_compat/src/Core32/Int64.php'),(2301,'wp-includes/sodium_compat/src/Core32/Poly1305/State.php'),(2302,'wp-includes/sodium_compat/src/Core32/Poly1305.php'),(2303,'wp-includes/sodium_compat/src/Core32/Salsa20.php'),(2304,'wp-includes/sodium_compat/src/Core32/SecretStream/State.php'),(2305,'wp-includes/sodium_compat/src/Core32/SipHash.php'),(2306,'wp-includes/sodium_compat/src/Core32/Util.php'),(2307,'wp-includes/sodium_compat/src/Core32/X25519.php'),(2308,'wp-includes/sodium_compat/src/Core32/XChaCha20.php'),(2309,'wp-includes/sodium_compat/src/Core32/XSalsa20.php'),(2310,'wp-includes/sodium_compat/src/Crypto.php'),(2311,'wp-includes/sodium_compat/src/Crypto32.php'),(2312,'wp-includes/sodium_compat/src/File.php'),(2313,'wp-includes/sodium_compat/src/PHP52/SplFixedArray.php'),(2314,'wp-includes/sodium_compat/src/SodiumException.php'),(2315,'wp-includes/spl-autoload-compat.php'),(2316,'wp-includes/taxonomy.php'),(2317,'wp-includes/template-canvas.php'),(2318,'wp-includes/template-loader.php'),(2319,'wp-includes/template.php'),(2320,'wp-includes/theme-compat/comments.php'),(2321,'wp-includes/theme-compat/embed-404.php'),(2322,'wp-includes/theme-compat/embed-content.php'),(2323,'wp-includes/theme-compat/embed.php'),(2324,'wp-includes/theme-compat/footer-embed.php'),(2325,'wp-includes/theme-compat/footer.php'),(2326,'wp-includes/theme-compat/header-embed.php'),(2327,'wp-includes/theme-compat/header.php'),(2328,'wp-includes/theme-compat/sidebar.php'),(2329,'wp-includes/theme-i18n.json'),(2330,'wp-includes/theme-templates.php'),(2331,'wp-includes/theme.json'),(2332,'wp-includes/theme.php'),(2333,'wp-includes/update.php'),(2334,'wp-includes/user.php'),(2335,'wp-includes/vars.php'),(2336,'wp-includes/version.php'),(2337,'wp-includes/widgets/class-wp-nav-menu-widget.php'),(2338,'wp-includes/widgets/class-wp-widget-archives.php'),(2339,'wp-includes/widgets/class-wp-widget-block.php'),(2340,'wp-includes/widgets/class-wp-widget-calendar.php'),(2341,'wp-includes/widgets/class-wp-widget-categories.php'),(2342,'wp-includes/widgets/class-wp-widget-custom-html.php'),(2343,'wp-includes/widgets/class-wp-widget-links.php'),(2344,'wp-includes/widgets/class-wp-widget-media-audio.php'),(2345,'wp-includes/widgets/class-wp-widget-media-gallery.php'),(2346,'wp-includes/widgets/class-wp-widget-media-image.php'),(2347,'wp-includes/widgets/class-wp-widget-media-video.php'),(2348,'wp-includes/widgets/class-wp-widget-media.php'),(2349,'wp-includes/widgets/class-wp-widget-meta.php'),(2350,'wp-includes/widgets/class-wp-widget-pages.php'),(2351,'wp-includes/widgets/class-wp-widget-recent-comments.php'),(2352,'wp-includes/widgets/class-wp-widget-recent-posts.php'),(2353,'wp-includes/widgets/class-wp-widget-rss.php'),(2354,'wp-includes/widgets/class-wp-widget-search.php'),(2355,'wp-includes/widgets/class-wp-widget-tag-cloud.php'),(2356,'wp-includes/widgets/class-wp-widget-text.php'),(2357,'wp-includes/widgets.php'),(2358,'wp-includes/wlwmanifest.xml'),(2359,'wp-includes/wp-db.php'),(2360,'wp-includes/wp-diff.php'),(2361,'wp-links-opml.php'),(2362,'wp-load.php'),(2363,'wp-login.php'),(2364,'wp-mail.php'),(2365,'wp-settings.php'),(2366,'wp-signup.php'),(2367,'wp-trackback.php'),(2368,'xmlrpc.php'),(2369,'/advanced-cache.php'),(2370,'/et-cache/de_AT/definitions-page-16469148002786.js'),(2371,'/et-cache/de_AT/helpers-page-16469148001478.js'),(2372,'/mu-plugins/bedrock-autoloader.php'),(2373,'/mu-plugins/disallow-indexing.php'),(2374,'/mu-plugins/register-theme-directory.php'),(2375,'/mu-plugins/wp-migrate-db-pro-compatibility.php'),(2376,'/plugins/advanced-access-manager/aam.php'),(2377,'/plugins/advanced-access-manager/application/Addon/Repository.php'),(2378,'/plugins/advanced-access-manager/application/Backend/Feature/Abstract.php'),(2379,'/plugins/advanced-access-manager/application/Backend/Feature/Addons/Manager.php'),(2380,'/plugins/advanced-access-manager/application/Backend/Feature/ISubjectAware.php'),(2381,'/plugins/advanced-access-manager/application/Backend/Feature/Main/404Redirect.php'),(2382,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Capability.php'),(2383,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Jwt.php'),(2384,'/plugins/advanced-access-manager/application/Backend/Feature/Main/LoginRedirect.php'),(2385,'/plugins/advanced-access-manager/application/Backend/Feature/Main/LogoutRedirect.php'),(2386,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Menu.php'),(2387,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Metabox.php'),(2388,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Policy.php'),(2389,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Post.php'),(2390,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Redirect.php'),(2391,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Route.php'),(2392,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Toolbar.php'),(2393,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Uri.php'),(2394,'/plugins/advanced-access-manager/application/Backend/Feature/Main/Welcome.php'),(2395,'/plugins/advanced-access-manager/application/Backend/Feature/Settings/ConfigPress.php'),(2396,'/plugins/advanced-access-manager/application/Backend/Feature/Settings/Content.php'),(2397,'/plugins/advanced-access-manager/application/Backend/Feature/Settings/Core.php'),(2398,'/plugins/advanced-access-manager/application/Backend/Feature/Settings/Manager.php'),(2399,'/plugins/advanced-access-manager/application/Backend/Feature/Settings/Security.php'),(2400,'/plugins/advanced-access-manager/application/Backend/Feature/Settings/Service.php'),(2401,'/plugins/advanced-access-manager/application/Backend/Feature/Subject/Role.php'),(2402,'/plugins/advanced-access-manager/application/Backend/Feature/Subject/User.php'),(2403,'/plugins/advanced-access-manager/application/Backend/Feature.php'),(2404,'/plugins/advanced-access-manager/application/Backend/Manager.php'),(2405,'/plugins/advanced-access-manager/application/Backend/Subject.php'),(2406,'/plugins/advanced-access-manager/application/Backend/View/Helper.php'),(2407,'/plugins/advanced-access-manager/application/Backend/View/Localization.php'),(2408,'/plugins/advanced-access-manager/application/Backend/View/PostOptionList.php'),(2409,'/plugins/advanced-access-manager/application/Backend/View.php'),(2410,'/plugins/advanced-access-manager/application/Backend/Widget/Login.php'),(2411,'/plugins/advanced-access-manager/application/Backend/tmpl/index.php'),(2412,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/iframe-footer.php'),(2413,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/iframe-header.php'),(2414,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/main-iframe.php'),(2415,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/policy-metabox.php'),(2416,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/policy-principal-metabox.php'),(2417,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/post-iframe.php'),(2418,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/post-metabox.php'),(2419,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/principal-iframe.php'),(2420,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/term-metabox.php'),(2421,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/user-iframe.php'),(2422,'/plugins/advanced-access-manager/application/Backend/tmpl/metabox/user-metabox.php'),(2423,'/plugins/advanced-access-manager/application/Backend/tmpl/page/addon-panel.php'),(2424,'/plugins/advanced-access-manager/application/Backend/tmpl/page/current-subject.php'),(2425,'/plugins/advanced-access-manager/application/Backend/tmpl/page/main-panel.php'),(2426,'/plugins/advanced-access-manager/application/Backend/tmpl/page/subject-panel-advanced.php'),(2427,'/plugins/advanced-access-manager/application/Backend/tmpl/page/subject-panel.php'),(2428,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/access-policy-action.php'),(2429,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/default-principal-subject-tab.php'),(2430,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/default-subject-tab.php'),(2431,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/jwt-login-url.php'),(2432,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/license-violation-notice.php'),(2433,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/loading-content.php'),(2434,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/login-form.php'),(2435,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/multisite-sync-notification.php'),(2436,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/post-access-form.php'),(2437,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/posts-terms-help-tips.php'),(2438,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/role-inheritance.php'),(2439,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/taxonomy-access-form.php'),(2440,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/term-access-form.php'),(2441,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/type-access-form.php'),(2442,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/visitor-principal-subject-tab.php'),(2443,'/plugins/advanced-access-manager/application/Backend/tmpl/partial/visitor-subject-tab.php'),(2444,'/plugins/advanced-access-manager/application/Backend/tmpl/policy/default-policy.php'),(2445,'/plugins/advanced-access-manager/application/Backend/tmpl/service/404redirect.php'),(2446,'/plugins/advanced-access-manager/application/Backend/tmpl/service/capability.php'),(2447,'/plugins/advanced-access-manager/application/Backend/tmpl/service/jwt.php'),(2448,'/plugins/advanced-access-manager/application/Backend/tmpl/service/login-redirect.php'),(2449,'/plugins/advanced-access-manager/application/Backend/tmpl/service/logout-redirect.php'),(2450,'/plugins/advanced-access-manager/application/Backend/tmpl/service/menu.php'),(2451,'/plugins/advanced-access-manager/application/Backend/tmpl/service/metabox.php'),(2452,'/plugins/advanced-access-manager/application/Backend/tmpl/service/policy.php'),(2453,'/plugins/advanced-access-manager/application/Backend/tmpl/service/post.php'),(2454,'/plugins/advanced-access-manager/application/Backend/tmpl/service/redirect.php'),(2455,'/plugins/advanced-access-manager/application/Backend/tmpl/service/route.php'),(2456,'/plugins/advanced-access-manager/application/Backend/tmpl/service/toolbar.php'),(2457,'/plugins/advanced-access-manager/application/Backend/tmpl/service/uri.php'),(2458,'/plugins/advanced-access-manager/application/Backend/tmpl/service/welcome.php'),(2459,'/plugins/advanced-access-manager/application/Backend/tmpl/settings/configpress.php'),(2460,'/plugins/advanced-access-manager/application/Backend/tmpl/settings/content.php'),(2461,'/plugins/advanced-access-manager/application/Backend/tmpl/settings/core.php'),(2462,'/plugins/advanced-access-manager/application/Backend/tmpl/settings/security.php'),(2463,'/plugins/advanced-access-manager/application/Backend/tmpl/settings/service.php'),(2464,'/plugins/advanced-access-manager/application/Backend/tmpl/user/multiple-roles.php'),(2465,'/plugins/advanced-access-manager/application/Backend/tmpl/widget/login-backend.php'),(2466,'/plugins/advanced-access-manager/application/Backend/tmpl/widget/login-frontend.php'),(2467,'/plugins/advanced-access-manager/application/Core/API.php'),(2468,'/plugins/advanced-access-manager/application/Core/AccessSettings.php'),(2469,'/plugins/advanced-access-manager/application/Core/Cli.php'),(2470,'/plugins/advanced-access-manager/application/Core/Config.php'),(2471,'/plugins/advanced-access-manager/application/Core/ConfigPress/Evaluator.php'),(2472,'/plugins/advanced-access-manager/application/Core/ConfigPress/Reader.php'),(2473,'/plugins/advanced-access-manager/application/Core/ConfigPress.php'),(2474,'/plugins/advanced-access-manager/application/Core/Console.php'),(2475,'/plugins/advanced-access-manager/application/Core/Contract/MigrationInterface.php'),(2476,'/plugins/advanced-access-manager/application/Core/Contract/RequestTrait.php'),(2477,'/plugins/advanced-access-manager/application/Core/Contract/ServiceTrait.php'),(2478,'/plugins/advanced-access-manager/application/Core/Contract/ShortcodeInterface.php'),(2479,'/plugins/advanced-access-manager/application/Core/Contract/SingletonTrait.php'),(2480,'/plugins/advanced-access-manager/application/Core/Gateway.php'),(2481,'/plugins/advanced-access-manager/application/Core/Jwt/Issuer.php'),(2482,'/plugins/advanced-access-manager/application/Core/Migration.php'),(2483,'/plugins/advanced-access-manager/application/Core/Object/LoginRedirect.php'),(2484,'/plugins/advanced-access-manager/application/Core/Object/LogoutRedirect.php'),(2485,'/plugins/advanced-access-manager/application/Core/Object/Menu.php'),(2486,'/plugins/advanced-access-manager/application/Core/Object/Metabox.php'),(2487,'/plugins/advanced-access-manager/application/Core/Object/NotFoundRedirect.php'),(2488,'/plugins/advanced-access-manager/application/Core/Object/Policy.php'),(2489,'/plugins/advanced-access-manager/application/Core/Object/Post.php'),(2490,'/plugins/advanced-access-manager/application/Core/Object/Redirect.php'),(2491,'/plugins/advanced-access-manager/application/Core/Object/Route.php'),(2492,'/plugins/advanced-access-manager/application/Core/Object/Toolbar.php'),(2493,'/plugins/advanced-access-manager/application/Core/Object/Uri.php'),(2494,'/plugins/advanced-access-manager/application/Core/Object/Visibility.php'),(2495,'/plugins/advanced-access-manager/application/Core/Object.php'),(2496,'/plugins/advanced-access-manager/application/Core/Policy/Condition.php'),(2497,'/plugins/advanced-access-manager/application/Core/Policy/Factory.php'),(2498,'/plugins/advanced-access-manager/application/Core/Policy/Generator.php'),(2499,'/plugins/advanced-access-manager/application/Core/Policy/Manager.php'),(2500,'/plugins/advanced-access-manager/application/Core/Policy/Resource.php'),(2501,'/plugins/advanced-access-manager/application/Core/Policy/Token.php'),(2502,'/plugins/advanced-access-manager/application/Core/Policy/Typecast.php'),(2503,'/plugins/advanced-access-manager/application/Core/Policy/Validator.php'),(2504,'/plugins/advanced-access-manager/application/Core/Redirect.php'),(2505,'/plugins/advanced-access-manager/application/Core/Request.php'),(2506,'/plugins/advanced-access-manager/application/Core/Server.php'),(2507,'/plugins/advanced-access-manager/application/Core/Subject/Default.php'),(2508,'/plugins/advanced-access-manager/application/Core/Subject/Role.php'),(2509,'/plugins/advanced-access-manager/application/Core/Subject/User.php'),(2510,'/plugins/advanced-access-manager/application/Core/Subject/Visitor.php'),(2511,'/plugins/advanced-access-manager/application/Core/Subject.php'),(2512,'/plugins/advanced-access-manager/application/Migration/2019_06_30-base.php'),(2513,'/plugins/advanced-access-manager/application/Migration/2019_11_20-base.php'),(2514,'/plugins/advanced-access-manager/application/Migration/2019_12_01-base.php'),(2515,'/plugins/advanced-access-manager/application/Migration/2019_12_19-base.php'),(2516,'/plugins/advanced-access-manager/application/Migration/2020_02_01-base.php'),(2517,'/plugins/advanced-access-manager/application/Migration/2020_03_02-base.php'),(2518,'/plugins/advanced-access-manager/application/Migration/2021_10_07-base.php'),(2519,'/plugins/advanced-access-manager/application/Migration/2121_10_15-base.php'),(2520,'/plugins/advanced-access-manager/application/Service/AccessPolicy.php'),(2521,'/plugins/advanced-access-manager/application/Service/AdminMenu.php'),(2522,'/plugins/advanced-access-manager/application/Service/Capability.php'),(2523,'/plugins/advanced-access-manager/application/Service/Cli.php'),(2524,'/plugins/advanced-access-manager/application/Service/Compatibility.php'),(2525,'/plugins/advanced-access-manager/application/Service/Content.php'),(2526,'/plugins/advanced-access-manager/application/Service/Core.php'),(2527,'/plugins/advanced-access-manager/application/Service/DeniedRedirect.php'),(2528,'/plugins/advanced-access-manager/application/Service/ExtendedCapabilities.php'),(2529,'/plugins/advanced-access-manager/application/Service/Jwt.php'),(2530,'/plugins/advanced-access-manager/application/Service/LoginRedirect.php'),(2531,'/plugins/advanced-access-manager/application/Service/LogoutRedirect.php'),(2532,'/plugins/advanced-access-manager/application/Service/Metabox.php'),(2533,'/plugins/advanced-access-manager/application/Service/Multisite.php'),(2534,'/plugins/advanced-access-manager/application/Service/NotFoundRedirect.php'),(2535,'/plugins/advanced-access-manager/application/Service/Route.php'),(2536,'/plugins/advanced-access-manager/application/Service/SecureLogin.php'),(2537,'/plugins/advanced-access-manager/application/Service/Shortcode.php'),(2538,'/plugins/advanced-access-manager/application/Service/Toolbar.php'),(2539,'/plugins/advanced-access-manager/application/Service/Uri.php'),(2540,'/plugins/advanced-access-manager/application/Service/UserLevelFilter.php'),(2541,'/plugins/advanced-access-manager/application/Service/Welcome.php'),(2542,'/plugins/advanced-access-manager/application/Shortcode/Factory.php'),(2543,'/plugins/advanced-access-manager/application/Shortcode/Handler/Content.php'),(2544,'/plugins/advanced-access-manager/application/Shortcode/Handler/LoginForm.php'),(2545,'/plugins/advanced-access-manager/application/Shortcode/Handler/LoginRedirect.php'),(2546,'/plugins/advanced-access-manager/autoloader.php'),(2547,'/plugins/advanced-access-manager/media/active-menu.svg'),(2548,'/plugins/advanced-access-manager/media/armadillo.svg'),(2549,'/plugins/advanced-access-manager/media/font/fontello.svg'),(2550,'/plugins/advanced-access-manager/media/js/aam.js'),(2551,'/plugins/advanced-access-manager/media/js/iframe-resizer.js'),(2552,'/plugins/advanced-access-manager/media/js/vendor.js'),(2553,'/plugins/advanced-access-manager/vendor/autoload.php'),(2554,'/plugins/advanced-access-manager/vendor/composer/Comparator.php'),(2555,'/plugins/advanced-access-manager/vendor/composer/Constraint/AbstractConstraint.php'),(2556,'/plugins/advanced-access-manager/vendor/composer/Constraint/Constraint.php'),(2557,'/plugins/advanced-access-manager/vendor/composer/Constraint/ConstraintInterface.php'),(2558,'/plugins/advanced-access-manager/vendor/composer/Constraint/EmptyConstraint.php'),(2559,'/plugins/advanced-access-manager/vendor/composer/Constraint/MultiConstraint.php'),(2560,'/plugins/advanced-access-manager/vendor/composer/Semver.php'),(2561,'/plugins/advanced-access-manager/vendor/composer/VersionParser.php'),(2562,'/plugins/advanced-access-manager/vendor/firebase/BeforeValidException.php'),(2563,'/plugins/advanced-access-manager/vendor/firebase/ExpiredException.php'),(2564,'/plugins/advanced-access-manager/vendor/firebase/JWT.php'),(2565,'/plugins/advanced-access-manager/vendor/firebase/SignatureInvalidException.php'),(2566,'/plugins/contact-form-7/admin/admin.php'),(2567,'/plugins/contact-form-7/admin/edit-contact-form.php'),(2568,'/plugins/contact-form-7/admin/includes/admin-functions.php'),(2569,'/plugins/contact-form-7/admin/includes/class-contact-forms-list-table.php'),(2570,'/plugins/contact-form-7/admin/includes/config-validator.php'),(2571,'/plugins/contact-form-7/admin/includes/editor.php'),(2572,'/plugins/contact-form-7/admin/includes/help-tabs.php'),(2573,'/plugins/contact-form-7/admin/includes/tag-generator.php'),(2574,'/plugins/contact-form-7/admin/includes/welcome-panel.php'),(2575,'/plugins/contact-form-7/admin/js/scripts.js'),(2576,'/plugins/contact-form-7/admin/js/tag-generator.js'),(2577,'/plugins/contact-form-7/assets/icon.svg'),(2578,'/plugins/contact-form-7/includes/block-editor/block-editor.php'),(2579,'/plugins/contact-form-7/includes/block-editor/index.js'),(2580,'/plugins/contact-form-7/includes/capabilities.php'),(2581,'/plugins/contact-form-7/includes/config-validator.php'),(2582,'/plugins/contact-form-7/includes/contact-form-functions.php'),(2583,'/plugins/contact-form-7/includes/contact-form-template.php'),(2584,'/plugins/contact-form-7/includes/contact-form.php'),(2585,'/plugins/contact-form-7/includes/controller.php'),(2586,'/plugins/contact-form-7/includes/file.php'),(2587,'/plugins/contact-form-7/includes/form-tag.php'),(2588,'/plugins/contact-form-7/includes/form-tags-manager.php'),(2589,'/plugins/contact-form-7/includes/formatting.php'),(2590,'/plugins/contact-form-7/includes/functions.php'),(2591,'/plugins/contact-form-7/includes/integration.php'),(2592,'/plugins/contact-form-7/includes/js/html5-fallback.js'),(2593,'/plugins/contact-form-7/includes/js/index.js'),(2594,'/plugins/contact-form-7/includes/l10n.php'),(2595,'/plugins/contact-form-7/includes/mail.php'),(2596,'/plugins/contact-form-7/includes/pipe.php'),(2597,'/plugins/contact-form-7/includes/rest-api.php'),(2598,'/plugins/contact-form-7/includes/shortcodes.php'),(2599,'/plugins/contact-form-7/includes/special-mail-tags.php'),(2600,'/plugins/contact-form-7/includes/submission.php'),(2601,'/plugins/contact-form-7/includes/upgrade.php'),(2602,'/plugins/contact-form-7/includes/validation-functions.php'),(2603,'/plugins/contact-form-7/includes/validation.php'),(2604,'/plugins/contact-form-7/load.php'),(2605,'/plugins/contact-form-7/modules/acceptance.php'),(2606,'/plugins/contact-form-7/modules/akismet.php'),(2607,'/plugins/contact-form-7/modules/checkbox.php'),(2608,'/plugins/contact-form-7/modules/constant-contact/constant-contact.php'),(2609,'/plugins/contact-form-7/modules/constant-contact/contact-form-properties.php'),(2610,'/plugins/contact-form-7/modules/constant-contact/contact-post-request.php'),(2611,'/plugins/contact-form-7/modules/constant-contact/doi.php'),(2612,'/plugins/contact-form-7/modules/constant-contact/service.php'),(2613,'/plugins/contact-form-7/modules/count.php'),(2614,'/plugins/contact-form-7/modules/date.php'),(2615,'/plugins/contact-form-7/modules/disallowed-list.php'),(2616,'/plugins/contact-form-7/modules/doi-helper.php'),(2617,'/plugins/contact-form-7/modules/file.php'),(2618,'/plugins/contact-form-7/modules/flamingo.php'),(2619,'/plugins/contact-form-7/modules/hidden.php'),(2620,'/plugins/contact-form-7/modules/listo.php'),(2621,'/plugins/contact-form-7/modules/number.php'),(2622,'/plugins/contact-form-7/modules/quiz.php'),(2623,'/plugins/contact-form-7/modules/really-simple-captcha.php'),(2624,'/plugins/contact-form-7/modules/recaptcha/index.js'),(2625,'/plugins/contact-form-7/modules/recaptcha/recaptcha.php'),(2626,'/plugins/contact-form-7/modules/response.php'),(2627,'/plugins/contact-form-7/modules/select.php'),(2628,'/plugins/contact-form-7/modules/sendinblue/contact-form-properties.php'),(2629,'/plugins/contact-form-7/modules/sendinblue/doi.php'),(2630,'/plugins/contact-form-7/modules/sendinblue/sendinblue.php'),(2631,'/plugins/contact-form-7/modules/sendinblue/service.php'),(2632,'/plugins/contact-form-7/modules/stripe/api.php'),(2633,'/plugins/contact-form-7/modules/stripe/index.js'),(2634,'/plugins/contact-form-7/modules/stripe/service.php'),(2635,'/plugins/contact-form-7/modules/stripe/stripe.php'),(2636,'/plugins/contact-form-7/modules/submit.php'),(2637,'/plugins/contact-form-7/modules/text.php'),(2638,'/plugins/contact-form-7/modules/textarea.php'),(2639,'/plugins/contact-form-7/uninstall.php'),(2640,'/plugins/contact-form-7/wp-contact-form-7.php'),(2641,'/plugins/cookie-notice/assets/modaal/js/modaal.js'),(2642,'/plugins/cookie-notice/assets/modaal/js/modaal.min.js'),(2643,'/plugins/cookie-notice/assets/spectrum/spectrum.min.js'),(2644,'/plugins/cookie-notice/cookie-notice.php'),(2645,'/plugins/cookie-notice/img/layout-bottom.svg'),(2646,'/plugins/cookie-notice/img/layout-center.svg'),(2647,'/plugins/cookie-notice/img/layout-left.svg'),(2648,'/plugins/cookie-notice/img/layout-right.svg'),(2649,'/plugins/cookie-notice/img/layout-top.svg'),(2650,'/plugins/cookie-notice/includes/bot-detect.php'),(2651,'/plugins/cookie-notice/includes/frontend.php'),(2652,'/plugins/cookie-notice/includes/functions.php'),(2653,'/plugins/cookie-notice/includes/settings.php'),(2654,'/plugins/cookie-notice/includes/welcome-api.php'),(2655,'/plugins/cookie-notice/includes/welcome-frontend.php'),(2656,'/plugins/cookie-notice/includes/welcome.php'),(2657,'/plugins/cookie-notice/index.php'),(2658,'/plugins/cookie-notice/js/admin-notice.js'),(2659,'/plugins/cookie-notice/js/admin-plugins.js'),(2660,'/plugins/cookie-notice/js/admin-welcome.js'),(2661,'/plugins/cookie-notice/js/admin.js'),(2662,'/plugins/cookie-notice/js/admin.min.js'),(2663,'/plugins/cookie-notice/js/front-welcome.js'),(2664,'/plugins/cookie-notice/js/front.js'),(2665,'/plugins/cookie-notice/js/front.min.js'),(2666,'/plugins/cookie-notice/templates/empty.html'),(2667,'/plugins/divi-mobile/divi-mobile.php'),(2668,'/plugins/divi-mobile/functions.php'),(2669,'/plugins/divi-mobile/images/admin-area/modules/divi-engine-grey.svg'),(2670,'/plugins/divi-mobile/images/admin-area/modules/stop-stacking.svg'),(2671,'/plugins/divi-mobile/images/dash-icon.svg'),(2672,'/plugins/divi-mobile/includes/DiviMobile.php'),(2673,'/plugins/divi-mobile/includes/classes/class.licence.php'),(2674,'/plugins/divi-mobile/includes/classes/class.options.php'),(2675,'/plugins/divi-mobile/includes/classes/class.updater.php'),(2676,'/plugins/divi-mobile/includes/classes/class.wooslt.php'),(2677,'/plugins/divi-mobile/includes/inject/bottom-nav/simple/footer.php'),(2678,'/plugins/divi-mobile/includes/inject/bottom-nav/simple/head.php'),(2679,'/plugins/divi-mobile/includes/inject/burger-menu/burger-icon.php'),(2680,'/plugins/divi-mobile/includes/inject/burger-menu/footer.php'),(2681,'/plugins/divi-mobile/includes/inject/expand-shape/circle-expand/footer.php'),(2682,'/plugins/divi-mobile/includes/inject/expand-shape/circle-expand/head.php'),(2683,'/plugins/divi-mobile/includes/inject/expand-shape/circle-stretch/footer.php'),(2684,'/plugins/divi-mobile/includes/inject/expand-shape/circle-stretch/head.php'),(2685,'/plugins/divi-mobile/includes/inject/expand-shape/top-expand/footer.php'),(2686,'/plugins/divi-mobile/includes/inject/expand-shape/top-expand/head.php'),(2687,'/plugins/divi-mobile/includes/inject/header/header.php'),(2688,'/plugins/divi-mobile/includes/inject/off-canvas/head.php'),(2689,'/plugins/divi-mobile/includes/loader.php'),(2690,'/plugins/divi-mobile/includes/menu-styles.php'),(2691,'/plugins/divi-mobile/includes/modules/divi-mobile-stop-stacking-module/divi-mobile-stop-stacking-module.php'),(2692,'/plugins/divi-mobile/js/classie.js'),(2693,'/plugins/divi-mobile/js/dm-admin.js'),(2694,'/plugins/divi-mobile/js/inline-js/general.js.php'),(2695,'/plugins/divi-mobile/js/inline-js/header.js.php'),(2696,'/plugins/divi-mobile/js/inline-js/sub-menu/collapse.js.php'),(2697,'/plugins/divi-mobile/js/inline-js/sub-menu/overlap.js.php'),(2698,'/plugins/divi-mobile/js/inline-js/sub-menu/sidebyside.js.php'),(2699,'/plugins/divi-mobile/js/modernizr.2.8.3.js'),(2700,'/plugins/divi-mobile/js/velocity.min.js'),(2701,'/plugins/divi-mobile/scripts/builder-bundle.min.js'),(2702,'/plugins/divi-mobile/scripts/frontend-bundle.min.js'),(2703,'/plugins/divi-mobile/styles/inline-css/bottom-nav/simple.css.php'),(2704,'/plugins/divi-mobile/styles/inline-css/burger-menu-css.php'),(2705,'/plugins/divi-mobile/styles/inline-css/expand-shape/circle-expand.css.php'),(2706,'/plugins/divi-mobile/styles/inline-css/expand-shape/circle-stretch.css.php'),(2707,'/plugins/divi-mobile/styles/inline-css/expand-shape/menu_topexpand.css.php'),(2708,'/plugins/divi-mobile/styles/inline-css/general-css.php'),(2709,'/plugins/divi-mobile/styles/inline-css/header/header-css.php'),(2710,'/plugins/divi-mobile/styles/inline-css/menu-css.php'),(2711,'/plugins/divi-mobile/styles/inline-css/off-canvas/diviengine.css.php'),(2712,'/plugins/divi-mobile/styles/inline-css/off-canvas/full-screen.css.php'),(2713,'/plugins/divi-mobile/styles/inline-css/off-canvas/menu_elastic.css.php'),(2714,'/plugins/divi-mobile/styles/inline-css/off-canvas/top-side.css.php'),(2715,'/plugins/divi-mobile/styles/inline-css/sub-menu/collapse.css.php'),(2716,'/plugins/divi-mobile/styles/inline-css/sub-menu/overlap.css.php'),(2717,'/plugins/divi-mobile/styles/inline-css/sub-menu/sidebyside.css.php'),(2718,'/plugins/divi-mobile/titan-framework/inc/scssphp/scss.inc.php'),(2719,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/ace.js'),(2720,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-css.js'),(2721,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-html.js'),(2722,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-javascript.js'),(2723,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-json.js'),(2724,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-less.js'),(2725,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-lua.js'),(2726,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-markdown.js'),(2727,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-mysql.js'),(2728,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-php.js'),(2729,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-plain_text.js'),(2730,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-python.js'),(2731,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-ruby.js'),(2732,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-sass.js'),(2733,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-scss.js'),(2734,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-sh.js'),(2735,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-text.js'),(2736,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/mode-xml.js'),(2737,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/css.js'),(2738,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/html.js'),(2739,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/javascript.js'),(2740,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/json.js'),(2741,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/less.js'),(2742,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/lua.js'),(2743,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/markdown.js'),(2744,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/mysql.js'),(2745,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/php.js'),(2746,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/plain_text.js'),(2747,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/python.js'),(2748,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/ruby.js'),(2749,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/sass.js'),(2750,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/scss.js'),(2751,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/sh.js'),(2752,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/text.js'),(2753,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/snippets/xml.js'),(2754,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-ambiance.js'),(2755,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-chaos.js'),(2756,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-chrome.js'),(2757,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-clouds.js'),(2758,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-clouds_midnight.js'),(2759,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-cobalt.js'),(2760,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-crimson_editor.js'),(2761,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-dawn.js'),(2762,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-dreamweaver.js'),(2763,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-eclipse.js'),(2764,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-github.js'),(2765,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-idle_fingers.js'),(2766,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-iplastic.js'),(2767,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-katzenmilch.js'),(2768,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-kr_theme.js'),(2769,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-kuroir.js'),(2770,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-merbivore.js'),(2771,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-merbivore_soft.js'),(2772,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-mono_industrial.js'),(2773,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-monokai.js'),(2774,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-pastel_on_dark.js'),(2775,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-solarized_dark.js'),(2776,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-solarized_light.js'),(2777,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-sqlserver.js'),(2778,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-terminal.js'),(2779,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-textmate.js'),(2780,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-tomorrow.js'),(2781,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-tomorrow_night.js'),(2782,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-tomorrow_night_blue.js'),(2783,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-tomorrow_night_bright.js'),(2784,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-tomorrow_night_eighties.js'),(2785,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-twilight.js'),(2786,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-vibrant_ink.js'),(2787,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/theme-xcode.js'),(2788,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/worker-css.js'),(2789,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/worker-html.js'),(2790,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/worker-javascript.js'),(2791,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/worker-json.js'),(2792,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/worker-lua.js'),(2793,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/worker-php.js'),(2794,'/plugins/divi-mobile/titan-framework/js/ace-min-noconflict/worker-xml.js'),(2795,'/plugins/divi-mobile/titan-framework/js/admin-styling.js'),(2796,'/plugins/divi-mobile/titan-framework/js/dev/admin-styling.js'),(2797,'/plugins/divi-mobile/titan-framework/js/dev/jquery-ui-timepicker-addon.js'),(2798,'/plugins/divi-mobile/titan-framework/js/dev/multicheck-select-all.js'),(2799,'/plugins/divi-mobile/titan-framework/js/dev/serialize.js'),(2800,'/plugins/divi-mobile/titan-framework/js/dev/wp-color-picker-alpha.js'),(2801,'/plugins/divi-mobile/titan-framework/js/jquery-ui-timepicker-addon.js'),(2802,'/plugins/divi-mobile/titan-framework/js/min/admin-styling-min.js'),(2803,'/plugins/divi-mobile/titan-framework/js/min/jquery-ui-timepicker-addon-min.js'),(2804,'/plugins/divi-mobile/titan-framework/js/min/multicheck-select-all-min.js'),(2805,'/plugins/divi-mobile/titan-framework/js/min/serialize-min.js'),(2806,'/plugins/divi-mobile/titan-framework/js/min/wp-color-picker-alpha-min.js'),(2807,'/plugins/divi-mobile/titan-framework/js/multicheck-select-all.js'),(2808,'/plugins/divi-mobile/titan-framework/js/select2/select2.min.js'),(2809,'/plugins/divi-mobile/titan-framework/js/serialize.js'),(2810,'/plugins/divi-mobile/titan-framework/js/wp-color-picker-alpha.js'),(2811,'/plugins/divi-mobile/titan-framework/lib/class-admin-notification.php'),(2812,'/plugins/divi-mobile/titan-framework/lib/class-admin-page.php'),(2813,'/plugins/divi-mobile/titan-framework/lib/class-admin-tab.php'),(2814,'/plugins/divi-mobile/titan-framework/lib/class-customizer.php'),(2815,'/plugins/divi-mobile/titan-framework/lib/class-meta-box.php'),(2816,'/plugins/divi-mobile/titan-framework/lib/class-option-ajax-button.php'),(2817,'/plugins/divi-mobile/titan-framework/lib/class-option-checkbox.php'),(2818,'/plugins/divi-mobile/titan-framework/lib/class-option-code.php'),(2819,'/plugins/divi-mobile/titan-framework/lib/class-option-color.php'),(2820,'/plugins/divi-mobile/titan-framework/lib/class-option-custom.php'),(2821,'/plugins/divi-mobile/titan-framework/lib/class-option-editor.php'),(2822,'/plugins/divi-mobile/titan-framework/lib/class-option-enable.php'),(2823,'/plugins/divi-mobile/titan-framework/lib/class-option-file.php'),(2824,'/plugins/divi-mobile/titan-framework/lib/class-option-font.php'),(2825,'/plugins/divi-mobile/titan-framework/lib/class-option-heading.php'),(2826,'/plugins/divi-mobile/titan-framework/lib/class-option-multicheck.php'),(2827,'/plugins/divi-mobile/titan-framework/lib/class-option-note.php'),(2828,'/plugins/divi-mobile/titan-framework/lib/class-option-number.php'),(2829,'/plugins/divi-mobile/titan-framework/lib/class-option-radio-image.php'),(2830,'/plugins/divi-mobile/titan-framework/lib/class-option-save.php'),(2831,'/plugins/divi-mobile/titan-framework/lib/class-option-select-categories.php'),(2832,'/plugins/divi-mobile/titan-framework/lib/class-option-select-posts.php'),(2833,'/plugins/divi-mobile/titan-framework/lib/class-option-select.php'),(2834,'/plugins/divi-mobile/titan-framework/lib/class-option-sortable.php'),(2835,'/plugins/divi-mobile/titan-framework/lib/class-option-text.php'),(2836,'/plugins/divi-mobile/titan-framework/lib/class-option-textarea.php'),(2837,'/plugins/divi-mobile/titan-framework/lib/class-option-upload.php'),(2838,'/plugins/divi-mobile/titan-framework/lib/class-option.php'),(2839,'/plugins/divi-mobile/titan-framework/lib/class-titan-css.php'),(2840,'/plugins/divi-mobile/titan-framework/lib/class-titan-framework.php'),(2841,'/plugins/divi-mobile/titan-framework/lib/class-wp-customize-control.php'),(2842,'/plugins/divi-mobile/titan-framework/lib/functions-googlefonts.php'),(2843,'/plugins/divi-mobile/titan-framework/lib/functions-utils.php'),(2844,'/plugins/divi-mobile/titan-framework/lib/iframe-font-preview.php'),(2845,'/plugins/divi-mobile/titan-framework/titan-framework-checker.php'),(2846,'/plugins/divi-mobile/titan-framework/titan-framework-embedder.php'),(2847,'/plugins/divi-mobile/titan-framework/titan-framework.php'),(2848,'/plugins/supreme-modules-for-divi/admin/class-dsm-supreme-modules-for-divi-admin.php'),(2849,'/plugins/supreme-modules-for-divi/admin/index.php'),(2850,'/plugins/supreme-modules-for-divi/admin/js/dsm-admin.js'),(2851,'/plugins/supreme-modules-for-divi/admin/partials/dsm-supreme-modules-for-divi-admin-display.php'),(2852,'/plugins/supreme-modules-for-divi/includes/SupremeModulesForDivi.php'),(2853,'/plugins/supreme-modules-for-divi/includes/SupremeModulesLoader.php'),(2854,'/plugins/supreme-modules-for-divi/includes/class-dsm-json-handler.php'),(2855,'/plugins/supreme-modules-for-divi/includes/class-dsm-supreme-modules-for-divi-activator.php'),(2856,'/plugins/supreme-modules-for-divi/includes/class-dsm-supreme-modules-for-divi-deactivator.php'),(2857,'/plugins/supreme-modules-for-divi/includes/class-dsm-supreme-modules-for-divi-i18n.php'),(2858,'/plugins/supreme-modules-for-divi/includes/class-dsm-supreme-modules-for-divi-loader.php'),(2859,'/plugins/supreme-modules-for-divi/includes/class-dsm-supreme-modules-for-divi-review.php'),(2860,'/plugins/supreme-modules-for-divi/includes/class-dsm-supreme-modules-for-divi.php'),(2861,'/plugins/supreme-modules-for-divi/includes/class.page-settings.php'),(2862,'/plugins/supreme-modules-for-divi/includes/class.settings-api.php'),(2863,'/plugins/supreme-modules-for-divi/includes/loader.php'),(2864,'/plugins/supreme-modules-for-divi/includes/modules/Badges/Badges.php'),(2865,'/plugins/supreme-modules-for-divi/includes/modules/Badges/icon.svg'),(2866,'/plugins/supreme-modules-for-divi/includes/modules/BeforeAfterImage/BeforeAfterImage.php'),(2867,'/plugins/supreme-modules-for-divi/includes/modules/BeforeAfterImage/icon.svg'),(2868,'/plugins/supreme-modules-for-divi/includes/modules/BusinessHours/BusinessHours.php'),(2869,'/plugins/supreme-modules-for-divi/includes/modules/BusinessHours/icon.svg'),(2870,'/plugins/supreme-modules-for-divi/includes/modules/BusinessHoursChild/BusinessHoursChild.php'),(2871,'/plugins/supreme-modules-for-divi/includes/modules/Buttons/Buttons.php'),(2872,'/plugins/supreme-modules-for-divi/includes/modules/Buttons/icon.svg'),(2873,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/CalderaForms.php'),(2874,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/icon.svg'),(2875,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/includes/advanced_file/field.php'),(2876,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/includes/button/field.php'),(2877,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/includes/checkbox/field.php'),(2878,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/includes/dropdown/field.php'),(2879,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/includes/html/field.php'),(2880,'/plugins/supreme-modules-for-divi/includes/modules/CalderaForms/includes/radio/field.php'),(2881,'/plugins/supreme-modules-for-divi/includes/modules/ContactForm7/ContactForm7.php'),(2882,'/plugins/supreme-modules-for-divi/includes/modules/ContactForm7/icon.svg'),(2883,'/plugins/supreme-modules-for-divi/includes/modules/EmbedGoogleMap/EmbedGoogleMap.php'),(2884,'/plugins/supreme-modules-for-divi/includes/modules/EmbedGoogleMap/icon.svg'),(2885,'/plugins/supreme-modules-for-divi/includes/modules/EmbedTwitterTimeline/EmbedTwitterTimeline.php'),(2886,'/plugins/supreme-modules-for-divi/includes/modules/EmbedTwitterTimeline/icon.svg'),(2887,'/plugins/supreme-modules-for-divi/includes/modules/FacebookSimpleComments/FacebookSimpleComments.php'),(2888,'/plugins/supreme-modules-for-divi/includes/modules/FacebookSimpleComments/icon.svg'),(2889,'/plugins/supreme-modules-for-divi/includes/modules/FacebookSimpleFeed/FacebookSimpleFeed.php'),(2890,'/plugins/supreme-modules-for-divi/includes/modules/FacebookSimpleFeed/icon.svg'),(2891,'/plugins/supreme-modules-for-divi/includes/modules/FlipBoxPerk/FlipBoxPerk.php'),(2892,'/plugins/supreme-modules-for-divi/includes/modules/FlipBoxPerk/icon.svg'),(2893,'/plugins/supreme-modules-for-divi/includes/modules/FlipBoxPerkChild/FlipBoxPerkChild.php'),(2894,'/plugins/supreme-modules-for-divi/includes/modules/GradientText/GradientText.php'),(2895,'/plugins/supreme-modules-for-divi/includes/modules/GradientText/icon.svg'),(2896,'/plugins/supreme-modules-for-divi/includes/modules/IconList/IconList.php'),(2897,'/plugins/supreme-modules-for-divi/includes/modules/IconList/icon.svg'),(2898,'/plugins/supreme-modules-for-divi/includes/modules/IconListChild/IconListChild.php'),(2899,'/plugins/supreme-modules-for-divi/includes/modules/ImageAccordion/ImageAccordion.php'),(2900,'/plugins/supreme-modules-for-divi/includes/modules/ImageAccordion/frontend.min.js'),(2901,'/plugins/supreme-modules-for-divi/includes/modules/ImageAccordion/icon.svg'),(2902,'/plugins/supreme-modules-for-divi/includes/modules/ImageAccordionChild/ImageAccordionChild.php'),(2903,'/plugins/supreme-modules-for-divi/includes/modules/Lottie/Lottie.php'),(2904,'/plugins/supreme-modules-for-divi/includes/modules/Lottie/icon.svg'),(2905,'/plugins/supreme-modules-for-divi/includes/modules/Menu/Menu.php'),(2906,'/plugins/supreme-modules-for-divi/includes/modules/Menu/icon.svg'),(2907,'/plugins/supreme-modules-for-divi/includes/modules/PerspectiveImage/PerspectiveImage.php'),(2908,'/plugins/supreme-modules-for-divi/includes/modules/PerspectiveImage/icon.svg'),(2909,'/plugins/supreme-modules-for-divi/includes/modules/PriceList/PriceList.php'),(2910,'/plugins/supreme-modules-for-divi/includes/modules/PriceList/icon.svg'),(2911,'/plugins/supreme-modules-for-divi/includes/modules/PriceListChild/PriceListChild.php'),(2912,'/plugins/supreme-modules-for-divi/includes/modules/Shapes/Shapes.php'),(2913,'/plugins/supreme-modules-for-divi/includes/modules/Shapes/icon.svg'),(2914,'/plugins/supreme-modules-for-divi/includes/modules/TextDivider/TextDivider.php'),(2915,'/plugins/supreme-modules-for-divi/includes/modules/TextDivider/icon.svg'),(2916,'/plugins/supreme-modules-for-divi/includes/modules/TypingEffect/TypingEffect.php'),(2917,'/plugins/supreme-modules-for-divi/includes/modules/TypingEffect/icon.svg'),(2918,'/plugins/supreme-modules-for-divi/includes/templates/page-template-404.php'),(2919,'/plugins/supreme-modules-for-divi/includes/templates/page-template-blank.php'),(2920,'/plugins/supreme-modules-for-divi/includes/templates/page-template-search.php'),(2921,'/plugins/supreme-modules-for-divi/public/class-dsm-supreme-modules-for-divi-public.php'),(2922,'/plugins/supreme-modules-for-divi/public/index.php'),(2923,'/plugins/supreme-modules-for-divi/public/js/dsm-before-after-image-slider.js'),(2924,'/plugins/supreme-modules-for-divi/public/js/dsm-easy-tb-vb.js'),(2925,'/plugins/supreme-modules-for-divi/public/js/dsm-easy-tb.js'),(2926,'/plugins/supreme-modules-for-divi/public/js/lottie.min.js'),(2927,'/plugins/supreme-modules-for-divi/public/js/typed.min.js'),(2928,'/plugins/supreme-modules-for-divi/public/js/typed.min.js.map'),(2929,'/plugins/supreme-modules-for-divi/public/partials/dsm-supreme-modules-for-divi-public-display.php'),(2930,'/plugins/supreme-modules-for-divi/scripts/builder-bundle.min.js'),(2931,'/plugins/supreme-modules-for-divi/scripts/frontend-bundle.min.js'),(2932,'/plugins/supreme-modules-for-divi/supreme-modules-for-divi.php'),(2933,'/plugins/supreme-modules-for-divi/uninstall.php'),(2934,'/plugins/supreme-modules-pro-for-divi/admin/class-dsm-supreme-modules-pro-for-divi-admin.php'),(2935,'/plugins/supreme-modules-pro-for-divi/admin/img/icon-128x128.svg'),(2936,'/plugins/supreme-modules-pro-for-divi/admin/index.php'),(2937,'/plugins/supreme-modules-pro-for-divi/admin/js/dsm-responsive-builder-tb.js'),(2938,'/plugins/supreme-modules-pro-for-divi/admin/js/dsm-responsive-builder.js'),(2939,'/plugins/supreme-modules-pro-for-divi/admin/partials/dsm-supreme-modules-pro-for-divi-admin-display.php'),(2940,'/plugins/supreme-modules-pro-for-divi/admin/persist-admin-notices-dismissal/dismiss-notice.js'),(2941,'/plugins/supreme-modules-pro-for-divi/admin/persist-admin-notices-dismissal/persist-admin-notices-dismissal.php'),(2942,'/plugins/supreme-modules-pro-for-divi/includes/SupremeModulesLoader.php'),(2943,'/plugins/supreme-modules-pro-for-divi/includes/SupremeModulesProForDivi.php'),(2944,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-json-handler.php'),(2945,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-supreme-modules-pro-for-divi-activator.php'),(2946,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-supreme-modules-pro-for-divi-deactivator.php'),(2947,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-supreme-modules-pro-for-divi-i18n.php'),(2948,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-supreme-modules-pro-for-divi-installer.php'),(2949,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-supreme-modules-pro-for-divi-loader.php'),(2950,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-supreme-modules-pro-for-divi.php'),(2951,'/plugins/supreme-modules-pro-for-divi/includes/class-dsm-svg-handler.php'),(2952,'/plugins/supreme-modules-pro-for-divi/includes/class.page-settings.php'),(2953,'/plugins/supreme-modules-pro-for-divi/includes/class.settings-api.php'),(2954,'/plugins/supreme-modules-pro-for-divi/includes/extensions/Popup/frontend.min.js'),(2955,'/plugins/supreme-modules-pro-for-divi/includes/extensions/ReadMore/frontend.min.js'),(2956,'/plugins/supreme-modules-pro-for-divi/includes/fields/index.js'),(2957,'/plugins/supreme-modules-pro-for-divi/includes/index.php'),(2958,'/plugins/supreme-modules-pro-for-divi/includes/license/class.dsm-license-load.php'),(2959,'/plugins/supreme-modules-pro-for-divi/includes/license/class.licence.php'),(2960,'/plugins/supreme-modules-pro-for-divi/includes/license/class.updater.php'),(2961,'/plugins/supreme-modules-pro-for-divi/includes/loader.php'),(2962,'/plugins/supreme-modules-pro-for-divi/includes/modules/AnimatedGradientText/AnimatedGradientText.php'),(2963,'/plugins/supreme-modules-pro-for-divi/includes/modules/AnimatedGradientText/icon.svg'),(2964,'/plugins/supreme-modules-pro-for-divi/includes/modules/Badges/Badges.php'),(2965,'/plugins/supreme-modules-pro-for-divi/includes/modules/Badges/icon.svg'),(2966,'/plugins/supreme-modules-pro-for-divi/includes/modules/BeforeAfterImage/BeforeAfterImage.php'),(2967,'/plugins/supreme-modules-pro-for-divi/includes/modules/BeforeAfterImage/frontend.min.js'),(2968,'/plugins/supreme-modules-pro-for-divi/includes/modules/BeforeAfterImage/icon.svg'),(2969,'/plugins/supreme-modules-pro-for-divi/includes/modules/BlockRevealImage/BlockRevealImage.php'),(2970,'/plugins/supreme-modules-pro-for-divi/includes/modules/BlockRevealImage/frontend.min.js'),(2971,'/plugins/supreme-modules-pro-for-divi/includes/modules/BlockRevealImage/icon.svg'),(2972,'/plugins/supreme-modules-pro-for-divi/includes/modules/BlockRevealText/BlockRevealText.php'),(2973,'/plugins/supreme-modules-pro-for-divi/includes/modules/BlockRevealText/frontend.min.js'),(2974,'/plugins/supreme-modules-pro-for-divi/includes/modules/BlockRevealText/icon.svg'),(2975,'/plugins/supreme-modules-pro-for-divi/includes/modules/BusinessHours/BusinessHours.php'),(2976,'/plugins/supreme-modules-pro-for-divi/includes/modules/BusinessHours/icon.svg'),(2977,'/plugins/supreme-modules-pro-for-divi/includes/modules/BusinessHoursChild/BusinessHoursChild.php'),(2978,'/plugins/supreme-modules-pro-for-divi/includes/modules/Buttons/Buttons.php'),(2979,'/plugins/supreme-modules-pro-for-divi/includes/modules/Buttons/icon.svg'),(2980,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/CalderaForms.php'),(2981,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/frontend.min.js'),(2982,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/icon.svg'),(2983,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/includes/advanced_file/field.php'),(2984,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/includes/button/field.php'),(2985,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/includes/checkbox/field.php'),(2986,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/includes/dropdown/field.php'),(2987,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/includes/html/field.php'),(2988,'/plugins/supreme-modules-pro-for-divi/includes/modules/CalderaForms/includes/radio/field.php'),(2989,'/plugins/supreme-modules-pro-for-divi/includes/modules/Card/Card.php'),(2990,'/plugins/supreme-modules-pro-for-divi/includes/modules/Card/icon.svg'),(2991,'/plugins/supreme-modules-pro-for-divi/includes/modules/CardCarousel/CardCarousel.php'),(2992,'/plugins/supreme-modules-pro-for-divi/includes/modules/CardCarousel/frontend.min.js'),(2993,'/plugins/supreme-modules-pro-for-divi/includes/modules/CardCarousel/icon.svg'),(2994,'/plugins/supreme-modules-pro-for-divi/includes/modules/CardCarouselChild/CardCarouselChild.php'),(2995,'/plugins/supreme-modules-pro-for-divi/includes/modules/ContactForm7/ContactForm7.php'),(2996,'/plugins/supreme-modules-pro-for-divi/includes/modules/ContactForm7/frontend.min.js'),(2997,'/plugins/supreme-modules-pro-for-divi/includes/modules/ContactForm7/icon.svg'),(2998,'/plugins/supreme-modules-pro-for-divi/includes/modules/DualHeading/DualHeading.php'),(2999,'/plugins/supreme-modules-pro-for-divi/includes/modules/DualHeading/icon.svg'),(3000,'/plugins/supreme-modules-pro-for-divi/includes/modules/EmbedGoogleMap/EmbedGoogleMap.php'),(3001,'/plugins/supreme-modules-pro-for-divi/includes/modules/EmbedGoogleMap/icon.svg'),(3002,'/plugins/supreme-modules-pro-for-divi/includes/modules/EmbedTwitterTimeline/EmbedTwitterTimeline.php'),(3003,'/plugins/supreme-modules-pro-for-divi/includes/modules/EmbedTwitterTimeline/icon.svg'),(3004,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookEmbed/FacebookEmbed.php'),(3005,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookEmbed/icon.svg'),(3006,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookLikeButton/FacebookLikeButton.php'),(3007,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookLikeButton/icon.svg'),(3008,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookSimpleComments/FacebookSimpleComments.php'),(3009,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookSimpleComments/icon.svg'),(3010,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookSimpleFeed/FacebookSimpleFeed.php'),(3011,'/plugins/supreme-modules-pro-for-divi/includes/modules/FacebookSimpleFeed/icon.svg'),(3012,'/plugins/supreme-modules-pro-for-divi/includes/modules/FlipBoxPerk/FlipBoxPerk.php'),(3013,'/plugins/supreme-modules-pro-for-divi/includes/modules/FlipBoxPerk/frontend.min.js'),(3014,'/plugins/supreme-modules-pro-for-divi/includes/modules/FlipBoxPerk/icon.svg'),(3015,'/plugins/supreme-modules-pro-for-divi/includes/modules/FlipBoxPerkChild/FlipBoxPerkChild.php'),(3016,'/plugins/supreme-modules-pro-for-divi/includes/modules/FloatingMultiImages/FloatingMultiImages.php'),(3017,'/plugins/supreme-modules-pro-for-divi/includes/modules/FloatingMultiImages/icon.svg'),(3018,'/plugins/supreme-modules-pro-for-divi/includes/modules/FloatingMultiImagesChild/FloatingMultiImagesChild.php'),(3019,'/plugins/supreme-modules-pro-for-divi/includes/modules/GlitchText/GlitchText.php'),(3020,'/plugins/supreme-modules-pro-for-divi/includes/modules/GlitchText/icon.svg'),(3021,'/plugins/supreme-modules-pro-for-divi/includes/modules/GradientText/GradientText.php'),(3022,'/plugins/supreme-modules-pro-for-divi/includes/modules/GradientText/icon.svg'),(3023,'/plugins/supreme-modules-pro-for-divi/includes/modules/IconDivider/IconDivider.php'),(3024,'/plugins/supreme-modules-pro-for-divi/includes/modules/IconDivider/icon.svg'),(3025,'/plugins/supreme-modules-pro-for-divi/includes/modules/IconList/IconList.php'),(3026,'/plugins/supreme-modules-pro-for-divi/includes/modules/IconList/icon.svg'),(3027,'/plugins/supreme-modules-pro-for-divi/includes/modules/IconListChild/IconListChild.php'),(3028,'/plugins/supreme-modules-pro-for-divi/includes/modules/IconListChild/frontend.min.js'),(3029,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageCarousel/ImageCarousel.php'),(3030,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageCarousel/frontend.min.js'),(3031,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageCarousel/icon.svg'),(3032,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageHotSpots/ImageHotSpots.php'),(3033,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageHotSpots/frontend.min.js'),(3034,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageHotSpots/icon.svg'),(3035,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageHotSpotsChild/ImageHotSpotsChild.php'),(3036,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageHoverReveal/ImageHoverReveal.php'),(3037,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageHoverReveal/frontend.min.js'),(3038,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageHoverReveal/icon.svg'),(3039,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageReveal/ImageReveal.php'),(3040,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageReveal/frontend.min.js'),(3041,'/plugins/supreme-modules-pro-for-divi/includes/modules/ImageReveal/icon.svg'),(3042,'/plugins/supreme-modules-pro-for-divi/includes/modules/Lottie/Lottie.php'),(3043,'/plugins/supreme-modules-pro-for-divi/includes/modules/Lottie/frontend.min.js'),(3044,'/plugins/supreme-modules-pro-for-divi/includes/modules/Lottie/icon.svg'),(3045,'/plugins/supreme-modules-pro-for-divi/includes/modules/MaskText/MaskText.php'),(3046,'/plugins/supreme-modules-pro-for-divi/includes/modules/MaskText/icon.svg'),(3047,'/plugins/supreme-modules-pro-for-divi/includes/modules/MasonryGallery/MasonryGallery.php'),(3048,'/plugins/supreme-modules-pro-for-divi/includes/modules/MasonryGallery/frontend.min.js'),(3049,'/plugins/supreme-modules-pro-for-divi/includes/modules/MasonryGallery/icon.svg'),(3050,'/plugins/supreme-modules-pro-for-divi/includes/modules/Menu/Menu.php'),(3051,'/plugins/supreme-modules-pro-for-divi/includes/modules/Menu/icon.svg'),(3052,'/plugins/supreme-modules-pro-for-divi/includes/modules/PerspectiveImage/PerspectiveImage.php'),(3053,'/plugins/supreme-modules-pro-for-divi/includes/modules/PerspectiveImage/icon.svg'),(3054,'/plugins/supreme-modules-pro-for-divi/includes/modules/PriceList/PriceList.php'),(3055,'/plugins/supreme-modules-pro-for-divi/includes/modules/PriceList/icon.svg'),(3056,'/plugins/supreme-modules-pro-for-divi/includes/modules/PriceListChild/PriceListChild.php'),(3057,'/plugins/supreme-modules-pro-for-divi/includes/modules/ScrollImage/ScrollImage.php'),(3058,'/plugins/supreme-modules-pro-for-divi/includes/modules/ScrollImage/icon.svg'),(3059,'/plugins/supreme-modules-pro-for-divi/includes/modules/Shapes/Shapes.php'),(3060,'/plugins/supreme-modules-pro-for-divi/includes/modules/Shapes/icon.svg'),(3061,'/plugins/supreme-modules-pro-for-divi/includes/modules/ShuffleLetters/ShuffleLetters.php'),(3062,'/plugins/supreme-modules-pro-for-divi/includes/modules/ShuffleLetters/frontend.min.js'),(3063,'/plugins/supreme-modules-pro-for-divi/includes/modules/ShuffleLetters/icon.svg'),(3064,'/plugins/supreme-modules-pro-for-divi/includes/modules/StarRating/StarRating.php'),(3065,'/plugins/supreme-modules-pro-for-divi/includes/modules/StarRating/icon.svg'),(3066,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextDivider/TextDivider.php'),(3067,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextDivider/icon.svg'),(3068,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextNotation/TextNotation.php'),(3069,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextNotation/frontend.min.js'),(3070,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextNotation/icon.svg'),(3071,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextRotator/TextRotator.php'),(3072,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextRotator/frontend.min.js'),(3073,'/plugins/supreme-modules-pro-for-divi/includes/modules/TextRotator/icon.svg'),(3074,'/plugins/supreme-modules-pro-for-divi/includes/modules/TiltImage/TiltImage.php'),(3075,'/plugins/supreme-modules-pro-for-divi/includes/modules/TiltImage/frontend.min.js'),(3076,'/plugins/supreme-modules-pro-for-divi/includes/modules/TiltImage/icon.svg'),(3077,'/plugins/supreme-modules-pro-for-divi/includes/modules/TypingEffect/TypingEffect.php'),(3078,'/plugins/supreme-modules-pro-for-divi/includes/modules/TypingEffect/frontend.min.js'),(3079,'/plugins/supreme-modules-pro-for-divi/includes/modules/TypingEffect/icon.svg'),(3080,'/plugins/supreme-modules-pro-for-divi/includes/widgets/class-dsm-widget-library.php'),(3081,'/plugins/supreme-modules-pro-for-divi/public/class-dsm-supreme-modules-pro-for-divi-public.php'),(3082,'/plugins/supreme-modules-pro-for-divi/public/index.php'),(3083,'/plugins/supreme-modules-pro-for-divi/public/js/baffle.min.js'),(3084,'/plugins/supreme-modules-pro-for-divi/public/js/dsm-before-after-image-slider.js'),(3085,'/plugins/supreme-modules-pro-for-divi/public/js/dsm-easy-tb-vb.js'),(3086,'/plugins/supreme-modules-pro-for-divi/public/js/dsm-easy-tb.js'),(3087,'/plugins/supreme-modules-pro-for-divi/public/js/dsm-magnific-popup-image.js'),(3088,'/plugins/supreme-modules-pro-for-divi/public/js/dsm-magnific-popup-video.js'),(3089,'/plugins/supreme-modules-pro-for-divi/public/js/dsm-modules-vb.js'),(3090,'/plugins/supreme-modules-pro-for-divi/public/js/glio.min.js'),(3091,'/plugins/supreme-modules-pro-for-divi/public/js/gsap.min.js'),(3092,'/plugins/supreme-modules-pro-for-divi/public/js/gsap.min.js.map'),(3093,'/plugins/supreme-modules-pro-for-divi/public/js/imagesloaded.pkgd.min.js'),(3094,'/plugins/supreme-modules-pro-for-divi/public/js/js.cookie.js'),(3095,'/plugins/supreme-modules-pro-for-divi/public/js/lottie.min.js'),(3096,'/plugins/supreme-modules-pro-for-divi/public/js/masonry.pkgd.min.js'),(3097,'/plugins/supreme-modules-pro-for-divi/public/js/popper.min.js'),(3098,'/plugins/supreme-modules-pro-for-divi/public/js/readmore.js'),(3099,'/plugins/supreme-modules-pro-for-divi/public/js/readmore.js.map'),(3100,'/plugins/supreme-modules-pro-for-divi/public/js/replaceme.min.js'),(3101,'/plugins/supreme-modules-pro-for-divi/public/js/revealFX.js'),(3102,'/plugins/supreme-modules-pro-for-divi/public/js/rough-notation.iife.js'),(3103,'/plugins/supreme-modules-pro-for-divi/public/js/splitting.js'),(3104,'/plugins/supreme-modules-pro-for-divi/public/js/swiper-bundle.min.js'),(3105,'/plugins/supreme-modules-pro-for-divi/public/js/swiper-bundle.min.js.map'),(3106,'/plugins/supreme-modules-pro-for-divi/public/js/tippy-bundle.iife.min.js'),(3107,'/plugins/supreme-modules-pro-for-divi/public/js/tippy-bundle.iife.min.js.map'),(3108,'/plugins/supreme-modules-pro-for-divi/public/js/typed.min.js'),(3109,'/plugins/supreme-modules-pro-for-divi/public/js/typed.min.js.map'),(3110,'/plugins/supreme-modules-pro-for-divi/public/js/vanilla-tilt.min.js'),(3111,'/plugins/supreme-modules-pro-for-divi/public/partials/dsm-supreme-modules-pro-for-divi-public-display.php'),(3112,'/plugins/supreme-modules-pro-for-divi/scripts/builder-bundle.min.js'),(3113,'/plugins/supreme-modules-pro-for-divi/scripts/frontend-bundle.min.js'),(3114,'/plugins/supreme-modules-pro-for-divi/supreme-modules-pro-for-divi.php'),(3115,'/plugins/supreme-modules-pro-for-divi/uninstall.php'),(3116,'/plugins/wordfence/crypto/vendor/autoload.php'),(3117,'/plugins/wordfence/crypto/vendor/composer/ClassLoader.php'),(3118,'/plugins/wordfence/crypto/vendor/composer/InstalledVersions.php'),(3119,'/plugins/wordfence/crypto/vendor/composer/autoload_classmap.php'),(3120,'/plugins/wordfence/crypto/vendor/composer/autoload_files.php'),(3121,'/plugins/wordfence/crypto/vendor/composer/autoload_namespaces.php'),(3122,'/plugins/wordfence/crypto/vendor/composer/autoload_psr4.php'),(3123,'/plugins/wordfence/crypto/vendor/composer/autoload_real.php'),(3124,'/plugins/wordfence/crypto/vendor/composer/autoload_static.php'),(3125,'/plugins/wordfence/crypto/vendor/composer/installed.php'),(3126,'/plugins/wordfence/crypto/vendor/composer/platform_check.php'),(3127,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/byte_safe_strings.php'),(3128,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/cast_to_int.php'),(3129,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/error_polyfill.php'),(3130,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random.php'),(3131,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_com_dotnet.php'),(3132,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_dev_urandom.php'),(3133,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium.php'),(3134,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_libsodium_legacy.php'),(3135,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_bytes_mcrypt.php'),(3136,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/lib/random_int.php'),(3137,'/plugins/wordfence/crypto/vendor/paragonie/random_compat/psalm-autoload.php'),(3138,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-fast.php'),(3139,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-pedantic.php'),(3140,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-php7.php'),(3141,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload-phpunit.php'),(3142,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/autoload.php'),(3143,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/constants.php'),(3144,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/namespaced.php'),(3145,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat.php'),(3146,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/php72compat_const.php'),(3147,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/lib/sodium_compat.php'),(3148,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Compat.php'),(3149,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/BLAKE2b.php'),(3150,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/Ctx.php'),(3151,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20/IetfCtx.php'),(3152,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/ChaCha20.php'),(3153,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Fe.php'),(3154,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Cached.php'),(3155,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P1p1.php'),(3156,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P2.php'),(3157,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/P3.php'),(3158,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/Ge/Precomp.php'),(3159,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519/H.php'),(3160,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Curve25519.php'),(3161,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Ed25519.php'),(3162,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HChaCha20.php'),(3163,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/HSalsa20.php'),(3164,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305/State.php'),(3165,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Poly1305.php'),(3166,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Salsa20.php'),(3167,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/SipHash.php'),(3168,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Util.php'),(3169,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/X25519.php'),(3170,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/XChaCha20.php'),(3171,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Core/Xsalsa20.php'),(3172,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/Crypto.php'),(3173,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/namespaced/File.php'),(3174,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Compat.php'),(3175,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/BLAKE2b.php'),(3176,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Common.php'),(3177,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/Original.php'),(3178,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Base64/UrlSafe.php'),(3179,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/Ctx.php'),(3180,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20/IetfCtx.php'),(3181,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/ChaCha20.php'),(3182,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Fe.php'),(3183,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Cached.php'),(3184,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P1p1.php'),(3185,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P2.php'),(3186,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/P3.php'),(3187,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/Ge/Precomp.php'),(3188,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519/H.php'),(3189,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Curve25519.php'),(3190,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Ed25519.php'),(3191,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HChaCha20.php'),(3192,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/HSalsa20.php'),(3193,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305/State.php'),(3194,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Poly1305.php'),(3195,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Salsa20.php'),(3196,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SecretStream/State.php'),(3197,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/SipHash.php'),(3198,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/Util.php'),(3199,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/X25519.php'),(3200,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XChaCha20.php'),(3201,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core/XSalsa20.php'),(3202,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/BLAKE2b.php'),(3203,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/Ctx.php'),(3204,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20/IetfCtx.php'),(3205,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/ChaCha20.php'),(3206,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Fe.php'),(3207,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Cached.php'),(3208,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P1p1.php'),(3209,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P2.php'),(3210,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/P3.php'),(3211,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/Ge/Precomp.php'),(3212,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519/H.php'),(3213,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Curve25519.php'),(3214,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Ed25519.php'),(3215,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HChaCha20.php'),(3216,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/HSalsa20.php'),(3217,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int32.php'),(3218,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Int64.php'),(3219,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305/State.php'),(3220,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Poly1305.php'),(3221,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Salsa20.php'),(3222,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SecretStream/State.php'),(3223,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/SipHash.php'),(3224,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/Util.php'),(3225,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/X25519.php'),(3226,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XChaCha20.php'),(3227,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Core32/XSalsa20.php'),(3228,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto.php'),(3229,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/Crypto32.php'),(3230,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/File.php'),(3231,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/PHP52/SplFixedArray.php'),(3232,'/plugins/wordfence/crypto/vendor/paragonie/sodium_compat/src/SodiumException.php'),(3233,'/plugins/wordfence/images/2fa-whole.svg'),(3234,'/plugins/wordfence/images/2fa1.svg'),(3235,'/plugins/wordfence/images/2fa2.svg'),(3236,'/plugins/wordfence/images/blocking.svg'),(3237,'/plugins/wordfence/images/icons/check-care.svg'),(3238,'/plugins/wordfence/images/icons/check-premium.svg'),(3239,'/plugins/wordfence/images/icons/check-response.svg'),(3240,'/plugins/wordfence/images/icons/check.svg'),(3241,'/plugins/wordfence/images/logos/shield-care.svg'),(3242,'/plugins/wordfence/images/logos/shield-free.svg'),(3243,'/plugins/wordfence/images/logos/shield-premium.svg'),(3244,'/plugins/wordfence/images/logos/shield-response.svg'),(3245,'/plugins/wordfence/images/logos/shield-white.svg'),(3246,'/plugins/wordfence/images/options.svg'),(3247,'/plugins/wordfence/images/ratelimiting.svg'),(3248,'/plugins/wordfence/images/support.svg'),(3249,'/plugins/wordfence/images/tools.svg'),(3250,'/plugins/wordfence/images/wf-central-logo.svg'),(3251,'/plugins/wordfence/images/wf-error-badge.svg'),(3252,'/plugins/wordfence/images/wf-horizontal.svg'),(3253,'/plugins/wordfence/images/wordfence-logo.svg'),(3254,'/plugins/wordfence/index.php'),(3255,'/plugins/wordfence/js/Chart.bundle.min.1643748814.js'),(3256,'/plugins/wordfence/js/admin.1643748814.js'),(3257,'/plugins/wordfence/js/admin.ajaxWatcher.1643748814.js'),(3258,'/plugins/wordfence/js/admin.liveTraffic.1643748814.js'),(3259,'/plugins/wordfence/js/date.1643748814.js'),(3260,'/plugins/wordfence/js/jquery-ui-timepicker-addon.1643748814.js'),(3261,'/plugins/wordfence/js/jquery.colorbox-min.1643748814.js'),(3262,'/plugins/wordfence/js/jquery.colorbox.1643748814.js'),(3263,'/plugins/wordfence/js/jquery.dataTables.min.1643748814.js'),(3264,'/plugins/wordfence/js/jquery.qrcode.min.1643748814.js'),(3265,'/plugins/wordfence/js/jquery.tmpl.min.1643748814.js'),(3266,'/plugins/wordfence/js/jquery.tools.min.1643748814.js'),(3267,'/plugins/wordfence/js/knockout-3.5.1.1643748814.js'),(3268,'/plugins/wordfence/js/wfdashboard.1643748814.js'),(3269,'/plugins/wordfence/js/wfdropdown.1643748814.js'),(3270,'/plugins/wordfence/js/wfglobal.1643748814.js'),(3271,'/plugins/wordfence/js/wfi18n.1643748814.js'),(3272,'/plugins/wordfence/js/wfpopover.1643748814.js'),(3273,'/plugins/wordfence/js/wfselect2.min.1643748814.js'),(3274,'/plugins/wordfence/lib/Diff/Renderer/Abstract.php'),(3275,'/plugins/wordfence/lib/Diff/Renderer/Html/Array.php'),(3276,'/plugins/wordfence/lib/Diff/Renderer/Html/SideBySide.php'),(3277,'/plugins/wordfence/lib/Diff/SequenceMatcher.php'),(3278,'/plugins/wordfence/lib/Diff.php'),(3279,'/plugins/wordfence/lib/IPTraf.php'),(3280,'/plugins/wordfence/lib/IPTrafList.php'),(3281,'/plugins/wordfence/lib/WFLSPHP52Compatability.php'),(3282,'/plugins/wordfence/lib/compat.php'),(3283,'/plugins/wordfence/lib/dashboard/widget_content_countries.php'),(3284,'/plugins/wordfence/lib/dashboard/widget_content_ips.php'),(3285,'/plugins/wordfence/lib/dashboard/widget_content_logins.php'),(3286,'/plugins/wordfence/lib/dashboard/widget_countries.php'),(3287,'/plugins/wordfence/lib/dashboard/widget_ips.php'),(3288,'/plugins/wordfence/lib/dashboard/widget_localattacks.php'),(3289,'/plugins/wordfence/lib/dashboard/widget_logins.php'),(3290,'/plugins/wordfence/lib/dashboard/widget_networkattacks.php'),(3291,'/plugins/wordfence/lib/dashboard/widget_notifications.php'),(3292,'/plugins/wordfence/lib/diffResult.php'),(3293,'/plugins/wordfence/lib/email_genericAlert.php'),(3294,'/plugins/wordfence/lib/email_newIssues.php'),(3295,'/plugins/wordfence/lib/email_unlockRequest.php'),(3296,'/plugins/wordfence/lib/email_unsubscribeRequest.php'),(3297,'/plugins/wordfence/lib/flags.php'),(3298,'/plugins/wordfence/lib/live_activity.php'),(3299,'/plugins/wordfence/lib/menu_dashboard.php'),(3300,'/plugins/wordfence/lib/menu_dashboard_options.php'),(3301,'/plugins/wordfence/lib/menu_firewall.php'),(3302,'/plugins/wordfence/lib/menu_firewall_blocking.php'),(3303,'/plugins/wordfence/lib/menu_firewall_blocking_options.php'),(3304,'/plugins/wordfence/lib/menu_firewall_waf.php'),(3305,'/plugins/wordfence/lib/menu_firewall_waf_options.php'),(3306,'/plugins/wordfence/lib/menu_options.php'),(3307,'/plugins/wordfence/lib/menu_scanner.php'),(3308,'/plugins/wordfence/lib/menu_scanner_credentials.php'),(3309,'/plugins/wordfence/lib/menu_scanner_options.php'),(3310,'/plugins/wordfence/lib/menu_support.php'),(3311,'/plugins/wordfence/lib/menu_tools.php'),(3312,'/plugins/wordfence/lib/menu_tools_diagnostic.php'),(3313,'/plugins/wordfence/lib/menu_tools_importExport.php'),(3314,'/plugins/wordfence/lib/menu_tools_livetraffic.php'),(3315,'/plugins/wordfence/lib/menu_tools_twoFactor.php'),(3316,'/plugins/wordfence/lib/menu_tools_whois.php'),(3317,'/plugins/wordfence/lib/menu_wordfence_central.php'),(3318,'/plugins/wordfence/lib/rest-api/wfRESTAuthenticationController.php'),(3319,'/plugins/wordfence/lib/rest-api/wfRESTBaseController.php'),(3320,'/plugins/wordfence/lib/rest-api/wfRESTConfigController.php'),(3321,'/plugins/wordfence/lib/rest-api/wfRESTScanController.php'),(3322,'/plugins/wordfence/lib/sysinfo.php'),(3323,'/plugins/wordfence/lib/viewFullActivityLog.php'),(3324,'/plugins/wordfence/lib/wf503.php'),(3325,'/plugins/wordfence/lib/wfAPI.php'),(3326,'/plugins/wordfence/lib/wfActivityReport.php'),(3327,'/plugins/wordfence/lib/wfAdminNoticeQueue.php'),(3328,'/plugins/wordfence/lib/wfAlerts.php'),(3329,'/plugins/wordfence/lib/wfArray.php'),(3330,'/plugins/wordfence/lib/wfBrowscap.php'),(3331,'/plugins/wordfence/lib/wfBrowscapCache.php'),(3332,'/plugins/wordfence/lib/wfBulkCountries.php'),(3333,'/plugins/wordfence/lib/wfCache.php'),(3334,'/plugins/wordfence/lib/wfCentralAPI.php'),(3335,'/plugins/wordfence/lib/wfConfig.php'),(3336,'/plugins/wordfence/lib/wfCrawl.php'),(3337,'/plugins/wordfence/lib/wfCredentialsController.php'),(3338,'/plugins/wordfence/lib/wfCrypt.php'),(3339,'/plugins/wordfence/lib/wfDB.php'),(3340,'/plugins/wordfence/lib/wfDashboard.php'),(3341,'/plugins/wordfence/lib/wfDateLocalization.php'),(3342,'/plugins/wordfence/lib/wfDiagnostic.php'),(3343,'/plugins/wordfence/lib/wfDict.php'),(3344,'/plugins/wordfence/lib/wfDirectoryIterator.php'),(3345,'/plugins/wordfence/lib/wfHelperBin.php'),(3346,'/plugins/wordfence/lib/wfHelperString.php'),(3347,'/plugins/wordfence/lib/wfIPWhitelist.php'),(3348,'/plugins/wordfence/lib/wfImportExportController.php'),(3349,'/plugins/wordfence/lib/wfIssues.php'),(3350,'/plugins/wordfence/lib/wfJWT.php'),(3351,'/plugins/wordfence/lib/wfLicense.php'),(3352,'/plugins/wordfence/lib/wfLockedOut.php'),(3353,'/plugins/wordfence/lib/wfLog.php'),(3354,'/plugins/wordfence/lib/wfMD5BloomFilter.php'),(3355,'/plugins/wordfence/lib/wfModuleController.php'),(3356,'/plugins/wordfence/lib/wfNotification.php'),(3357,'/plugins/wordfence/lib/wfOnboardingController.php'),(3358,'/plugins/wordfence/lib/wfPersistenceController.php'),(3359,'/plugins/wordfence/lib/wfRESTAPI.php'),(3360,'/plugins/wordfence/lib/wfScan.php'),(3361,'/plugins/wordfence/lib/wfScanEngine.php'),(3362,'/plugins/wordfence/lib/wfSchema.php'),(3363,'/plugins/wordfence/lib/wfStyle.php'),(3364,'/plugins/wordfence/lib/wfSupportController.php'),(3365,'/plugins/wordfence/lib/wfUnlockMsg.php'),(3366,'/plugins/wordfence/lib/wfUpdateCheck.php'),(3367,'/plugins/wordfence/lib/wfUtils.php'),(3368,'/plugins/wordfence/lib/wfVersionCheckController.php'),(3369,'/plugins/wordfence/lib/wfView.php'),(3370,'/plugins/wordfence/lib/wfViewResult.php'),(3371,'/plugins/wordfence/lib/wordfenceClass.php'),(3372,'/plugins/wordfence/lib/wordfenceConstants.php'),(3373,'/plugins/wordfence/lib/wordfenceHash.php'),(3374,'/plugins/wordfence/lib/wordfenceScanner.php'),(3375,'/plugins/wordfence/lib/wordfenceURLHoover.php'),(3376,'/plugins/wordfence/models/block/wfBlock.php'),(3377,'/plugins/wordfence/models/block/wfRateLimit.php'),(3378,'/plugins/wordfence/models/common/wfGeoIP2.php'),(3379,'/plugins/wordfence/models/common/wfTab.php'),(3380,'/plugins/wordfence/models/firewall/wfFirewall.php'),(3381,'/plugins/wordfence/models/page/wfPage.php'),(3382,'/plugins/wordfence/models/scanner/wfScanner.php'),(3383,'/plugins/wordfence/modules/login-security/classes/controller/ajax.php'),(3384,'/plugins/wordfence/modules/login-security/classes/controller/captcha.php'),(3385,'/plugins/wordfence/modules/login-security/classes/controller/cron.php'),(3386,'/plugins/wordfence/modules/login-security/classes/controller/db.php'),(3387,'/plugins/wordfence/modules/login-security/classes/controller/notices.php'),(3388,'/plugins/wordfence/modules/login-security/classes/controller/permissions.php'),(3389,'/plugins/wordfence/modules/login-security/classes/controller/settings.php'),(3390,'/plugins/wordfence/modules/login-security/classes/controller/support.php'),(3391,'/plugins/wordfence/modules/login-security/classes/controller/time.php'),(3392,'/plugins/wordfence/modules/login-security/classes/controller/totp.php'),(3393,'/plugins/wordfence/modules/login-security/classes/controller/users.php'),(3394,'/plugins/wordfence/modules/login-security/classes/controller/whitelist.php'),(3395,'/plugins/wordfence/modules/login-security/classes/controller/wordfencels.php'),(3396,'/plugins/wordfence/modules/login-security/classes/model/asset.php'),(3397,'/plugins/wordfence/modules/login-security/classes/model/compat.php'),(3398,'/plugins/wordfence/modules/login-security/classes/model/crypto/base2n.php'),(3399,'/plugins/wordfence/modules/login-security/classes/model/crypto/jwt.php'),(3400,'/plugins/wordfence/modules/login-security/classes/model/crypto/symmetric.php'),(3401,'/plugins/wordfence/modules/login-security/classes/model/crypto.php'),(3402,'/plugins/wordfence/modules/login-security/classes/model/ip.php'),(3403,'/plugins/wordfence/modules/login-security/classes/model/notice.php'),(3404,'/plugins/wordfence/modules/login-security/classes/model/request.php'),(3405,'/plugins/wordfence/modules/login-security/classes/model/settings/db.php'),(3406,'/plugins/wordfence/modules/login-security/classes/model/settings/wpoptions.php'),(3407,'/plugins/wordfence/modules/login-security/classes/model/settings.php'),(3408,'/plugins/wordfence/modules/login-security/classes/model/text/html.php'),(3409,'/plugins/wordfence/modules/login-security/classes/model/text/javascript.php'),(3410,'/plugins/wordfence/modules/login-security/classes/model/tokenbucket.php'),(3411,'/plugins/wordfence/modules/login-security/classes/model/view/tab.php'),(3412,'/plugins/wordfence/modules/login-security/classes/model/view/title.php'),(3413,'/plugins/wordfence/modules/login-security/classes/model/view.php'),(3414,'/plugins/wordfence/modules/login-security/img/header.svg'),(3415,'/plugins/wordfence/modules/login-security/img/menu.svg'),(3416,'/plugins/wordfence/modules/login-security/js/admin-global.1643748814.js'),(3417,'/plugins/wordfence/modules/login-security/js/admin.1643748814.js'),(3418,'/plugins/wordfence/modules/login-security/js/jquery.colorbox.1643748814.js'),(3419,'/plugins/wordfence/modules/login-security/js/jquery.colorbox.min.1643748814.js'),(3420,'/plugins/wordfence/modules/login-security/js/jquery.qrcode.min.1643748814.js'),(3421,'/plugins/wordfence/modules/login-security/js/jquery.tmpl.min.1643748814.js'),(3422,'/plugins/wordfence/modules/login-security/js/login.1643748814.js'),(3423,'/plugins/wordfence/modules/login-security/views/common/modal-prompt.php'),(3424,'/plugins/wordfence/modules/login-security/views/common/reset-grace-period.php'),(3425,'/plugins/wordfence/modules/login-security/views/common/revoke-grace-period.php'),(3426,'/plugins/wordfence/modules/login-security/views/email/login-verification.php'),(3427,'/plugins/wordfence/modules/login-security/views/manage/activate.php'),(3428,'/plugins/wordfence/modules/login-security/views/manage/code.php'),(3429,'/plugins/wordfence/modules/login-security/views/manage/deactivate.php'),(3430,'/plugins/wordfence/modules/login-security/views/manage/grace-period.php'),(3431,'/plugins/wordfence/modules/login-security/views/manage/regenerate.php'),(3432,'/plugins/wordfence/modules/login-security/views/onboarding/standalone-header.php'),(3433,'/plugins/wordfence/modules/login-security/views/options/option-captcha-threshold.php'),(3434,'/plugins/wordfence/modules/login-security/views/options/option-captcha.php'),(3435,'/plugins/wordfence/modules/login-security/views/options/option-ip-source.php'),(3436,'/plugins/wordfence/modules/login-security/views/options/option-label.php'),(3437,'/plugins/wordfence/modules/login-security/views/options/option-ntp.php'),(3438,'/plugins/wordfence/modules/login-security/views/options/option-roles.php'),(3439,'/plugins/wordfence/modules/login-security/views/options/option-select.php'),(3440,'/plugins/wordfence/modules/login-security/views/options/option-switch.php'),(3441,'/plugins/wordfence/modules/login-security/views/options/option-text.php'),(3442,'/plugins/wordfence/modules/login-security/views/options/option-textarea.php'),(3443,'/plugins/wordfence/modules/login-security/views/options/option-toggled-boolean-switch.php'),(3444,'/plugins/wordfence/modules/login-security/views/options/option-toggled-multiple.php'),(3445,'/plugins/wordfence/modules/login-security/views/options/option-toggled-segmented.php'),(3446,'/plugins/wordfence/modules/login-security/views/options/option-toggled-select.php'),(3447,'/plugins/wordfence/modules/login-security/views/options/option-toggled-sub.php'),(3448,'/plugins/wordfence/modules/login-security/views/options/option-toggled-textarea.php'),(3449,'/plugins/wordfence/modules/login-security/views/options/option-toggled.php'),(3450,'/plugins/wordfence/modules/login-security/views/options/option-token.php'),(3451,'/plugins/wordfence/modules/login-security/views/page/manage.php'),(3452,'/plugins/wordfence/modules/login-security/views/page/page.php'),(3453,'/plugins/wordfence/modules/login-security/views/page/role.php'),(3454,'/plugins/wordfence/modules/login-security/views/page/section-title.php'),(3455,'/plugins/wordfence/modules/login-security/views/page/settings.php'),(3456,'/plugins/wordfence/modules/login-security/views/page/tabbar.php'),(3457,'/plugins/wordfence/modules/login-security/views/settings/options.php'),(3458,'/plugins/wordfence/modules/login-security/views/settings/user-stats.php'),(3459,'/plugins/wordfence/modules/login-security/views/user/grace-period-toggle.php'),(3460,'/plugins/wordfence/modules/login-security/wordfence-login-security.php'),(3461,'/plugins/wordfence/vendor/autoload.php'),(3462,'/plugins/wordfence/vendor/composer/ClassLoader.php'),(3463,'/plugins/wordfence/vendor/composer/autoload_classmap.php'),(3464,'/plugins/wordfence/vendor/composer/autoload_namespaces.php'),(3465,'/plugins/wordfence/vendor/composer/autoload_psr4.php'),(3466,'/plugins/wordfence/vendor/composer/autoload_real.php'),(3467,'/plugins/wordfence/vendor/composer/autoload_static.php'),(3468,'/plugins/wordfence/vendor/composer/ca-bundle/src/CaBundle.php'),(3469,'/plugins/wordfence/vendor/geoip2/geoip2/src/Database/Reader.php'),(3470,'/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AddressNotFoundException.php'),(3471,'/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/AuthenticationException.php'),(3472,'/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/GeoIp2Exception.php'),(3473,'/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/HttpException.php'),(3474,'/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/InvalidRequestException.php'),(3475,'/plugins/wordfence/vendor/geoip2/geoip2/src/Exception/OutOfQueriesException.php'),(3476,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AbstractModel.php'),(3477,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/AnonymousIp.php'),(3478,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Asn.php'),(3479,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/City.php'),(3480,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/ConnectionType.php'),(3481,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Country.php'),(3482,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Domain.php'),(3483,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Enterprise.php'),(3484,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Insights.php'),(3485,'/plugins/wordfence/vendor/geoip2/geoip2/src/Model/Isp.php'),(3486,'/plugins/wordfence/vendor/geoip2/geoip2/src/ProviderInterface.php'),(3487,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractPlaceRecord.php'),(3488,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/AbstractRecord.php'),(3489,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/City.php'),(3490,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Continent.php'),(3491,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Country.php'),(3492,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Location.php'),(3493,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/MaxMind.php'),(3494,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Postal.php'),(3495,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/RepresentedCountry.php'),(3496,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Subdivision.php'),(3497,'/plugins/wordfence/vendor/geoip2/geoip2/src/Record/Traits.php'),(3498,'/plugins/wordfence/vendor/geoip2/geoip2/src/WebService/Client.php'),(3499,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/AuthenticationException.php'),(3500,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/HttpException.php'),(3501,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InsufficientFundsException.php'),(3502,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidInputException.php'),(3503,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/InvalidRequestException.php'),(3504,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/IpAddressNotFoundException.php'),(3505,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/PermissionRequiredException.php'),(3506,'/plugins/wordfence/vendor/maxmind/web-service-common/src/Exception/WebServiceException.php'),(3507,'/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Client.php'),(3508,'/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/CurlRequest.php'),(3509,'/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/Request.php'),(3510,'/plugins/wordfence/vendor/maxmind/web-service-common/src/WebService/Http/RequestFactory.php'),(3511,'/plugins/wordfence/vendor/maxmind-db/reader/autoload.php'),(3512,'/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Decoder.php'),(3513,'/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/InvalidDatabaseException.php'),(3514,'/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Metadata.php'),(3515,'/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader/Util.php'),(3516,'/plugins/wordfence/vendor/maxmind-db/reader/src/MaxMind/Db/Reader.php'),(3517,'/plugins/wordfence/vendor/wordfence/wf-waf/src/init.php'),(3518,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/config.php'),(3519,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/http.php'),(3520,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/i18n.php'),(3521,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/json.php'),(3522,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/lexer.php'),(3523,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/parser.php'),(3524,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/parser/sqli.php'),(3525,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/request.php'),(3526,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/rules.php'),(3527,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/file.php'),(3528,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage/mysql.php'),(3529,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/storage.php'),(3530,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/utils.php'),(3531,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/view.php'),(3532,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/waf.php'),(3533,'/plugins/wordfence/vendor/wordfence/wf-waf/src/lib/xmlrpc.php'),(3534,'/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-blacklist.php'),(3535,'/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403-roadblock.php'),(3536,'/plugins/wordfence/vendor/wordfence/wf-waf/src/views/403.php'),(3537,'/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503-lockout.php'),(3538,'/plugins/wordfence/vendor/wordfence/wf-waf/src/views/503.php'),(3539,'/plugins/wordfence/views/blocking/block-list.php'),(3540,'/plugins/wordfence/views/blocking/blocking-create.php'),(3541,'/plugins/wordfence/views/blocking/blocking-status.php'),(3542,'/plugins/wordfence/views/blocking/country-block-map.php'),(3543,'/plugins/wordfence/views/blocking/country-modal.php'),(3544,'/plugins/wordfence/views/blocking/option-bypass-cookie.php'),(3545,'/plugins/wordfence/views/blocking/option-bypass-redirect.php'),(3546,'/plugins/wordfence/views/blocking/options-group-advanced-country.php'),(3547,'/plugins/wordfence/views/common/block-navigation-option.php'),(3548,'/plugins/wordfence/views/common/indeterminate-progress.php'),(3549,'/plugins/wordfence/views/common/license.php'),(3550,'/plugins/wordfence/views/common/modal-prompt.php'),(3551,'/plugins/wordfence/views/common/page-fixed-tabbar.php'),(3552,'/plugins/wordfence/views/common/page-help.php'),(3553,'/plugins/wordfence/views/common/page-tabbar.php'),(3554,'/plugins/wordfence/views/common/page-title.php'),(3555,'/plugins/wordfence/views/common/section-subtitle.php'),(3556,'/plugins/wordfence/views/common/section-title.php'),(3557,'/plugins/wordfence/views/common/status-circular.php'),(3558,'/plugins/wordfence/views/common/status-critical.php'),(3559,'/plugins/wordfence/views/common/status-detail.php'),(3560,'/plugins/wordfence/views/common/status-tooltip.php'),(3561,'/plugins/wordfence/views/common/status-warning.php'),(3562,'/plugins/wordfence/views/common/unsubscribe.php'),(3563,'/plugins/wordfence/views/dashboard/global-status.php'),(3564,'/plugins/wordfence/views/dashboard/option-howgetips.php'),(3565,'/plugins/wordfence/views/dashboard/options-group-alert.php'),(3566,'/plugins/wordfence/views/dashboard/options-group-dashboard.php'),(3567,'/plugins/wordfence/views/dashboard/options-group-email-summary.php'),(3568,'/plugins/wordfence/views/dashboard/options-group-general.php'),(3569,'/plugins/wordfence/views/dashboard/options-group-import.php'),(3570,'/plugins/wordfence/views/dashboard/options-group-license.php'),(3571,'/plugins/wordfence/views/dashboard/options-group-view-customization.php'),(3572,'/plugins/wordfence/views/dashboard/status-payment-expiring.php'),(3573,'/plugins/wordfence/views/dashboard/status-renewing.php'),(3574,'/plugins/wordfence/views/diagnostics/text.php'),(3575,'/plugins/wordfence/views/gdpr/banner.php'),(3576,'/plugins/wordfence/views/gdpr/disabled-overlay.php'),(3577,'/plugins/wordfence/views/onboarding/banner.php'),(3578,'/plugins/wordfence/views/onboarding/disabled-overlay.php'),(3579,'/plugins/wordfence/views/onboarding/fresh-install.php'),(3580,'/plugins/wordfence/views/onboarding/modal-final-attempt.php'),(3581,'/plugins/wordfence/views/onboarding/overlay.php'),(3582,'/plugins/wordfence/views/onboarding/plugin-header.php'),(3583,'/plugins/wordfence/views/onboarding/tour-overlay.php'),(3584,'/plugins/wordfence/views/options/block-all-options-controls.php'),(3585,'/plugins/wordfence/views/options/block-controls.php'),(3586,'/plugins/wordfence/views/options/option-label.php'),(3587,'/plugins/wordfence/views/options/option-select.php'),(3588,'/plugins/wordfence/views/options/option-switch.php'),(3589,'/plugins/wordfence/views/options/option-text.php'),(3590,'/plugins/wordfence/views/options/option-textarea.php'),(3591,'/plugins/wordfence/views/options/option-toggled-boolean-switch.php'),(3592,'/plugins/wordfence/views/options/option-toggled-multiple.php'),(3593,'/plugins/wordfence/views/options/option-toggled-segmented.php'),(3594,'/plugins/wordfence/views/options/option-toggled-select.php'),(3595,'/plugins/wordfence/views/options/option-toggled-sub.php'),(3596,'/plugins/wordfence/views/options/option-toggled-textarea.php'),(3597,'/plugins/wordfence/views/options/option-toggled.php'),(3598,'/plugins/wordfence/views/options/option-token.php'),(3599,'/plugins/wordfence/views/options/options-title.php'),(3600,'/plugins/wordfence/views/reports/activity-report-email-inline.php'),(3601,'/plugins/wordfence/views/reports/activity-report.php'),(3602,'/plugins/wordfence/views/scanner/issue-base.php'),(3603,'/plugins/wordfence/views/scanner/issue-checkGSB.php'),(3604,'/plugins/wordfence/views/scanner/issue-checkHowGetIPs.php'),(3605,'/plugins/wordfence/views/scanner/issue-checkSpamIP.php'),(3606,'/plugins/wordfence/views/scanner/issue-commentBadURL.php'),(3607,'/plugins/wordfence/views/scanner/issue-configReadable.php'),(3608,'/plugins/wordfence/views/scanner/issue-control-edit-comment.php'),(3609,'/plugins/wordfence/views/scanner/issue-control-edit-post.php'),(3610,'/plugins/wordfence/views/scanner/issue-control-edit-user.php'),(3611,'/plugins/wordfence/views/scanner/issue-control-hide-file.php'),(3612,'/plugins/wordfence/views/scanner/issue-control-ignore.php'),(3613,'/plugins/wordfence/views/scanner/issue-control-repair.php'),(3614,'/plugins/wordfence/views/scanner/issue-control-show-details.php'),(3615,'/plugins/wordfence/views/scanner/issue-coreUnknown.php'),(3616,'/plugins/wordfence/views/scanner/issue-database.php'),(3617,'/plugins/wordfence/views/scanner/issue-diskSpace.php'),(3618,'/plugins/wordfence/views/scanner/issue-easyPassword.php'),(3619,'/plugins/wordfence/views/scanner/issue-file.php'),(3620,'/plugins/wordfence/views/scanner/issue-geoipSupport.php'),(3621,'/plugins/wordfence/views/scanner/issue-knownfile.php'),(3622,'/plugins/wordfence/views/scanner/issue-optionBadURL.php'),(3623,'/plugins/wordfence/views/scanner/issue-postBadTitle.php'),(3624,'/plugins/wordfence/views/scanner/issue-postBadURL.php'),(3625,'/plugins/wordfence/views/scanner/issue-publiclyAccessible.php'),(3626,'/plugins/wordfence/views/scanner/issue-skippedPaths.php'),(3627,'/plugins/wordfence/views/scanner/issue-spamvertizeCheck.php'),(3628,'/plugins/wordfence/views/scanner/issue-suspiciousAdminUsers.php'),(3629,'/plugins/wordfence/views/scanner/issue-timelimit.php'),(3630,'/plugins/wordfence/views/scanner/issue-wafStatus.php'),(3631,'/plugins/wordfence/views/scanner/issue-wfPluginAbandoned.php'),(3632,'/plugins/wordfence/views/scanner/issue-wfPluginRemoved.php'),(3633,'/plugins/wordfence/views/scanner/issue-wfPluginUpgrade.php'),(3634,'/plugins/wordfence/views/scanner/issue-wfPluginVulnerable.php'),(3635,'/plugins/wordfence/views/scanner/issue-wfThemeUpgrade.php'),(3636,'/plugins/wordfence/views/scanner/issue-wfUpgrade.php'),(3637,'/plugins/wordfence/views/scanner/issue-wpscan_directoryList.php'),(3638,'/plugins/wordfence/views/scanner/issue-wpscan_fullPathDiscl.php'),(3639,'/plugins/wordfence/views/scanner/no-issues.php'),(3640,'/plugins/wordfence/views/scanner/option-scan-signatures.php'),(3641,'/plugins/wordfence/views/scanner/options-group-advanced.php'),(3642,'/plugins/wordfence/views/scanner/options-group-basic.php'),(3643,'/plugins/wordfence/views/scanner/options-group-general.php'),(3644,'/plugins/wordfence/views/scanner/options-group-performance.php'),(3645,'/plugins/wordfence/views/scanner/options-group-scan-schedule.php'),(3646,'/plugins/wordfence/views/scanner/scan-failed.php'),(3647,'/plugins/wordfence/views/scanner/scan-progress-detailed.php'),(3648,'/plugins/wordfence/views/scanner/scan-progress-element.php'),(3649,'/plugins/wordfence/views/scanner/scan-progress.php'),(3650,'/plugins/wordfence/views/scanner/scan-results.php'),(3651,'/plugins/wordfence/views/scanner/scan-scheduling.php'),(3652,'/plugins/wordfence/views/scanner/scan-starter.php'),(3653,'/plugins/wordfence/views/scanner/scan-type.php'),(3654,'/plugins/wordfence/views/scanner/scanner-status.php'),(3655,'/plugins/wordfence/views/scanner/site-cleaning-beta-sigs.php'),(3656,'/plugins/wordfence/views/scanner/site-cleaning-bottom.php'),(3657,'/plugins/wordfence/views/scanner/site-cleaning-high-sense.php'),(3658,'/plugins/wordfence/views/scanner/site-cleaning.php'),(3659,'/plugins/wordfence/views/tools/options-group-2fa.php'),(3660,'/plugins/wordfence/views/tools/options-group-live-traffic.php'),(3661,'/plugins/wordfence/views/tours/login-security.php'),(3662,'/plugins/wordfence/views/unsupported-php/admin-message.php'),(3663,'/plugins/wordfence/views/waf/debug.php'),(3664,'/plugins/wordfence/views/waf/firewall-status.php'),(3665,'/plugins/wordfence/views/waf/option-rate-limit.php'),(3666,'/plugins/wordfence/views/waf/option-rules.php'),(3667,'/plugins/wordfence/views/waf/option-whitelist.php'),(3668,'/plugins/wordfence/views/waf/options-group-advanced-firewall.php'),(3669,'/plugins/wordfence/views/waf/options-group-basic-firewall.php'),(3670,'/plugins/wordfence/views/waf/options-group-brute-force.php'),(3671,'/plugins/wordfence/views/waf/options-group-rate-limiting.php'),(3672,'/plugins/wordfence/views/waf/options-group-whitelisted.php'),(3673,'/plugins/wordfence/views/waf/status-tooltip-learning-mode.php'),(3674,'/plugins/wordfence/views/waf/waf-install-manual.php'),(3675,'/plugins/wordfence/views/waf/waf-install-success.php'),(3676,'/plugins/wordfence/views/waf/waf-install.php'),(3677,'/plugins/wordfence/views/waf/waf-modal-wrapper.php'),(3678,'/plugins/wordfence/views/waf/waf-uninstall-success.php'),(3679,'/plugins/wordfence/views/waf/waf-uninstall.php'),(3680,'/plugins/wordfence/waf/bootstrap.php'),(3681,'/plugins/wordfence/waf/pomo/entry.php'),(3682,'/plugins/wordfence/waf/pomo/mo.php'),(3683,'/plugins/wordfence/waf/pomo/plural-forms.php'),(3684,'/plugins/wordfence/waf/pomo/po.php'),(3685,'/plugins/wordfence/waf/pomo/streams.php'),(3686,'/plugins/wordfence/waf/pomo/translations.php'),(3687,'/plugins/wordfence/waf/wfWAFGeoIP2.php'),(3688,'/plugins/wordfence/waf/wfWAFIPBlocksController.php'),(3689,'/plugins/wordfence/waf/wfWAFUserIPRange.php'),(3690,'/plugins/wordfence/wordfence.php'),(3691,'/plugins/wordpress-seo/admin/admin-settings-changed-listener.php'),(3692,'/plugins/wordpress-seo/admin/ajax/class-shortcode-filter.php'),(3693,'/plugins/wordpress-seo/admin/ajax/class-yoast-dismissable-notice.php'),(3694,'/plugins/wordpress-seo/admin/ajax/class-yoast-plugin-conflict-ajax.php'),(3695,'/plugins/wordpress-seo/admin/ajax.php'),(3696,'/plugins/wordpress-seo/admin/capabilities/class-abstract-capability-manager.php'),(3697,'/plugins/wordpress-seo/admin/capabilities/class-capability-manager-factory.php'),(3698,'/plugins/wordpress-seo/admin/capabilities/class-capability-manager-integration.php'),(3699,'/plugins/wordpress-seo/admin/capabilities/class-capability-manager-vip.php'),(3700,'/plugins/wordpress-seo/admin/capabilities/class-capability-manager-wp.php'),(3701,'/plugins/wordpress-seo/admin/capabilities/class-capability-manager.php'),(3702,'/plugins/wordpress-seo/admin/capabilities/class-capability-utils.php'),(3703,'/plugins/wordpress-seo/admin/capabilities/class-register-capabilities.php'),(3704,'/plugins/wordpress-seo/admin/class-admin-asset-analysis-worker-location.php'),(3705,'/plugins/wordpress-seo/admin/class-admin-asset-dev-server-location.php'),(3706,'/plugins/wordpress-seo/admin/class-admin-asset-location.php'),(3707,'/plugins/wordpress-seo/admin/class-admin-asset-manager.php'),(3708,'/plugins/wordpress-seo/admin/class-admin-asset-seo-location.php'),(3709,'/plugins/wordpress-seo/admin/class-admin-asset-yoast-components-l10n.php'),(3710,'/plugins/wordpress-seo/admin/class-admin-editor-specific-replace-vars.php'),(3711,'/plugins/wordpress-seo/admin/class-admin-gutenberg-compatibility-notification.php'),(3712,'/plugins/wordpress-seo/admin/class-admin-help-panel.php'),(3713,'/plugins/wordpress-seo/admin/class-admin-init.php'),(3714,'/plugins/wordpress-seo/admin/class-admin-recommended-replace-vars.php'),(3715,'/plugins/wordpress-seo/admin/class-admin-user-profile.php'),(3716,'/plugins/wordpress-seo/admin/class-admin-utils.php'),(3717,'/plugins/wordpress-seo/admin/class-admin.php'),(3718,'/plugins/wordpress-seo/admin/class-asset.php'),(3719,'/plugins/wordpress-seo/admin/class-bulk-description-editor-list-table.php'),(3720,'/plugins/wordpress-seo/admin/class-bulk-editor-list-table.php'),(3721,'/plugins/wordpress-seo/admin/class-bulk-title-editor-list-table.php'),(3722,'/plugins/wordpress-seo/admin/class-collector.php'),(3723,'/plugins/wordpress-seo/admin/class-config.php'),(3724,'/plugins/wordpress-seo/admin/class-customizer.php'),(3725,'/plugins/wordpress-seo/admin/class-database-proxy.php'),(3726,'/plugins/wordpress-seo/admin/class-export.php'),(3727,'/plugins/wordpress-seo/admin/class-expose-shortlinks.php'),(3728,'/plugins/wordpress-seo/admin/class-gutenberg-compatibility.php'),(3729,'/plugins/wordpress-seo/admin/class-helpscout.php'),(3730,'/plugins/wordpress-seo/admin/class-meta-columns.php'),(3731,'/plugins/wordpress-seo/admin/class-my-yoast-proxy.php'),(3732,'/plugins/wordpress-seo/admin/class-option-tab.php'),(3733,'/plugins/wordpress-seo/admin/class-option-tabs-formatter.php'),(3734,'/plugins/wordpress-seo/admin/class-option-tabs.php'),(3735,'/plugins/wordpress-seo/admin/class-paper-presenter.php'),(3736,'/plugins/wordpress-seo/admin/class-plugin-availability.php'),(3737,'/plugins/wordpress-seo/admin/class-plugin-conflict.php'),(3738,'/plugins/wordpress-seo/admin/class-premium-popup.php'),(3739,'/plugins/wordpress-seo/admin/class-premium-upsell-admin-block.php'),(3740,'/plugins/wordpress-seo/admin/class-primary-term-admin.php'),(3741,'/plugins/wordpress-seo/admin/class-product-upsell-notice.php'),(3742,'/plugins/wordpress-seo/admin/class-remote-request.php'),(3743,'/plugins/wordpress-seo/admin/class-schema-person-upgrade-notification.php'),(3744,'/plugins/wordpress-seo/admin/class-suggested-plugins.php'),(3745,'/plugins/wordpress-seo/admin/class-yoast-columns.php'),(3746,'/plugins/wordpress-seo/admin/class-yoast-dashboard-widget.php'),(3747,'/plugins/wordpress-seo/admin/class-yoast-form.php'),(3748,'/plugins/wordpress-seo/admin/class-yoast-input-validation.php'),(3749,'/plugins/wordpress-seo/admin/class-yoast-network-admin.php'),(3750,'/plugins/wordpress-seo/admin/class-yoast-network-settings-api.php'),(3751,'/plugins/wordpress-seo/admin/class-yoast-notification-center.php'),(3752,'/plugins/wordpress-seo/admin/class-yoast-notification.php'),(3753,'/plugins/wordpress-seo/admin/class-yoast-notifications.php'),(3754,'/plugins/wordpress-seo/admin/class-yoast-plugin-conflict.php'),(3755,'/plugins/wordpress-seo/admin/endpoints/class-endpoint-file-size.php'),(3756,'/plugins/wordpress-seo/admin/endpoints/class-endpoint-statistics.php'),(3757,'/plugins/wordpress-seo/admin/endpoints/class-endpoint.php'),(3758,'/plugins/wordpress-seo/admin/exceptions/class-file-size-exception.php'),(3759,'/plugins/wordpress-seo/admin/filters/class-abstract-post-filter.php'),(3760,'/plugins/wordpress-seo/admin/filters/class-cornerstone-filter.php'),(3761,'/plugins/wordpress-seo/admin/formatter/class-metabox-formatter.php'),(3762,'/plugins/wordpress-seo/admin/formatter/class-post-metabox-formatter.php'),(3763,'/plugins/wordpress-seo/admin/formatter/class-term-metabox-formatter.php'),(3764,'/plugins/wordpress-seo/admin/formatter/interface-metabox-formatter.php'),(3765,'/plugins/wordpress-seo/admin/google_search_console/class-gsc.php'),(3766,'/plugins/wordpress-seo/admin/google_search_console/views/gsc-display.php'),(3767,'/plugins/wordpress-seo/admin/google_search_console/views/gsc-redirect-nopremium.php'),(3768,'/plugins/wordpress-seo/admin/import/class-import-detector.php'),(3769,'/plugins/wordpress-seo/admin/import/class-import-plugin.php'),(3770,'/plugins/wordpress-seo/admin/import/class-import-settings.php'),(3771,'/plugins/wordpress-seo/admin/import/class-import-status.php'),(3772,'/plugins/wordpress-seo/admin/import/plugins/class-abstract-plugin-importer.php'),(3773,'/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo-v4.php'),(3774,'/plugins/wordpress-seo/admin/import/plugins/class-import-aioseo.php'),(3775,'/plugins/wordpress-seo/admin/import/plugins/class-import-greg-high-performance-seo.php'),(3776,'/plugins/wordpress-seo/admin/import/plugins/class-import-headspace.php'),(3777,'/plugins/wordpress-seo/admin/import/plugins/class-import-jetpack.php'),(3778,'/plugins/wordpress-seo/admin/import/plugins/class-import-platinum-seo-pack.php'),(3779,'/plugins/wordpress-seo/admin/import/plugins/class-import-premium-seo-pack.php'),(3780,'/plugins/wordpress-seo/admin/import/plugins/class-import-rankmath.php'),(3781,'/plugins/wordpress-seo/admin/import/plugins/class-import-seo-framework.php'),(3782,'/plugins/wordpress-seo/admin/import/plugins/class-import-seopressor.php'),(3783,'/plugins/wordpress-seo/admin/import/plugins/class-import-smartcrawl.php'),(3784,'/plugins/wordpress-seo/admin/import/plugins/class-import-squirrly.php'),(3785,'/plugins/wordpress-seo/admin/import/plugins/class-import-ultimate-seo.php'),(3786,'/plugins/wordpress-seo/admin/import/plugins/class-import-woothemes-seo.php'),(3787,'/plugins/wordpress-seo/admin/import/plugins/class-import-wp-meta-seo.php'),(3788,'/plugins/wordpress-seo/admin/import/plugins/class-import-wpseo.php'),(3789,'/plugins/wordpress-seo/admin/import/plugins/class-importers.php'),(3790,'/plugins/wordpress-seo/admin/index.php'),(3791,'/plugins/wordpress-seo/admin/interface-collection.php'),(3792,'/plugins/wordpress-seo/admin/interface-installable.php'),(3793,'/plugins/wordpress-seo/admin/listeners/class-listener.php'),(3794,'/plugins/wordpress-seo/admin/menu/class-admin-menu.php'),(3795,'/plugins/wordpress-seo/admin/menu/class-base-menu.php'),(3796,'/plugins/wordpress-seo/admin/menu/class-menu.php'),(3797,'/plugins/wordpress-seo/admin/menu/class-network-admin-menu.php'),(3798,'/plugins/wordpress-seo/admin/menu/class-replacevar-editor.php'),(3799,'/plugins/wordpress-seo/admin/menu/class-replacevar-field.php'),(3800,'/plugins/wordpress-seo/admin/menu/class-submenu-capability-normalize.php'),(3801,'/plugins/wordpress-seo/admin/metabox/class-abstract-sectioned-metabox-tab.php'),(3802,'/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-readability.php'),(3803,'/plugins/wordpress-seo/admin/metabox/class-metabox-analysis-seo.php'),(3804,'/plugins/wordpress-seo/admin/metabox/class-metabox-collapsible.php'),(3805,'/plugins/wordpress-seo/admin/metabox/class-metabox-collapsibles-section.php'),(3806,'/plugins/wordpress-seo/admin/metabox/class-metabox-editor.php'),(3807,'/plugins/wordpress-seo/admin/metabox/class-metabox-form-tab.php'),(3808,'/plugins/wordpress-seo/admin/metabox/class-metabox-null-tab.php'),(3809,'/plugins/wordpress-seo/admin/metabox/class-metabox-section-additional.php'),(3810,'/plugins/wordpress-seo/admin/metabox/class-metabox-section-react.php'),(3811,'/plugins/wordpress-seo/admin/metabox/class-metabox-section-readability.php'),(3812,'/plugins/wordpress-seo/admin/metabox/class-metabox.php'),(3813,'/plugins/wordpress-seo/admin/metabox/interface-metabox-analysis.php'),(3814,'/plugins/wordpress-seo/admin/metabox/interface-metabox-section.php'),(3815,'/plugins/wordpress-seo/admin/metabox/interface-metabox-tab.php'),(3816,'/plugins/wordpress-seo/admin/notifiers/dismissible-notification.php'),(3817,'/plugins/wordpress-seo/admin/notifiers/interface-notification-handler.php'),(3818,'/plugins/wordpress-seo/admin/pages/dashboard.php'),(3819,'/plugins/wordpress-seo/admin/pages/licenses.php'),(3820,'/plugins/wordpress-seo/admin/pages/metas.php'),(3821,'/plugins/wordpress-seo/admin/pages/network.php'),(3822,'/plugins/wordpress-seo/admin/pages/social.php'),(3823,'/plugins/wordpress-seo/admin/pages/tools.php'),(3824,'/plugins/wordpress-seo/admin/roles/class-abstract-role-manager.php'),(3825,'/plugins/wordpress-seo/admin/roles/class-register-roles.php'),(3826,'/plugins/wordpress-seo/admin/roles/class-role-manager-factory.php'),(3827,'/plugins/wordpress-seo/admin/roles/class-role-manager-vip.php'),(3828,'/plugins/wordpress-seo/admin/roles/class-role-manager-wp.php'),(3829,'/plugins/wordpress-seo/admin/roles/class-role-manager.php'),(3830,'/plugins/wordpress-seo/admin/ryte/class-ryte-option.php'),(3831,'/plugins/wordpress-seo/admin/ryte/class-ryte-request.php'),(3832,'/plugins/wordpress-seo/admin/ryte/class-ryte.php'),(3833,'/plugins/wordpress-seo/admin/services/class-file-size.php'),(3834,'/plugins/wordpress-seo/admin/statistics/class-statistics-integration.php'),(3835,'/plugins/wordpress-seo/admin/statistics/class-statistics-service.php'),(3836,'/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-columns.php'),(3837,'/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields-presenter.php'),(3838,'/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-fields.php'),(3839,'/plugins/wordpress-seo/admin/taxonomy/class-taxonomy-metabox.php'),(3840,'/plugins/wordpress-seo/admin/taxonomy/class-taxonomy.php'),(3841,'/plugins/wordpress-seo/admin/tracking/class-tracking-default-data.php'),(3842,'/plugins/wordpress-seo/admin/tracking/class-tracking-plugin-data.php'),(3843,'/plugins/wordpress-seo/admin/tracking/class-tracking-server-data.php'),(3844,'/plugins/wordpress-seo/admin/tracking/class-tracking-settings-data.php'),(3845,'/plugins/wordpress-seo/admin/tracking/class-tracking-theme-data.php'),(3846,'/plugins/wordpress-seo/admin/tracking/class-tracking.php'),(3847,'/plugins/wordpress-seo/admin/views/class-view-utils.php'),(3848,'/plugins/wordpress-seo/admin/views/class-yoast-feature-toggle.php'),(3849,'/plugins/wordpress-seo/admin/views/class-yoast-feature-toggles.php'),(3850,'/plugins/wordpress-seo/admin/views/class-yoast-input-select.php'),(3851,'/plugins/wordpress-seo/admin/views/class-yoast-integration-toggles.php'),(3852,'/plugins/wordpress-seo/admin/views/form/select.php'),(3853,'/plugins/wordpress-seo/admin/views/interface-yoast-form-element.php'),(3854,'/plugins/wordpress-seo/admin/views/js-templates-primary-term.php'),(3855,'/plugins/wordpress-seo/admin/views/licenses.php'),(3856,'/plugins/wordpress-seo/admin/views/paper-collapsible.php'),(3857,'/plugins/wordpress-seo/admin/views/partial-notifications-errors.php'),(3858,'/plugins/wordpress-seo/admin/views/partial-notifications-template.php'),(3859,'/plugins/wordpress-seo/admin/views/partial-notifications-warnings.php'),(3860,'/plugins/wordpress-seo/admin/views/sidebar.php'),(3861,'/plugins/wordpress-seo/admin/views/tabs/dashboard/dashboard.php'),(3862,'/plugins/wordpress-seo/admin/views/tabs/dashboard/features.php'),(3863,'/plugins/wordpress-seo/admin/views/tabs/dashboard/integrations.php'),(3864,'/plugins/wordpress-seo/admin/views/tabs/dashboard/site-analysis.php'),(3865,'/plugins/wordpress-seo/admin/views/tabs/dashboard/webmaster-tools.php'),(3866,'/plugins/wordpress-seo/admin/views/tabs/metas/archives/help.php'),(3867,'/plugins/wordpress-seo/admin/views/tabs/metas/archives.php'),(3868,'/plugins/wordpress-seo/admin/views/tabs/metas/breadcrumbs.php'),(3869,'/plugins/wordpress-seo/admin/views/tabs/metas/general.php'),(3870,'/plugins/wordpress-seo/admin/views/tabs/metas/media.php'),(3871,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/author-archive-settings.php'),(3872,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/breadcrumbs-content.php'),(3873,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/date-archives-settings.php'),(3874,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/front-page-content.php'),(3875,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/force-rewrite-title.php'),(3876,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/homepage.php'),(3877,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/knowledge-graph.php'),(3878,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/general/title-separator.php'),(3879,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/integrations/wincher.php'),(3880,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/media-content.php'),(3881,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post-type-content.php'),(3882,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/post-type.php'),(3883,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/post_type/woocommerce-shop-page.php'),(3884,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/rss-content.php'),(3885,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/special-pages.php'),(3886,'/plugins/wordpress-seo/admin/views/tabs/metas/paper-content/taxonomy-content.php'),(3887,'/plugins/wordpress-seo/admin/views/tabs/metas/post-types.php'),(3888,'/plugins/wordpress-seo/admin/views/tabs/metas/rss.php'),(3889,'/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies/category-url.php'),(3890,'/plugins/wordpress-seo/admin/views/tabs/metas/taxonomies.php'),(3891,'/plugins/wordpress-seo/admin/views/tabs/network/features.php'),(3892,'/plugins/wordpress-seo/admin/views/tabs/network/general.php'),(3893,'/plugins/wordpress-seo/admin/views/tabs/network/integrations.php'),(3894,'/plugins/wordpress-seo/admin/views/tabs/network/restore-site.php'),(3895,'/plugins/wordpress-seo/admin/views/tabs/social/accounts.php'),(3896,'/plugins/wordpress-seo/admin/views/tabs/social/facebook.php'),(3897,'/plugins/wordpress-seo/admin/views/tabs/social/pinterest.php'),(3898,'/plugins/wordpress-seo/admin/views/tabs/social/twitterbox.php'),(3899,'/plugins/wordpress-seo/admin/views/tabs/tool/import-seo.php'),(3900,'/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-export.php'),(3901,'/plugins/wordpress-seo/admin/views/tabs/tool/wpseo-import.php'),(3902,'/plugins/wordpress-seo/admin/views/tool-bulk-editor.php'),(3903,'/plugins/wordpress-seo/admin/views/tool-file-editor.php'),(3904,'/plugins/wordpress-seo/admin/views/tool-import-export.php'),(3905,'/plugins/wordpress-seo/admin/views/user-profile.php'),(3906,'/plugins/wordpress-seo/admin/watchers/class-slug-change-watcher.php'),(3907,'/plugins/wordpress-seo/images/Yoast_SEO_negative_icon.svg'),(3908,'/plugins/wordpress-seo/images/alert-error-icon.svg'),(3909,'/plugins/wordpress-seo/images/alert-info-icon.svg'),(3910,'/plugins/wordpress-seo/images/alert-success-icon.svg'),(3911,'/plugins/wordpress-seo/images/alert-warning-icon.svg'),(3912,'/plugins/wordpress-seo/images/brushstroke_background.svg'),(3913,'/plugins/wordpress-seo/images/error-icon.svg'),(3914,'/plugins/wordpress-seo/images/index.php'),(3915,'/plugins/wordpress-seo/images/link-in-icon.svg'),(3916,'/plugins/wordpress-seo/images/link-out-icon.svg'),(3917,'/plugins/wordpress-seo/images/local_plugin_assistant.svg'),(3918,'/plugins/wordpress-seo/images/mirrored_fit_bubble_man_1_optim.svg'),(3919,'/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_1_optim.svg'),(3920,'/plugins/wordpress-seo/images/mirrored_fit_bubble_woman_2_optim.svg'),(3921,'/plugins/wordpress-seo/images/new-to-configuration-notice.svg'),(3922,'/plugins/wordpress-seo/images/news_plugin_assistant.svg'),(3923,'/plugins/wordpress-seo/images/readability-icon.svg'),(3924,'/plugins/wordpress-seo/images/support-team.svg'),(3925,'/plugins/wordpress-seo/images/video_plugin_assistant.svg'),(3926,'/plugins/wordpress-seo/images/woo_plugin_assistant.svg'),(3927,'/plugins/wordpress-seo/inc/class-addon-manager.php'),(3928,'/plugins/wordpress-seo/inc/class-my-yoast-api-request.php'),(3929,'/plugins/wordpress-seo/inc/class-post-type.php'),(3930,'/plugins/wordpress-seo/inc/class-rewrite.php'),(3931,'/plugins/wordpress-seo/inc/class-upgrade-history.php'),(3932,'/plugins/wordpress-seo/inc/class-upgrade.php'),(3933,'/plugins/wordpress-seo/inc/class-wpseo-admin-bar-menu.php'),(3934,'/plugins/wordpress-seo/inc/class-wpseo-content-images.php'),(3935,'/plugins/wordpress-seo/inc/class-wpseo-custom-fields.php'),(3936,'/plugins/wordpress-seo/inc/class-wpseo-custom-taxonomies.php'),(3937,'/plugins/wordpress-seo/inc/class-wpseo-features.php'),(3938,'/plugins/wordpress-seo/inc/class-wpseo-image-utils.php'),(3939,'/plugins/wordpress-seo/inc/class-wpseo-installation.php'),(3940,'/plugins/wordpress-seo/inc/class-wpseo-meta.php'),(3941,'/plugins/wordpress-seo/inc/class-wpseo-primary-term.php'),(3942,'/plugins/wordpress-seo/inc/class-wpseo-rank.php'),(3943,'/plugins/wordpress-seo/inc/class-wpseo-replace-vars.php'),(3944,'/plugins/wordpress-seo/inc/class-wpseo-replacement-variable.php'),(3945,'/plugins/wordpress-seo/inc/class-wpseo-shortlinker.php'),(3946,'/plugins/wordpress-seo/inc/class-wpseo-statistics.php'),(3947,'/plugins/wordpress-seo/inc/class-wpseo-utils.php'),(3948,'/plugins/wordpress-seo/inc/date-helper.php'),(3949,'/plugins/wordpress-seo/inc/exceptions/class-myyoast-bad-request-exception.php'),(3950,'/plugins/wordpress-seo/inc/exceptions/class-myyoast-invalid-json-exception.php'),(3951,'/plugins/wordpress-seo/inc/health-check-curl-version.php'),(3952,'/plugins/wordpress-seo/inc/health-check-default-tagline.php'),(3953,'/plugins/wordpress-seo/inc/health-check-links-table-not-accessible.php'),(3954,'/plugins/wordpress-seo/inc/health-check-page-comments.php'),(3955,'/plugins/wordpress-seo/inc/health-check-postname-permalink.php'),(3956,'/plugins/wordpress-seo/inc/health-check-ryte.php'),(3957,'/plugins/wordpress-seo/inc/health-check.php'),(3958,'/plugins/wordpress-seo/inc/index.php'),(3959,'/plugins/wordpress-seo/inc/interface-wpseo-wordpress-ajax-integration.php'),(3960,'/plugins/wordpress-seo/inc/interface-wpseo-wordpress-integration.php'),(3961,'/plugins/wordpress-seo/inc/language-utils.php'),(3962,'/plugins/wordpress-seo/inc/options/class-wpseo-option-ms.php'),(3963,'/plugins/wordpress-seo/inc/options/class-wpseo-option-social.php'),(3964,'/plugins/wordpress-seo/inc/options/class-wpseo-option-titles.php'),(3965,'/plugins/wordpress-seo/inc/options/class-wpseo-option-wpseo.php'),(3966,'/plugins/wordpress-seo/inc/options/class-wpseo-option.php'),(3967,'/plugins/wordpress-seo/inc/options/class-wpseo-options.php'),(3968,'/plugins/wordpress-seo/inc/options/class-wpseo-taxonomy-meta.php'),(3969,'/plugins/wordpress-seo/inc/sitemaps/class-author-sitemap-provider.php'),(3970,'/plugins/wordpress-seo/inc/sitemaps/class-post-type-sitemap-provider.php'),(3971,'/plugins/wordpress-seo/inc/sitemaps/class-sitemap-cache-data.php'),(3972,'/plugins/wordpress-seo/inc/sitemaps/class-sitemap-image-parser.php'),(3973,'/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-admin.php'),(3974,'/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache-validator.php'),(3975,'/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-cache.php'),(3976,'/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-renderer.php'),(3977,'/plugins/wordpress-seo/inc/sitemaps/class-sitemaps-router.php'),(3978,'/plugins/wordpress-seo/inc/sitemaps/class-sitemaps.php'),(3979,'/plugins/wordpress-seo/inc/sitemaps/class-taxonomy-sitemap-provider.php'),(3980,'/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-cache-data.php'),(3981,'/plugins/wordpress-seo/inc/sitemaps/interface-sitemap-provider.php'),(3982,'/plugins/wordpress-seo/inc/wpseo-functions-deprecated.php'),(3983,'/plugins/wordpress-seo/inc/wpseo-functions.php'),(3984,'/plugins/wordpress-seo/inc/wpseo-non-ajax-functions.php'),(3985,'/plugins/wordpress-seo/index.php'),(3986,'/plugins/wordpress-seo/js/dist/addon-installation.js'),(3987,'/plugins/wordpress-seo/js/dist/admin-global.js'),(3988,'/plugins/wordpress-seo/js/dist/admin-modules.js'),(3989,'/plugins/wordpress-seo/js/dist/analysis-worker.js'),(3990,'/plugins/wordpress-seo/js/dist/api-client.js'),(3991,'/plugins/wordpress-seo/js/dist/block-editor.js'),(3992,'/plugins/wordpress-seo/js/dist/bulk-editor.js'),(3993,'/plugins/wordpress-seo/js/dist/classic-editor.js'),(3994,'/plugins/wordpress-seo/js/dist/dashboard-widget.js'),(3995,'/plugins/wordpress-seo/js/dist/dynamic-blocks.js'),(3996,'/plugins/wordpress-seo/js/dist/edit-page.js'),(3997,'/plugins/wordpress-seo/js/dist/editor-modules.js'),(3998,'/plugins/wordpress-seo/js/dist/elementor.js'),(3999,'/plugins/wordpress-seo/js/dist/externals/analysis.js'),(4000,'/plugins/wordpress-seo/js/dist/externals/analysisReport.js'),(4001,'/plugins/wordpress-seo/js/dist/externals/components.js'),(4002,'/plugins/wordpress-seo/js/dist/externals/componentsNew.js'),(4003,'/plugins/wordpress-seo/js/dist/externals/draftJs.js'),(4004,'/plugins/wordpress-seo/js/dist/externals/featureFlag.js'),(4005,'/plugins/wordpress-seo/js/dist/externals/helpers.js'),(4006,'/plugins/wordpress-seo/js/dist/externals/jed.js'),(4007,'/plugins/wordpress-seo/js/dist/externals/propTypes.js'),(4008,'/plugins/wordpress-seo/js/dist/externals/redux.js'),(4009,'/plugins/wordpress-seo/js/dist/externals/replacementVariableEditor.js'),(4010,'/plugins/wordpress-seo/js/dist/externals/schemaBlocks.js'),(4011,'/plugins/wordpress-seo/js/dist/externals/searchMetadataPreviews.js'),(4012,'/plugins/wordpress-seo/js/dist/externals/socialMetadataForms.js'),(4013,'/plugins/wordpress-seo/js/dist/externals/styleGuide.js'),(4014,'/plugins/wordpress-seo/js/dist/externals/styledComponents.js'),(4015,'/plugins/wordpress-seo/js/dist/externals-components.js'),(4016,'/plugins/wordpress-seo/js/dist/externals-contexts.js'),(4017,'/plugins/wordpress-seo/js/dist/externals-redux.js'),(4018,'/plugins/wordpress-seo/js/dist/filter-explanation.js'),(4019,'/plugins/wordpress-seo/js/dist/help-scout-beacon.js'),(4020,'/plugins/wordpress-seo/js/dist/import.js'),(4021,'/plugins/wordpress-seo/js/dist/indexation.js'),(4022,'/plugins/wordpress-seo/js/dist/installation-success.js'),(4023,'/plugins/wordpress-seo/js/dist/languages/ar.js'),(4024,'/plugins/wordpress-seo/js/dist/languages/ca.js'),(4025,'/plugins/wordpress-seo/js/dist/languages/cs.js'),(4026,'/plugins/wordpress-seo/js/dist/languages/de.js'),(4027,'/plugins/wordpress-seo/js/dist/languages/default.js'),(4028,'/plugins/wordpress-seo/js/dist/languages/el.js'),(4029,'/plugins/wordpress-seo/js/dist/languages/en.js'),(4030,'/plugins/wordpress-seo/js/dist/languages/es.js'),(4031,'/plugins/wordpress-seo/js/dist/languages/fa.js'),(4032,'/plugins/wordpress-seo/js/dist/languages/fr.js'),(4033,'/plugins/wordpress-seo/js/dist/languages/he.js'),(4034,'/plugins/wordpress-seo/js/dist/languages/hu.js'),(4035,'/plugins/wordpress-seo/js/dist/languages/id.js'),(4036,'/plugins/wordpress-seo/js/dist/languages/it.js'),(4037,'/plugins/wordpress-seo/js/dist/languages/ja.js'),(4038,'/plugins/wordpress-seo/js/dist/languages/nb.js'),(4039,'/plugins/wordpress-seo/js/dist/languages/nl.js'),(4040,'/plugins/wordpress-seo/js/dist/languages/pl.js'),(4041,'/plugins/wordpress-seo/js/dist/languages/pt.js'),(4042,'/plugins/wordpress-seo/js/dist/languages/ru.js'),(4043,'/plugins/wordpress-seo/js/dist/languages/sk.js'),(4044,'/plugins/wordpress-seo/js/dist/languages/sv.js'),(4045,'/plugins/wordpress-seo/js/dist/languages/tr.js'),(4046,'/plugins/wordpress-seo/js/dist/network-admin.js'),(4047,'/plugins/wordpress-seo/js/dist/post-edit.js'),(4048,'/plugins/wordpress-seo/js/dist/quick-edit-handler.js'),(4049,'/plugins/wordpress-seo/js/dist/react-select.js'),(4050,'/plugins/wordpress-seo/js/dist/reindex-links.js'),(4051,'/plugins/wordpress-seo/js/dist/schema-blocks.js'),(4052,'/plugins/wordpress-seo/js/dist/select2/i18n/af.js'),(4053,'/plugins/wordpress-seo/js/dist/select2/i18n/ar.js'),(4054,'/plugins/wordpress-seo/js/dist/select2/i18n/az.js'),(4055,'/plugins/wordpress-seo/js/dist/select2/i18n/bg.js'),(4056,'/plugins/wordpress-seo/js/dist/select2/i18n/bn.js'),(4057,'/plugins/wordpress-seo/js/dist/select2/i18n/bs.js'),(4058,'/plugins/wordpress-seo/js/dist/select2/i18n/ca.js'),(4059,'/plugins/wordpress-seo/js/dist/select2/i18n/cs.js'),(4060,'/plugins/wordpress-seo/js/dist/select2/i18n/da.js'),(4061,'/plugins/wordpress-seo/js/dist/select2/i18n/de.js'),(4062,'/plugins/wordpress-seo/js/dist/select2/i18n/dsb.js'),(4063,'/plugins/wordpress-seo/js/dist/select2/i18n/el.js'),(4064,'/plugins/wordpress-seo/js/dist/select2/i18n/en.js'),(4065,'/plugins/wordpress-seo/js/dist/select2/i18n/eo.js'),(4066,'/plugins/wordpress-seo/js/dist/select2/i18n/es.js'),(4067,'/plugins/wordpress-seo/js/dist/select2/i18n/et.js'),(4068,'/plugins/wordpress-seo/js/dist/select2/i18n/eu.js'),(4069,'/plugins/wordpress-seo/js/dist/select2/i18n/fa.js'),(4070,'/plugins/wordpress-seo/js/dist/select2/i18n/fi.js'),(4071,'/plugins/wordpress-seo/js/dist/select2/i18n/fr.js'),(4072,'/plugins/wordpress-seo/js/dist/select2/i18n/gl.js'),(4073,'/plugins/wordpress-seo/js/dist/select2/i18n/he.js'),(4074,'/plugins/wordpress-seo/js/dist/select2/i18n/hi.js'),(4075,'/plugins/wordpress-seo/js/dist/select2/i18n/hr.js'),(4076,'/plugins/wordpress-seo/js/dist/select2/i18n/hsb.js'),(4077,'/plugins/wordpress-seo/js/dist/select2/i18n/hu.js'),(4078,'/plugins/wordpress-seo/js/dist/select2/i18n/hy.js'),(4079,'/plugins/wordpress-seo/js/dist/select2/i18n/id.js'),(4080,'/plugins/wordpress-seo/js/dist/select2/i18n/is.js'),(4081,'/plugins/wordpress-seo/js/dist/select2/i18n/it.js'),(4082,'/plugins/wordpress-seo/js/dist/select2/i18n/ja.js'),(4083,'/plugins/wordpress-seo/js/dist/select2/i18n/ka.js'),(4084,'/plugins/wordpress-seo/js/dist/select2/i18n/km.js'),(4085,'/plugins/wordpress-seo/js/dist/select2/i18n/ko.js'),(4086,'/plugins/wordpress-seo/js/dist/select2/i18n/lt.js'),(4087,'/plugins/wordpress-seo/js/dist/select2/i18n/lv.js'),(4088,'/plugins/wordpress-seo/js/dist/select2/i18n/mk.js'),(4089,'/plugins/wordpress-seo/js/dist/select2/i18n/ms.js'),(4090,'/plugins/wordpress-seo/js/dist/select2/i18n/nb.js'),(4091,'/plugins/wordpress-seo/js/dist/select2/i18n/ne.js'),(4092,'/plugins/wordpress-seo/js/dist/select2/i18n/nl.js'),(4093,'/plugins/wordpress-seo/js/dist/select2/i18n/pa.js'),(4094,'/plugins/wordpress-seo/js/dist/select2/i18n/pl.js'),(4095,'/plugins/wordpress-seo/js/dist/select2/i18n/ps.js'),(4096,'/plugins/wordpress-seo/js/dist/select2/i18n/pt-BR.js'),(4097,'/plugins/wordpress-seo/js/dist/select2/i18n/pt.js'),(4098,'/plugins/wordpress-seo/js/dist/select2/i18n/ro.js'),(4099,'/plugins/wordpress-seo/js/dist/select2/i18n/ru.js'),(4100,'/plugins/wordpress-seo/js/dist/select2/i18n/sk.js'),(4101,'/plugins/wordpress-seo/js/dist/select2/i18n/sl.js'),(4102,'/plugins/wordpress-seo/js/dist/select2/i18n/sq.js'),(4103,'/plugins/wordpress-seo/js/dist/select2/i18n/sr-Cyrl.js'),(4104,'/plugins/wordpress-seo/js/dist/select2/i18n/sr.js'),(4105,'/plugins/wordpress-seo/js/dist/select2/i18n/sv.js'),(4106,'/plugins/wordpress-seo/js/dist/select2/i18n/te.js'),(4107,'/plugins/wordpress-seo/js/dist/select2/i18n/th.js'),(4108,'/plugins/wordpress-seo/js/dist/select2/i18n/tk.js'),(4109,'/plugins/wordpress-seo/js/dist/select2/i18n/tr.js'),(4110,'/plugins/wordpress-seo/js/dist/select2/i18n/uk.js'),(4111,'/plugins/wordpress-seo/js/dist/select2/i18n/vi.js'),(4112,'/plugins/wordpress-seo/js/dist/select2/i18n/zh-CN.js'),(4113,'/plugins/wordpress-seo/js/dist/select2/i18n/zh-TW.js'),(4114,'/plugins/wordpress-seo/js/dist/select2/select2.full.min.js'),(4115,'/plugins/wordpress-seo/js/dist/settings.js'),(4116,'/plugins/wordpress-seo/js/dist/structured-data-blocks.js'),(4117,'/plugins/wordpress-seo/js/dist/term-edit.js'),(4118,'/plugins/wordpress-seo/js/dist/used-keywords-assessment.js'),(4119,'/plugins/wordpress-seo/js/dist/workouts.js'),(4120,'/plugins/wordpress-seo/languages/wordpress-seojs.php'),(4121,'/plugins/wordpress-seo/languages/yoast-components.php'),(4122,'/plugins/wordpress-seo/languages/yoast-seo-js.php'),(4123,'/plugins/wordpress-seo/lib/abstract-main.php'),(4124,'/plugins/wordpress-seo/lib/dependency-injection/container-registry.php'),(4125,'/plugins/wordpress-seo/lib/migrations/adapter.php'),(4126,'/plugins/wordpress-seo/lib/migrations/column.php'),(4127,'/plugins/wordpress-seo/lib/migrations/constants.php'),(4128,'/plugins/wordpress-seo/lib/migrations/migration.php'),(4129,'/plugins/wordpress-seo/lib/migrations/table.php'),(4130,'/plugins/wordpress-seo/lib/model.php'),(4131,'/plugins/wordpress-seo/lib/orm.php'),(4132,'/plugins/wordpress-seo/packages/js/images/Yoast_SEO_Icon.svg'),(4133,'/plugins/wordpress-seo/packages/js/images/Yoast_icon_kader.svg'),(4134,'/plugins/wordpress-seo/packages/js/images/icon-arrow-down.svg'),(4135,'/plugins/wordpress-seo/packages/js/images/icon-facebook.svg'),(4136,'/plugins/wordpress-seo/packages/js/images/icon-twitter.svg'),(4137,'/plugins/wordpress-seo/packages/js/images/local_assistant.svg'),(4138,'/plugins/wordpress-seo/packages/js/images/motivated_bubble_woman_1_optim.svg'),(4139,'/plugins/wordpress-seo/src/actions/addon-installation/addon-activate-action.php'),(4140,'/plugins/wordpress-seo/src/actions/addon-installation/addon-install-action.php'),(4141,'/plugins/wordpress-seo/src/actions/alert-dismissal-action.php'),(4142,'/plugins/wordpress-seo/src/actions/configuration/configuration-workout-action.php'),(4143,'/plugins/wordpress-seo/src/actions/importing/abstract-aioseo-settings-importing-action.php'),(4144,'/plugins/wordpress-seo/src/actions/importing/abstract-importing-action.php'),(4145,'/plugins/wordpress-seo/src/actions/importing/aioseo-custom-archive-settings-importing-action.php'),(4146,'/plugins/wordpress-seo/src/actions/importing/aioseo-default-archive-settings-importing-action.php'),(4147,'/plugins/wordpress-seo/src/actions/importing/aioseo-general-settings-importing-action.php'),(4148,'/plugins/wordpress-seo/src/actions/importing/aioseo-posts-importing-action.php'),(4149,'/plugins/wordpress-seo/src/actions/importing/aioseo-posttype-defaults-settings-importing-action.php'),(4150,'/plugins/wordpress-seo/src/actions/importing/aioseo-taxonomy-settings-importing-action.php'),(4151,'/plugins/wordpress-seo/src/actions/importing/deactivate-conflicting-plugins-action.php'),(4152,'/plugins/wordpress-seo/src/actions/importing/import-cursor-manager-trait.php'),(4153,'/plugins/wordpress-seo/src/actions/importing/importing-action-interface.php'),(4154,'/plugins/wordpress-seo/src/actions/indexables/indexable-head-action.php'),(4155,'/plugins/wordpress-seo/src/actions/indexing/abstract-indexing-action.php'),(4156,'/plugins/wordpress-seo/src/actions/indexing/abstract-link-indexing-action.php'),(4157,'/plugins/wordpress-seo/src/actions/indexing/indexable-general-indexation-action.php'),(4158,'/plugins/wordpress-seo/src/actions/indexing/indexable-indexing-complete-action.php'),(4159,'/plugins/wordpress-seo/src/actions/indexing/indexable-post-indexation-action.php'),(4160,'/plugins/wordpress-seo/src/actions/indexing/indexable-post-type-archive-indexation-action.php'),(4161,'/plugins/wordpress-seo/src/actions/indexing/indexable-term-indexation-action.php'),(4162,'/plugins/wordpress-seo/src/actions/indexing/indexation-action-interface.php'),(4163,'/plugins/wordpress-seo/src/actions/indexing/indexing-complete-action.php'),(4164,'/plugins/wordpress-seo/src/actions/indexing/indexing-prepare-action.php'),(4165,'/plugins/wordpress-seo/src/actions/indexing/limited-indexing-action-interface.php'),(4166,'/plugins/wordpress-seo/src/actions/indexing/post-link-indexing-action.php'),(4167,'/plugins/wordpress-seo/src/actions/indexing/term-link-indexing-action.php'),(4168,'/plugins/wordpress-seo/src/actions/semrush/semrush-login-action.php'),(4169,'/plugins/wordpress-seo/src/actions/semrush/semrush-options-action.php'),(4170,'/plugins/wordpress-seo/src/actions/semrush/semrush-phrases-action.php'),(4171,'/plugins/wordpress-seo/src/actions/wincher/wincher-account-action.php'),(4172,'/plugins/wordpress-seo/src/actions/wincher/wincher-keyphrases-action.php'),(4173,'/plugins/wordpress-seo/src/actions/wincher/wincher-login-action.php'),(4174,'/plugins/wordpress-seo/src/builders/indexable-author-builder.php'),(4175,'/plugins/wordpress-seo/src/builders/indexable-builder.php'),(4176,'/plugins/wordpress-seo/src/builders/indexable-date-archive-builder.php'),(4177,'/plugins/wordpress-seo/src/builders/indexable-hierarchy-builder.php'),(4178,'/plugins/wordpress-seo/src/builders/indexable-home-page-builder.php'),(4179,'/plugins/wordpress-seo/src/builders/indexable-link-builder.php'),(4180,'/plugins/wordpress-seo/src/builders/indexable-post-builder.php'),(4181,'/plugins/wordpress-seo/src/builders/indexable-post-type-archive-builder.php'),(4182,'/plugins/wordpress-seo/src/builders/indexable-social-image-trait.php'),(4183,'/plugins/wordpress-seo/src/builders/indexable-system-page-builder.php'),(4184,'/plugins/wordpress-seo/src/builders/indexable-term-builder.php'),(4185,'/plugins/wordpress-seo/src/builders/primary-term-builder.php'),(4186,'/plugins/wordpress-seo/src/commands/command-interface.php'),(4187,'/plugins/wordpress-seo/src/commands/index-command.php'),(4188,'/plugins/wordpress-seo/src/conditionals/addon-installation-conditional.php'),(4189,'/plugins/wordpress-seo/src/conditionals/admin/doing-post-quick-edit-save-conditional.php'),(4190,'/plugins/wordpress-seo/src/conditionals/admin/estimated-reading-time-conditional.php'),(4191,'/plugins/wordpress-seo/src/conditionals/admin/licenses-page-conditional.php'),(4192,'/plugins/wordpress-seo/src/conditionals/admin/post-conditional.php'),(4193,'/plugins/wordpress-seo/src/conditionals/admin/posts-overview-or-ajax-conditional.php'),(4194,'/plugins/wordpress-seo/src/conditionals/admin-conditional.php'),(4195,'/plugins/wordpress-seo/src/conditionals/aioseo-v4-importer-conditional.php'),(4196,'/plugins/wordpress-seo/src/conditionals/conditional-interface.php'),(4197,'/plugins/wordpress-seo/src/conditionals/development-conditional.php'),(4198,'/plugins/wordpress-seo/src/conditionals/feature-flag-conditional.php'),(4199,'/plugins/wordpress-seo/src/conditionals/front-end-conditional.php'),(4200,'/plugins/wordpress-seo/src/conditionals/get-request-conditional.php'),(4201,'/plugins/wordpress-seo/src/conditionals/headless-rest-endpoints-enabled-conditional.php'),(4202,'/plugins/wordpress-seo/src/conditionals/import-tool-selected-conditional.php'),(4203,'/plugins/wordpress-seo/src/conditionals/installation-success-conditional.php'),(4204,'/plugins/wordpress-seo/src/conditionals/jetpack-conditional.php'),(4205,'/plugins/wordpress-seo/src/conditionals/migrations-conditional.php'),(4206,'/plugins/wordpress-seo/src/conditionals/news-conditional.php'),(4207,'/plugins/wordpress-seo/src/conditionals/no-conditionals-trait.php'),(4208,'/plugins/wordpress-seo/src/conditionals/no-tool-selected-conditional.php'),(4209,'/plugins/wordpress-seo/src/conditionals/non-multisite-conditional.php'),(4210,'/plugins/wordpress-seo/src/conditionals/not-admin-ajax-conditional.php'),(4211,'/plugins/wordpress-seo/src/conditionals/open-graph-conditional.php'),(4212,'/plugins/wordpress-seo/src/conditionals/premium-inactive-conditional.php'),(4213,'/plugins/wordpress-seo/src/conditionals/primary-category-conditional.php'),(4214,'/plugins/wordpress-seo/src/conditionals/schema-blocks-conditional.php'),(4215,'/plugins/wordpress-seo/src/conditionals/semrush-enabled-conditional.php'),(4216,'/plugins/wordpress-seo/src/conditionals/should-index-links-conditional.php'),(4217,'/plugins/wordpress-seo/src/conditionals/the-events-calendar-conditional.php'),(4218,'/plugins/wordpress-seo/src/conditionals/third-party/elementor-activated-conditional.php'),(4219,'/plugins/wordpress-seo/src/conditionals/third-party/elementor-edit-conditional.php'),(4220,'/plugins/wordpress-seo/src/conditionals/third-party/w3-total-cache-conditional.php'),(4221,'/plugins/wordpress-seo/src/conditionals/third-party/wpml-conditional.php'),(4222,'/plugins/wordpress-seo/src/conditionals/third-party/wpml-wpseo-conditional.php'),(4223,'/plugins/wordpress-seo/src/conditionals/user-can-manage-wpseo-options-conditional.php'),(4224,'/plugins/wordpress-seo/src/conditionals/web-stories-conditional.php'),(4225,'/plugins/wordpress-seo/src/conditionals/wincher-automatically-track-conditional.php'),(4226,'/plugins/wordpress-seo/src/conditionals/wincher-conditional.php'),(4227,'/plugins/wordpress-seo/src/conditionals/wincher-enabled-conditional.php'),(4228,'/plugins/wordpress-seo/src/conditionals/wincher-token-conditional.php'),(4229,'/plugins/wordpress-seo/src/conditionals/woocommerce-conditional.php'),(4230,'/plugins/wordpress-seo/src/conditionals/wp-robots-conditional.php'),(4231,'/plugins/wordpress-seo/src/conditionals/xmlrpc-conditional.php'),(4232,'/plugins/wordpress-seo/src/conditionals/yoast-admin-and-dashboard-conditional.php'),(4233,'/plugins/wordpress-seo/src/conditionals/yoast-tools-page-conditional.php'),(4234,'/plugins/wordpress-seo/src/config/badge-group-names.php'),(4235,'/plugins/wordpress-seo/src/config/conflicting-plugins.php'),(4236,'/plugins/wordpress-seo/src/config/indexing-reasons.php'),(4237,'/plugins/wordpress-seo/src/config/migration-status.php'),(4238,'/plugins/wordpress-seo/src/config/migrations/20171228151840_WpYoastIndexable.php'),(4239,'/plugins/wordpress-seo/src/config/migrations/20171228151841_WpYoastPrimaryTerm.php'),(4240,'/plugins/wordpress-seo/src/config/migrations/20190529075038_WpYoastDropIndexableMetaTableIfExists.php'),(4241,'/plugins/wordpress-seo/src/config/migrations/20191011111109_WpYoastIndexableHierarchy.php'),(4242,'/plugins/wordpress-seo/src/config/migrations/20200408101900_AddCollationToTables.php'),(4243,'/plugins/wordpress-seo/src/config/migrations/20200420073606_AddColumnsToIndexables.php'),(4244,'/plugins/wordpress-seo/src/config/migrations/20200428123747_BreadcrumbTitleAndHierarchyReset.php'),(4245,'/plugins/wordpress-seo/src/config/migrations/20200428194858_ExpandIndexableColumnLengths.php'),(4246,'/plugins/wordpress-seo/src/config/migrations/20200429105310_TruncateIndexableTables.php'),(4247,'/plugins/wordpress-seo/src/config/migrations/20200430075614_AddIndexableObjectIdAndTypeIndex.php'),(4248,'/plugins/wordpress-seo/src/config/migrations/20200430150130_ClearIndexableTables.php'),(4249,'/plugins/wordpress-seo/src/config/migrations/20200507054848_DeleteDuplicateIndexables.php'),(4250,'/plugins/wordpress-seo/src/config/migrations/20200513133401_ResetIndexableHierarchyTable.php'),(4251,'/plugins/wordpress-seo/src/config/migrations/20200609154515_AddHasAncestorsColumn.php'),(4252,'/plugins/wordpress-seo/src/config/migrations/20200616130143_ReplacePermalinkHashIndex.php'),(4253,'/plugins/wordpress-seo/src/config/migrations/20200617122511_CreateSEOLinksTable.php'),(4254,'/plugins/wordpress-seo/src/config/migrations/20200702141921_CreateIndexableSubpagesIndex.php'),(4255,'/plugins/wordpress-seo/src/config/migrations/20200728095334_AddIndexesForProminentWordsOnIndexables.php'),(4256,'/plugins/wordpress-seo/src/config/migrations/20201202144329_AddEstimatedReadingTime.php'),(4257,'/plugins/wordpress-seo/src/config/migrations/20201216124002_ExpandIndexableIDColumnLengths.php'),(4258,'/plugins/wordpress-seo/src/config/migrations/20201216141134_ExpandPrimaryTermIDColumnLengths.php'),(4259,'/plugins/wordpress-seo/src/config/migrations/20210817092415_AddVersionColumnToIndexables.php'),(4260,'/plugins/wordpress-seo/src/config/migrations/20211020091404_AddObjectTimestamps.php'),(4261,'/plugins/wordpress-seo/src/config/oauth-client.php'),(4262,'/plugins/wordpress-seo/src/config/researcher-languages.php'),(4263,'/plugins/wordpress-seo/src/config/schema-ids.php'),(4264,'/plugins/wordpress-seo/src/config/schema-types.php'),(4265,'/plugins/wordpress-seo/src/config/semrush-client.php'),(4266,'/plugins/wordpress-seo/src/config/wincher-client.php'),(4267,'/plugins/wordpress-seo/src/config/wincher-pkce-provider.php'),(4268,'/plugins/wordpress-seo/src/context/meta-tags-context.php'),(4269,'/plugins/wordpress-seo/src/deprecated/admin/add-keyword-modal.php'),(4270,'/plugins/wordpress-seo/src/deprecated/admin/ajax/class-recalculate-scores-ajax.php'),(4271,'/plugins/wordpress-seo/src/deprecated/admin/ajax/class-yoast-onpage-ajax.php'),(4272,'/plugins/wordpress-seo/src/deprecated/admin/class-recalculate-scores.php'),(4273,'/plugins/wordpress-seo/src/deprecated/admin/class-social-admin.php'),(4274,'/plugins/wordpress-seo/src/deprecated/admin/endpoints/class-endpoint-ryte.php'),(4275,'/plugins/wordpress-seo/src/deprecated/admin/extension-manager.php'),(4276,'/plugins/wordpress-seo/src/deprecated/admin/extension.php'),(4277,'/plugins/wordpress-seo/src/deprecated/admin/extensions.php'),(4278,'/plugins/wordpress-seo/src/deprecated/admin/keyword-synonyms-modal.php'),(4279,'/plugins/wordpress-seo/src/deprecated/admin/license-page-manager.php'),(4280,'/plugins/wordpress-seo/src/deprecated/admin/links/class-link-compatibility-notifier.php'),(4281,'/plugins/wordpress-seo/src/deprecated/admin/links/class-link-table-accessible-notifier.php'),(4282,'/plugins/wordpress-seo/src/deprecated/admin/multiple-keywords-modal.php'),(4283,'/plugins/wordpress-seo/src/deprecated/admin/notifiers/class-post-type-archive-notification-handler.php'),(4284,'/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-option.php'),(4285,'/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage-request.php'),(4286,'/plugins/wordpress-seo/src/deprecated/admin/onpage/class-onpage.php'),(4287,'/plugins/wordpress-seo/src/deprecated/admin/onpage/class-ryte-service.php'),(4288,'/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-posts.php'),(4289,'/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate-terms.php'),(4290,'/plugins/wordpress-seo/src/deprecated/admin/recalculate/class-recalculate.php'),(4291,'/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-content-fields.php'),(4292,'/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-settings-fields.php'),(4293,'/plugins/wordpress-seo/src/deprecated/admin/taxonomy/class-taxonomy-social-fields.php'),(4294,'/plugins/wordpress-seo/src/deprecated/frontend/abstract-class-deprecated-schema-piece.php'),(4295,'/plugins/wordpress-seo/src/deprecated/frontend/breadcrumbs.php'),(4296,'/plugins/wordpress-seo/src/deprecated/frontend/class-frontend-page-type.php'),(4297,'/plugins/wordpress-seo/src/deprecated/frontend/class-handle-404.php'),(4298,'/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-image.php'),(4299,'/plugins/wordpress-seo/src/deprecated/frontend/class-opengraph-oembed.php'),(4300,'/plugins/wordpress-seo/src/deprecated/frontend/class-primary-category.php'),(4301,'/plugins/wordpress-seo/src/deprecated/frontend/class-twitter.php'),(4302,'/plugins/wordpress-seo/src/deprecated/frontend/class-woocommerce-shop-page.php'),(4303,'/plugins/wordpress-seo/src/deprecated/frontend/frontend.php'),(4304,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-article.php'),(4305,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-author.php'),(4306,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-breadcrumb.php'),(4307,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-question-list.php'),(4308,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq-questions.php'),(4309,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-faq.php'),(4310,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-howto.php'),(4311,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-ids.php'),(4312,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-image.php'),(4313,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-main-image.php'),(4314,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-organization.php'),(4315,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-person.php'),(4316,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-utils.php'),(4317,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-webpage.php'),(4318,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema-website.php'),(4319,'/plugins/wordpress-seo/src/deprecated/frontend/schema/class-schema.php'),(4320,'/plugins/wordpress-seo/src/deprecated/frontend/schema/interface-wpseo-graph-piece.php'),(4321,'/plugins/wordpress-seo/src/deprecated/inc/class-wpseo-validator.php'),(4322,'/plugins/wordpress-seo/src/deprecated/index.php'),(4323,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/abstract-link-indexing-action.php'),(4324,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-complete-indexation-action.php'),(4325,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-general-indexation-action.php'),(4326,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-indexation-action.php'),(4327,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-post-type-archive-indexation-action.php'),(4328,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-prepare-indexation-action.php'),(4329,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexable-term-indexation-action.php'),(4330,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/indexation-action-interface.php'),(4331,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/post-link-indexing-action.php'),(4332,'/plugins/wordpress-seo/src/deprecated/src/actions/indexation/term-link-indexing-action.php'),(4333,'/plugins/wordpress-seo/src/deprecated/src/actions/indexing/indexable-prepare-indexation-action.php'),(4334,'/plugins/wordpress-seo/src/deprecated/src/conditionals/farsi-support-conditional.php'),(4335,'/plugins/wordpress-seo/src/deprecated/src/conditionals/greek-support-conditional.php'),(4336,'/plugins/wordpress-seo/src/deprecated/src/conditionals/japanese-support-conditional.php'),(4337,'/plugins/wordpress-seo/src/deprecated/src/conditionals/norwegian-readability-conditional.php'),(4338,'/plugins/wordpress-seo/src/deprecated/src/integrations/admin/indexation-integration.php'),(4339,'/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-notification-integration.php'),(4340,'/plugins/wordpress-seo/src/deprecated/src/integrations/admin/link-count-tools-integration.php'),(4341,'/plugins/wordpress-seo/src/deprecated/src/integrations/third-party/elementor.php'),(4342,'/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-list-item-presenter.php'),(4343,'/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-modal-presenter.php'),(4344,'/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-permalink-warning-presenter.php'),(4345,'/plugins/wordpress-seo/src/deprecated/src/presenters/admin/indexation-warning-presenter.php'),(4346,'/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-list-item-presenter.php'),(4347,'/plugins/wordpress-seo/src/deprecated/src/presenters/admin/link-count-indexing-modal-presenter.php'),(4348,'/plugins/wordpress-seo/src/deprecated/src/presenters/open-graph/fb-app-id-presenter.php'),(4349,'/plugins/wordpress-seo/src/exceptions/addon-installation/addon-activation-error-exception.php'),(4350,'/plugins/wordpress-seo/src/exceptions/addon-installation/addon-already-installed-exception.php'),(4351,'/plugins/wordpress-seo/src/exceptions/addon-installation/addon-installation-error-exception.php'),(4352,'/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-activate-plugins-exception.php'),(4353,'/plugins/wordpress-seo/src/exceptions/addon-installation/user-cannot-install-plugins-exception.php'),(4354,'/plugins/wordpress-seo/src/exceptions/indexable/indexable-exception.php'),(4355,'/plugins/wordpress-seo/src/exceptions/indexable/invalid-term-exception.php'),(4356,'/plugins/wordpress-seo/src/exceptions/indexable/post-not-found-exception.php'),(4357,'/plugins/wordpress-seo/src/exceptions/indexable/source-exception.php'),(4358,'/plugins/wordpress-seo/src/exceptions/indexable/term-not-found-exception.php'),(4359,'/plugins/wordpress-seo/src/exceptions/missing-method.php'),(4360,'/plugins/wordpress-seo/src/exceptions/oauth/authentication-failed-exception.php'),(4361,'/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-property-exception.php'),(4362,'/plugins/wordpress-seo/src/exceptions/oauth/tokens/empty-token-exception.php'),(4363,'/plugins/wordpress-seo/src/exceptions/oauth/tokens/failed-storage-exception.php'),(4364,'/plugins/wordpress-seo/src/functions.php'),(4365,'/plugins/wordpress-seo/src/generated/assets/externals.php'),(4366,'/plugins/wordpress-seo/src/generated/assets/languages.php'),(4367,'/plugins/wordpress-seo/src/generated/assets/plugin.php'),(4368,'/plugins/wordpress-seo/src/generated/container.php'),(4369,'/plugins/wordpress-seo/src/generators/breadcrumbs-generator.php'),(4370,'/plugins/wordpress-seo/src/generators/generator-interface.php'),(4371,'/plugins/wordpress-seo/src/generators/open-graph-image-generator.php'),(4372,'/plugins/wordpress-seo/src/generators/open-graph-locale-generator.php'),(4373,'/plugins/wordpress-seo/src/generators/schema/abstract-schema-piece.php'),(4374,'/plugins/wordpress-seo/src/generators/schema/article.php'),(4375,'/plugins/wordpress-seo/src/generators/schema/author.php'),(4376,'/plugins/wordpress-seo/src/generators/schema/breadcrumb.php'),(4377,'/plugins/wordpress-seo/src/generators/schema/faq.php'),(4378,'/plugins/wordpress-seo/src/generators/schema/howto.php'),(4379,'/plugins/wordpress-seo/src/generators/schema/main-image.php'),(4380,'/plugins/wordpress-seo/src/generators/schema/organization.php'),(4381,'/plugins/wordpress-seo/src/generators/schema/person.php'),(4382,'/plugins/wordpress-seo/src/generators/schema/third-party/events-calendar-schema.php'),(4383,'/plugins/wordpress-seo/src/generators/schema/webpage.php'),(4384,'/plugins/wordpress-seo/src/generators/schema/website.php'),(4385,'/plugins/wordpress-seo/src/generators/schema-generator.php'),(4386,'/plugins/wordpress-seo/src/generators/twitter-image-generator.php'),(4387,'/plugins/wordpress-seo/src/helpers/asset-helper.php'),(4388,'/plugins/wordpress-seo/src/helpers/author-archive-helper.php'),(4389,'/plugins/wordpress-seo/src/helpers/blocks-helper.php'),(4390,'/plugins/wordpress-seo/src/helpers/capability-helper.php'),(4391,'/plugins/wordpress-seo/src/helpers/current-page-helper.php'),(4392,'/plugins/wordpress-seo/src/helpers/date-helper.php'),(4393,'/plugins/wordpress-seo/src/helpers/environment-helper.php'),(4394,'/plugins/wordpress-seo/src/helpers/home-url-helper.php'),(4395,'/plugins/wordpress-seo/src/helpers/image-helper.php'),(4396,'/plugins/wordpress-seo/src/helpers/indexable-helper.php'),(4397,'/plugins/wordpress-seo/src/helpers/indexable-to-postmeta-helper.php'),(4398,'/plugins/wordpress-seo/src/helpers/indexing-helper.php'),(4399,'/plugins/wordpress-seo/src/helpers/input-helper.php'),(4400,'/plugins/wordpress-seo/src/helpers/language-helper.php'),(4401,'/plugins/wordpress-seo/src/helpers/meta-helper.php'),(4402,'/plugins/wordpress-seo/src/helpers/notification-helper.php'),(4403,'/plugins/wordpress-seo/src/helpers/open-graph/image-helper.php'),(4404,'/plugins/wordpress-seo/src/helpers/open-graph/values-helper.php'),(4405,'/plugins/wordpress-seo/src/helpers/options-helper.php'),(4406,'/plugins/wordpress-seo/src/helpers/pagination-helper.php'),(4407,'/plugins/wordpress-seo/src/helpers/permalink-helper.php'),(4408,'/plugins/wordpress-seo/src/helpers/post-helper.php'),(4409,'/plugins/wordpress-seo/src/helpers/post-type-helper.php'),(4410,'/plugins/wordpress-seo/src/helpers/primary-term-helper.php'),(4411,'/plugins/wordpress-seo/src/helpers/product-helper.php'),(4412,'/plugins/wordpress-seo/src/helpers/redirect-helper.php'),(4413,'/plugins/wordpress-seo/src/helpers/request-helper.php'),(4414,'/plugins/wordpress-seo/src/helpers/require-file-helper.php'),(4415,'/plugins/wordpress-seo/src/helpers/robots-helper.php'),(4416,'/plugins/wordpress-seo/src/helpers/schema/article-helper.php'),(4417,'/plugins/wordpress-seo/src/helpers/schema/html-helper.php'),(4418,'/plugins/wordpress-seo/src/helpers/schema/id-helper.php'),(4419,'/plugins/wordpress-seo/src/helpers/schema/image-helper.php'),(4420,'/plugins/wordpress-seo/src/helpers/schema/language-helper.php'),(4421,'/plugins/wordpress-seo/src/helpers/schema/replace-vars-helper.php'),(4422,'/plugins/wordpress-seo/src/helpers/short-link-helper.php'),(4423,'/plugins/wordpress-seo/src/helpers/site-helper.php'),(4424,'/plugins/wordpress-seo/src/helpers/string-helper.php'),(4425,'/plugins/wordpress-seo/src/helpers/taxonomy-helper.php'),(4426,'/plugins/wordpress-seo/src/helpers/twitter/image-helper.php'),(4427,'/plugins/wordpress-seo/src/helpers/url-helper.php'),(4428,'/plugins/wordpress-seo/src/helpers/user-helper.php'),(4429,'/plugins/wordpress-seo/src/helpers/wincher-helper.php'),(4430,'/plugins/wordpress-seo/src/helpers/woocommerce-helper.php'),(4431,'/plugins/wordpress-seo/src/helpers/wordpress-helper.php'),(4432,'/plugins/wordpress-seo/src/helpers/wpdb-helper.php'),(4433,'/plugins/wordpress-seo/src/initializers/disable-core-sitemaps.php'),(4434,'/plugins/wordpress-seo/src/initializers/initializer-interface.php'),(4435,'/plugins/wordpress-seo/src/initializers/migration-runner.php'),(4436,'/plugins/wordpress-seo/src/integrations/abstract-exclude-post-type.php'),(4437,'/plugins/wordpress-seo/src/integrations/admin/addon-installation/dialog-integration.php'),(4438,'/plugins/wordpress-seo/src/integrations/admin/addon-installation/installation-integration.php'),(4439,'/plugins/wordpress-seo/src/integrations/admin/admin-columns-cache-integration.php'),(4440,'/plugins/wordpress-seo/src/integrations/admin/background-indexing-integration.php'),(4441,'/plugins/wordpress-seo/src/integrations/admin/configuration-workout-integration.php'),(4442,'/plugins/wordpress-seo/src/integrations/admin/configurationworkout-notice-integration.php'),(4443,'/plugins/wordpress-seo/src/integrations/admin/cron-integration.php'),(4444,'/plugins/wordpress-seo/src/integrations/admin/disable-concatenate-scripts-integration.php'),(4445,'/plugins/wordpress-seo/src/integrations/admin/fix-news-dependencies-integration.php'),(4446,'/plugins/wordpress-seo/src/integrations/admin/helpscout-beacon.php'),(4447,'/plugins/wordpress-seo/src/integrations/admin/import-integration.php'),(4448,'/plugins/wordpress-seo/src/integrations/admin/indexing-notification-integration.php'),(4449,'/plugins/wordpress-seo/src/integrations/admin/indexing-tool-integration.php'),(4450,'/plugins/wordpress-seo/src/integrations/admin/installation-success-integration.php'),(4451,'/plugins/wordpress-seo/src/integrations/admin/link-count-columns-integration.php'),(4452,'/plugins/wordpress-seo/src/integrations/admin/menu-badge-integration.php'),(4453,'/plugins/wordpress-seo/src/integrations/admin/migration-error-integration.php'),(4454,'/plugins/wordpress-seo/src/integrations/admin/social-templates-integration.php'),(4455,'/plugins/wordpress-seo/src/integrations/admin/workouts-integration.php'),(4456,'/plugins/wordpress-seo/src/integrations/alerts/abstract-dismissable-alert.php'),(4457,'/plugins/wordpress-seo/src/integrations/blocks/abstract-dynamic-block.php'),(4458,'/plugins/wordpress-seo/src/integrations/blocks/block-categories.php'),(4459,'/plugins/wordpress-seo/src/integrations/blocks/breadcrumbs-block.php'),(4460,'/plugins/wordpress-seo/src/integrations/blocks/structured-data-blocks.php'),(4461,'/plugins/wordpress-seo/src/integrations/breadcrumbs-integration.php'),(4462,'/plugins/wordpress-seo/src/integrations/cleanup-integration.php'),(4463,'/plugins/wordpress-seo/src/integrations/duplicate-post-integration.php'),(4464,'/plugins/wordpress-seo/src/integrations/estimated-reading-time.php'),(4465,'/plugins/wordpress-seo/src/integrations/exclude-oembed-cache-post-type.php'),(4466,'/plugins/wordpress-seo/src/integrations/feature-flag-integration.php'),(4467,'/plugins/wordpress-seo/src/integrations/front-end/backwards-compatibility.php'),(4468,'/plugins/wordpress-seo/src/integrations/front-end/category-term-description.php'),(4469,'/plugins/wordpress-seo/src/integrations/front-end/comment-link-fixer.php'),(4470,'/plugins/wordpress-seo/src/integrations/front-end/force-rewrite-title.php'),(4471,'/plugins/wordpress-seo/src/integrations/front-end/handle-404.php'),(4472,'/plugins/wordpress-seo/src/integrations/front-end/indexing-controls.php'),(4473,'/plugins/wordpress-seo/src/integrations/front-end/open-graph-oembed.php'),(4474,'/plugins/wordpress-seo/src/integrations/front-end/redirects.php'),(4475,'/plugins/wordpress-seo/src/integrations/front-end/rss-footer-embed.php'),(4476,'/plugins/wordpress-seo/src/integrations/front-end/schema-accessibility-feature.php'),(4477,'/plugins/wordpress-seo/src/integrations/front-end/theme-titles.php'),(4478,'/plugins/wordpress-seo/src/integrations/front-end/wp-robots-integration.php'),(4479,'/plugins/wordpress-seo/src/integrations/front-end-integration.php'),(4480,'/plugins/wordpress-seo/src/integrations/integration-interface.php'),(4481,'/plugins/wordpress-seo/src/integrations/primary-category.php'),(4482,'/plugins/wordpress-seo/src/integrations/schema-blocks.php'),(4483,'/plugins/wordpress-seo/src/integrations/third-party/amp.php'),(4484,'/plugins/wordpress-seo/src/integrations/third-party/bbpress.php'),(4485,'/plugins/wordpress-seo/src/integrations/third-party/elementor.php'),(4486,'/plugins/wordpress-seo/src/integrations/third-party/exclude-elementor-post-types.php'),(4487,'/plugins/wordpress-seo/src/integrations/third-party/exclude-woocommerce-post-types.php'),(4488,'/plugins/wordpress-seo/src/integrations/third-party/jetpack.php'),(4489,'/plugins/wordpress-seo/src/integrations/third-party/the-events-calendar.php'),(4490,'/plugins/wordpress-seo/src/integrations/third-party/w3-total-cache.php'),(4491,'/plugins/wordpress-seo/src/integrations/third-party/web-stories.php'),(4492,'/plugins/wordpress-seo/src/integrations/third-party/wincher-publish.php'),(4493,'/plugins/wordpress-seo/src/integrations/third-party/wincher.php'),(4494,'/plugins/wordpress-seo/src/integrations/third-party/woocommerce-permalinks.php'),(4495,'/plugins/wordpress-seo/src/integrations/third-party/woocommerce.php'),(4496,'/plugins/wordpress-seo/src/integrations/third-party/wpml-wpseo-notification.php'),(4497,'/plugins/wordpress-seo/src/integrations/third-party/wpml.php'),(4498,'/plugins/wordpress-seo/src/integrations/uninstall-integration.php'),(4499,'/plugins/wordpress-seo/src/integrations/watchers/addon-update-watcher.php'),(4500,'/plugins/wordpress-seo/src/integrations/watchers/auto-update-watcher.php'),(4501,'/plugins/wordpress-seo/src/integrations/watchers/indexable-ancestor-watcher.php'),(4502,'/plugins/wordpress-seo/src/integrations/watchers/indexable-author-watcher.php'),(4503,'/plugins/wordpress-seo/src/integrations/watchers/indexable-category-permalink-watcher.php'),(4504,'/plugins/wordpress-seo/src/integrations/watchers/indexable-date-archive-watcher.php'),(4505,'/plugins/wordpress-seo/src/integrations/watchers/indexable-home-page-watcher.php'),(4506,'/plugins/wordpress-seo/src/integrations/watchers/indexable-homeurl-watcher.php'),(4507,'/plugins/wordpress-seo/src/integrations/watchers/indexable-permalink-watcher.php'),(4508,'/plugins/wordpress-seo/src/integrations/watchers/indexable-post-meta-watcher.php'),(4509,'/plugins/wordpress-seo/src/integrations/watchers/indexable-post-type-archive-watcher.php'),(4510,'/plugins/wordpress-seo/src/integrations/watchers/indexable-post-watcher.php'),(4511,'/plugins/wordpress-seo/src/integrations/watchers/indexable-static-home-page-watcher.php'),(4512,'/plugins/wordpress-seo/src/integrations/watchers/indexable-system-page-watcher.php'),(4513,'/plugins/wordpress-seo/src/integrations/watchers/indexable-term-watcher.php'),(4514,'/plugins/wordpress-seo/src/integrations/watchers/option-titles-watcher.php'),(4515,'/plugins/wordpress-seo/src/integrations/watchers/option-wpseo-watcher.php'),(4516,'/plugins/wordpress-seo/src/integrations/watchers/primary-category-quick-edit-watcher.php'),(4517,'/plugins/wordpress-seo/src/integrations/watchers/primary-term-watcher.php'),(4518,'/plugins/wordpress-seo/src/integrations/xmlrpc.php'),(4519,'/plugins/wordpress-seo/src/loadable-interface.php'),(4520,'/plugins/wordpress-seo/src/loader.php'),(4521,'/plugins/wordpress-seo/src/loggers/logger.php'),(4522,'/plugins/wordpress-seo/src/main.php'),(4523,'/plugins/wordpress-seo/src/memoizers/meta-tags-context-memoizer.php'),(4524,'/plugins/wordpress-seo/src/memoizers/presentation-memoizer.php'),(4525,'/plugins/wordpress-seo/src/models/indexable-extension.php'),(4526,'/plugins/wordpress-seo/src/models/indexable-hierarchy.php'),(4527,'/plugins/wordpress-seo/src/models/indexable.php'),(4528,'/plugins/wordpress-seo/src/models/primary-term.php'),(4529,'/plugins/wordpress-seo/src/models/seo-links.php'),(4530,'/plugins/wordpress-seo/src/models/seo-meta.php'),(4531,'/plugins/wordpress-seo/src/presentations/abstract-presentation.php'),(4532,'/plugins/wordpress-seo/src/presentations/archive-adjacent-trait.php'),(4533,'/plugins/wordpress-seo/src/presentations/indexable-author-archive-presentation.php'),(4534,'/plugins/wordpress-seo/src/presentations/indexable-date-archive-presentation.php'),(4535,'/plugins/wordpress-seo/src/presentations/indexable-error-page-presentation.php'),(4536,'/plugins/wordpress-seo/src/presentations/indexable-home-page-presentation.php'),(4537,'/plugins/wordpress-seo/src/presentations/indexable-post-type-archive-presentation.php'),(4538,'/plugins/wordpress-seo/src/presentations/indexable-post-type-presentation.php'),(4539,'/plugins/wordpress-seo/src/presentations/indexable-presentation.php'),(4540,'/plugins/wordpress-seo/src/presentations/indexable-search-result-page-presentation.php'),(4541,'/plugins/wordpress-seo/src/presentations/indexable-static-home-page-presentation.php'),(4542,'/plugins/wordpress-seo/src/presentations/indexable-static-posts-page-presentation.php'),(4543,'/plugins/wordpress-seo/src/presentations/indexable-term-archive-presentation.php'),(4544,'/plugins/wordpress-seo/src/presenters/abstract-indexable-presenter.php'),(4545,'/plugins/wordpress-seo/src/presenters/abstract-indexable-tag-presenter.php'),(4546,'/plugins/wordpress-seo/src/presenters/abstract-presenter.php'),(4547,'/plugins/wordpress-seo/src/presenters/admin/alert-presenter.php'),(4548,'/plugins/wordpress-seo/src/presenters/admin/auto-update-notification-presenter.php'),(4549,'/plugins/wordpress-seo/src/presenters/admin/badge-presenter.php'),(4550,'/plugins/wordpress-seo/src/presenters/admin/help-link-presenter.php'),(4551,'/plugins/wordpress-seo/src/presenters/admin/indexing-error-presenter.php'),(4552,'/plugins/wordpress-seo/src/presenters/admin/indexing-failed-notification-presenter.php'),(4553,'/plugins/wordpress-seo/src/presenters/admin/indexing-list-item-presenter.php'),(4554,'/plugins/wordpress-seo/src/presenters/admin/indexing-notification-presenter.php'),(4555,'/plugins/wordpress-seo/src/presenters/admin/light-switch-presenter.php'),(4556,'/plugins/wordpress-seo/src/presenters/admin/meta-fields-presenter.php'),(4557,'/plugins/wordpress-seo/src/presenters/admin/migration-error-presenter.php'),(4558,'/plugins/wordpress-seo/src/presenters/admin/notice-presenter.php'),(4559,'/plugins/wordpress-seo/src/presenters/admin/premium-badge-presenter.php'),(4560,'/plugins/wordpress-seo/src/presenters/bingbot-presenter.php'),(4561,'/plugins/wordpress-seo/src/presenters/breadcrumbs-presenter.php'),(4562,'/plugins/wordpress-seo/src/presenters/canonical-presenter.php'),(4563,'/plugins/wordpress-seo/src/presenters/debug/marker-close-presenter.php'),(4564,'/plugins/wordpress-seo/src/presenters/debug/marker-open-presenter.php'),(4565,'/plugins/wordpress-seo/src/presenters/googlebot-presenter.php'),(4566,'/plugins/wordpress-seo/src/presenters/meta-description-presenter.php'),(4567,'/plugins/wordpress-seo/src/presenters/open-graph/article-author-presenter.php'),(4568,'/plugins/wordpress-seo/src/presenters/open-graph/article-modified-time-presenter.php'),(4569,'/plugins/wordpress-seo/src/presenters/open-graph/article-published-time-presenter.php'),(4570,'/plugins/wordpress-seo/src/presenters/open-graph/article-publisher-presenter.php'),(4571,'/plugins/wordpress-seo/src/presenters/open-graph/description-presenter.php'),(4572,'/plugins/wordpress-seo/src/presenters/open-graph/image-presenter.php'),(4573,'/plugins/wordpress-seo/src/presenters/open-graph/locale-presenter.php'),(4574,'/plugins/wordpress-seo/src/presenters/open-graph/site-name-presenter.php'),(4575,'/plugins/wordpress-seo/src/presenters/open-graph/title-presenter.php'),(4576,'/plugins/wordpress-seo/src/presenters/open-graph/type-presenter.php'),(4577,'/plugins/wordpress-seo/src/presenters/open-graph/url-presenter.php'),(4578,'/plugins/wordpress-seo/src/presenters/rel-next-presenter.php'),(4579,'/plugins/wordpress-seo/src/presenters/rel-prev-presenter.php'),(4580,'/plugins/wordpress-seo/src/presenters/robots-presenter.php'),(4581,'/plugins/wordpress-seo/src/presenters/schema-presenter.php'),(4582,'/plugins/wordpress-seo/src/presenters/slack/enhanced-data-presenter.php'),(4583,'/plugins/wordpress-seo/src/presenters/title-presenter.php'),(4584,'/plugins/wordpress-seo/src/presenters/twitter/card-presenter.php'),(4585,'/plugins/wordpress-seo/src/presenters/twitter/creator-presenter.php'),(4586,'/plugins/wordpress-seo/src/presenters/twitter/description-presenter.php'),(4587,'/plugins/wordpress-seo/src/presenters/twitter/image-presenter.php'),(4588,'/plugins/wordpress-seo/src/presenters/twitter/site-presenter.php'),(4589,'/plugins/wordpress-seo/src/presenters/twitter/title-presenter.php'),(4590,'/plugins/wordpress-seo/src/presenters/url-list-presenter.php'),(4591,'/plugins/wordpress-seo/src/presenters/webmaster/baidu-presenter.php'),(4592,'/plugins/wordpress-seo/src/presenters/webmaster/bing-presenter.php'),(4593,'/plugins/wordpress-seo/src/presenters/webmaster/google-presenter.php'),(4594,'/plugins/wordpress-seo/src/presenters/webmaster/pinterest-presenter.php'),(4595,'/plugins/wordpress-seo/src/presenters/webmaster/yandex-presenter.php'),(4596,'/plugins/wordpress-seo/src/repositories/indexable-hierarchy-repository.php'),(4597,'/plugins/wordpress-seo/src/repositories/indexable-repository.php'),(4598,'/plugins/wordpress-seo/src/repositories/primary-term-repository.php'),(4599,'/plugins/wordpress-seo/src/repositories/seo-links-repository.php'),(4600,'/plugins/wordpress-seo/src/repositories/seo-meta-repository.php'),(4601,'/plugins/wordpress-seo/src/routes/abstract-action-route.php'),(4602,'/plugins/wordpress-seo/src/routes/abstract-indexation-route.php'),(4603,'/plugins/wordpress-seo/src/routes/alert-dismissal-route.php'),(4604,'/plugins/wordpress-seo/src/routes/configuration-workout-route.php'),(4605,'/plugins/wordpress-seo/src/routes/importing-route.php'),(4606,'/plugins/wordpress-seo/src/routes/indexables-head-route.php'),(4607,'/plugins/wordpress-seo/src/routes/indexing-route.php'),(4608,'/plugins/wordpress-seo/src/routes/route-interface.php'),(4609,'/plugins/wordpress-seo/src/routes/semrush-route.php'),(4610,'/plugins/wordpress-seo/src/routes/supported-features-route.php'),(4611,'/plugins/wordpress-seo/src/routes/wincher-route.php'),(4612,'/plugins/wordpress-seo/src/routes/workouts-route.php'),(4613,'/plugins/wordpress-seo/src/routes/yoast-head-rest-field.php'),(4614,'/plugins/wordpress-seo/src/schema-templates/assets/icons.php'),(4615,'/plugins/wordpress-seo/src/schema-templates/cooking-time.block.php'),(4616,'/plugins/wordpress-seo/src/schema-templates/cooking-time.schema.php'),(4617,'/plugins/wordpress-seo/src/schema-templates/image.schema.php'),(4618,'/plugins/wordpress-seo/src/schema-templates/preparation-time.block.php'),(4619,'/plugins/wordpress-seo/src/schema-templates/preparation-time.schema.php'),(4620,'/plugins/wordpress-seo/src/schema-templates/recipe-description.block.php'),(4621,'/plugins/wordpress-seo/src/schema-templates/recipe-description.schema.php'),(4622,'/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.block.php'),(4623,'/plugins/wordpress-seo/src/schema-templates/recipe-ingredients.schema.php'),(4624,'/plugins/wordpress-seo/src/schema-templates/recipe-instructions.block.php'),(4625,'/plugins/wordpress-seo/src/schema-templates/recipe-instructions.schema.php'),(4626,'/plugins/wordpress-seo/src/schema-templates/recipe-name.block.php'),(4627,'/plugins/wordpress-seo/src/schema-templates/recipe-name.schema.php'),(4628,'/plugins/wordpress-seo/src/schema-templates/recipe.block.php'),(4629,'/plugins/wordpress-seo/src/schema-templates/recipe.schema.php'),(4630,'/plugins/wordpress-seo/src/services/importing/aioseo-replacevar-handler.php'),(4631,'/plugins/wordpress-seo/src/services/importing/conflicting-plugins-service.php'),(4632,'/plugins/wordpress-seo/src/services/importing/importable-detector.php'),(4633,'/plugins/wordpress-seo/src/services/importing/importer-action-filter-trait.php'),(4634,'/plugins/wordpress-seo/src/services/indexables/indexable-version-manager.php'),(4635,'/plugins/wordpress-seo/src/surfaces/classes-surface.php'),(4636,'/plugins/wordpress-seo/src/surfaces/helpers-surface.php'),(4637,'/plugins/wordpress-seo/src/surfaces/meta-surface.php'),(4638,'/plugins/wordpress-seo/src/surfaces/open-graph-helpers-surface.php'),(4639,'/plugins/wordpress-seo/src/surfaces/schema-helpers-surface.php'),(4640,'/plugins/wordpress-seo/src/surfaces/twitter-helpers-surface.php'),(4641,'/plugins/wordpress-seo/src/surfaces/values/meta.php'),(4642,'/plugins/wordpress-seo/src/values/images.php'),(4643,'/plugins/wordpress-seo/src/values/indexables/indexable-builder-versions.php'),(4644,'/plugins/wordpress-seo/src/values/oauth/oauth-token.php'),(4645,'/plugins/wordpress-seo/src/values/open-graph/images.php'),(4646,'/plugins/wordpress-seo/src/wordpress/wrapper.php'),(4647,'/plugins/wordpress-seo/src/wrappers/wp-query-wrapper.php'),(4648,'/plugins/wordpress-seo/src/wrappers/wp-remote-handler.php'),(4649,'/plugins/wordpress-seo/src/wrappers/wp-rewrite-wrapper.php'),(4650,'/plugins/wordpress-seo/vendor/autoload.php'),(4651,'/plugins/wordpress-seo/vendor/composer/ClassLoader.php'),(4652,'/plugins/wordpress-seo/vendor/composer/InstalledVersions.php'),(4653,'/plugins/wordpress-seo/vendor/composer/autoload_classmap.php'),(4654,'/plugins/wordpress-seo/vendor/composer/autoload_namespaces.php'),(4655,'/plugins/wordpress-seo/vendor/composer/autoload_psr4.php'),(4656,'/plugins/wordpress-seo/vendor/composer/autoload_real.php'),(4657,'/plugins/wordpress-seo/vendor/composer/autoload_static.php'),(4658,'/plugins/wordpress-seo/vendor/composer/installed.php'),(4659,'/plugins/wordpress-seo/vendor/composer/platform_check.php'),(4660,'/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-v3.php'),(4661,'/plugins/wordpress-seo/vendor/yoast/i18n-module/src/i18n-wordpressorg-v3.php'),(4662,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Client.php'),(4663,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/ClientInterface.php'),(4664,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJar.php'),(4665,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/CookieJarInterface.php'),(4666,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/FileCookieJar.php'),(4667,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SessionCookieJar.php'),(4668,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Cookie/SetCookie.php'),(4669,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/BadResponseException.php'),(4670,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ClientException.php'),(4671,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ConnectException.php'),(4672,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/GuzzleException.php'),(4673,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/InvalidArgumentException.php'),(4674,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/RequestException.php'),(4675,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/SeekException.php'),(4676,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/ServerException.php'),(4677,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TooManyRedirectsException.php'),(4678,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Exception/TransferException.php'),(4679,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactory.php'),(4680,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlFactoryInterface.php'),(4681,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlHandler.php'),(4682,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/CurlMultiHandler.php'),(4683,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/EasyHandle.php'),(4684,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/MockHandler.php'),(4685,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/Proxy.php'),(4686,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Handler/StreamHandler.php'),(4687,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/HandlerStack.php'),(4688,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/MessageFormatter.php'),(4689,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Middleware.php'),(4690,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/Pool.php'),(4691,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/PrepareBodyMiddleware.php'),(4692,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RedirectMiddleware.php'),(4693,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RequestOptions.php'),(4694,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/RetryMiddleware.php'),(4695,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/TransferStats.php'),(4696,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/UriTemplate.php'),(4697,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions.php'),(4698,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/guzzle/src/functions_include.php'),(4699,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/AggregateException.php'),(4700,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/CancellationException.php'),(4701,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Coroutine.php'),(4702,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Create.php'),(4703,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Each.php'),(4704,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/EachPromise.php'),(4705,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/FulfilledPromise.php'),(4706,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Is.php'),(4707,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Promise.php'),(4708,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromiseInterface.php'),(4709,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/PromisorInterface.php'),(4710,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectedPromise.php'),(4711,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/RejectionException.php'),(4712,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueue.php'),(4713,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/TaskQueueInterface.php'),(4714,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/Utils.php'),(4715,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions.php'),(4716,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/promises/src/functions_include.php'),(4717,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/AppendStream.php'),(4718,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/BufferStream.php'),(4719,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/CachingStream.php'),(4720,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/DroppingStream.php'),(4721,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/FnStream.php'),(4722,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Header.php'),(4723,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/InflateStream.php'),(4724,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LazyOpenStream.php'),(4725,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/LimitStream.php'),(4726,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Message.php'),(4727,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MessageTrait.php'),(4728,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MimeType.php'),(4729,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/MultipartStream.php'),(4730,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/NoSeekStream.php'),(4731,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/PumpStream.php'),(4732,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Query.php'),(4733,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Request.php'),(4734,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Response.php'),(4735,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Rfc7230.php'),(4736,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/ServerRequest.php'),(4737,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Stream.php'),(4738,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamDecoratorTrait.php'),(4739,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/StreamWrapper.php'),(4740,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UploadedFile.php'),(4741,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Uri.php'),(4742,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriNormalizer.php'),(4743,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/UriResolver.php'),(4744,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/Utils.php'),(4745,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions.php'),(4746,'/plugins/wordpress-seo/vendor_prefixed/guzzlehttp/psr7/src/functions_include.php'),(4747,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AbstractGrant.php'),(4748,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/AuthorizationCode.php'),(4749,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/ClientCredentials.php'),(4750,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Exception/InvalidGrantException.php'),(4751,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/GrantFactory.php'),(4752,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/Password.php'),(4753,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Grant/RefreshToken.php'),(4754,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/HttpBasicAuthOptionProvider.php'),(4755,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/OptionProviderInterface.php'),(4756,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/OptionProvider/PostAuthOptionProvider.php'),(4757,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/AbstractProvider.php'),(4758,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/Exception/IdentityProviderException.php'),(4759,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericProvider.php'),(4760,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/GenericResourceOwner.php'),(4761,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Provider/ResourceOwnerInterface.php'),(4762,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessToken.php'),(4763,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/AccessTokenInterface.php'),(4764,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Token/ResourceOwnerAccessTokenInterface.php'),(4765,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ArrayAccessorTrait.php'),(4766,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/BearerAuthorizationTrait.php'),(4767,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/GuardedPropertyTrait.php'),(4768,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/MacAuthorizationTrait.php'),(4769,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/ProviderRedirectTrait.php'),(4770,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/QueryBuilderTrait.php'),(4771,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequestFactory.php'),(4772,'/plugins/wordpress-seo/vendor_prefixed/league/oauth2-client/src/Tool/RequiredParameterTrait.php'),(4773,'/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerExceptionInterface.php'),(4774,'/plugins/wordpress-seo/vendor_prefixed/psr/container/src/ContainerInterface.php'),(4775,'/plugins/wordpress-seo/vendor_prefixed/psr/container/src/NotFoundExceptionInterface.php'),(4776,'/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/MessageInterface.php'),(4777,'/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/RequestInterface.php'),(4778,'/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ResponseInterface.php'),(4779,'/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/ServerRequestInterface.php'),(4780,'/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/StreamInterface.php'),(4781,'/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UploadedFileInterface.php'),(4782,'/plugins/wordpress-seo/vendor_prefixed/psr/http-message/src/UriInterface.php'),(4783,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/AbstractLogger.php'),(4784,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/InvalidArgumentException.php'),(4785,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LogLevel.php'),(4786,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareInterface.php'),(4787,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerAwareTrait.php'),(4788,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerInterface.php'),(4789,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/LoggerTrait.php'),(4790,'/plugins/wordpress-seo/vendor_prefixed/psr/log/Psr/Log/NullLogger.php'),(4791,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Argument/RewindableGenerator.php'),(4792,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Container.php'),(4793,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ContainerInterface.php'),(4794,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/EnvNotFoundException.php'),(4795,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ExceptionInterface.php'),(4796,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/InvalidArgumentException.php'),(4797,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/LogicException.php'),(4798,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ParameterCircularReferenceException.php'),(4799,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/RuntimeException.php'),(4800,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php'),(4801,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/Exception/ServiceNotFoundException.php'),(4802,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/EnvPlaceholderParameterBag.php'),(4803,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/FrozenParameterBag.php'),(4804,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBag.php'),(4805,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ParameterBag/ParameterBagInterface.php'),(4806,'/plugins/wordpress-seo/vendor_prefixed/symfony/dependency-injection/ResettableContainerInterface.php'),(4807,'/plugins/wordpress-seo/wp-seo-main.php'),(4808,'/plugins/wordpress-seo/wp-seo.php'),(4809,'/plugins/wp-contact-form-7-db-handler/images/loader.svg'),(4810,'/plugins/wp-contact-form-7-db-handler/include/download-file-class.php'),(4811,'/plugins/wp-contact-form-7-db-handler/include/form-details-page-class.php'),(4812,'/plugins/wp-contact-form-7-db-handler/include/form-inner-page-class.php'),(4813,'/plugins/wp-contact-form-7-db-handler/include/show-form-count-page-class.php'),(4814,'/plugins/wp-contact-form-7-db-handler/js/ys-cf7dbh-script.js'),(4815,'/plugins/wp-contact-form-7-db-handler/wp-contact-form-7-db-handler.php'),(4816,'/plugins/wp-migrate-db-pro/class/ClassMap.php'),(4817,'/plugins/wp-migrate-db-pro/class/Common/BackupExport.php'),(4818,'/plugins/wp-migrate-db-pro/class/Common/Cli/Cli.php'),(4819,'/plugins/wp-migrate-db-pro/class/Common/Cli/CliManager.php'),(4820,'/plugins/wp-migrate-db-pro/class/Common/Cli/Command.php'),(4821,'/plugins/wp-migrate-db-pro/class/Common/Compatibility/Compatibility.php'),(4822,'/plugins/wp-migrate-db-pro/class/Common/Compatibility/CompatibilityManager.php'),(4823,'/plugins/wp-migrate-db-pro/class/Common/Db/MDBWPDB.php'),(4824,'/plugins/wp-migrate-db-pro/class/Common/DryRun/DiffEntity.php'),(4825,'/plugins/wp-migrate-db-pro/class/Common/DryRun/DiffGroup.php'),(4826,'/plugins/wp-migrate-db-pro/class/Common/DryRun/DiffInterpreter.php'),(4827,'/plugins/wp-migrate-db-pro/class/Common/DryRun/MemoryPersistence.php'),(4828,'/plugins/wp-migrate-db-pro/class/Common/DryRun/PersistenceInterface.php'),(4829,'/plugins/wp-migrate-db-pro/class/Common/Error/ErrorLog.php'),(4830,'/plugins/wp-migrate-db-pro/class/Common/Error/HandleRemotePostError.php'),(4831,'/plugins/wp-migrate-db-pro/class/Common/Exceptions/EmptyPropertyException.php'),(4832,'/plugins/wp-migrate-db-pro/class/Common/Exceptions/SanitizationFailureException.php'),(4833,'/plugins/wp-migrate-db-pro/class/Common/Filesystem/Filesystem.php'),(4834,'/plugins/wp-migrate-db-pro/class/Common/Filesystem/RecursiveScanner.php'),(4835,'/plugins/wp-migrate-db-pro/class/Common/FormData/FormData.php'),(4836,'/plugins/wp-migrate-db-pro/class/Common/Helpers.php'),(4837,'/plugins/wp-migrate-db-pro/class/Common/Http/Helper.php'),(4838,'/plugins/wp-migrate-db-pro/class/Common/Http/Http.php'),(4839,'/plugins/wp-migrate-db-pro/class/Common/Http/RemotePost.php'),(4840,'/plugins/wp-migrate-db-pro/class/Common/Http/Scramble.php'),(4841,'/plugins/wp-migrate-db-pro/class/Common/Http/WPMDBRestAPIServer.php'),(4842,'/plugins/wp-migrate-db-pro/class/Common/Migration/FinalizeMigration.php'),(4843,'/plugins/wp-migrate-db-pro/class/Common/Migration/Flush.php'),(4844,'/plugins/wp-migrate-db-pro/class/Common/Migration/InitiateMigration.php'),(4845,'/plugins/wp-migrate-db-pro/class/Common/Migration/MigrationHelper.php'),(4846,'/plugins/wp-migrate-db-pro/class/Common/Migration/MigrationManager.php'),(4847,'/plugins/wp-migrate-db-pro/class/Common/MigrationPersistence/Persistence.php'),(4848,'/plugins/wp-migrate-db-pro/class/Common/MigrationState/MigrationState.php'),(4849,'/plugins/wp-migrate-db-pro/class/Common/MigrationState/MigrationStateManager.php'),(4850,'/plugins/wp-migrate-db-pro/class/Common/MigrationState/StateDataContainer.php'),(4851,'/plugins/wp-migrate-db-pro/class/Common/Multisite/Multisite.php'),(4852,'/plugins/wp-migrate-db-pro/class/Common/Plugin/Assets.php'),(4853,'/plugins/wp-migrate-db-pro/class/Common/Plugin/Menu.php'),(4854,'/plugins/wp-migrate-db-pro/class/Common/Plugin/PluginManagerBase.php'),(4855,'/plugins/wp-migrate-db-pro/class/Common/Profile/ProfileImporter.php'),(4856,'/plugins/wp-migrate-db-pro/class/Common/Profile/ProfileManager.php'),(4857,'/plugins/wp-migrate-db-pro/class/Common/Properties/DynamicProperties.php'),(4858,'/plugins/wp-migrate-db-pro/class/Common/Properties/Properties.php'),(4859,'/plugins/wp-migrate-db-pro/class/Common/Replace/AbstractReplacePair.php'),(4860,'/plugins/wp-migrate-db-pro/class/Common/Replace/CaseInsensitivePair.php'),(4861,'/plugins/wp-migrate-db-pro/class/Common/Replace/CaseSensitivePair.php'),(4862,'/plugins/wp-migrate-db-pro/class/Common/Replace/PairFactory.php'),(4863,'/plugins/wp-migrate-db-pro/class/Common/Replace/RegexPair.php'),(4864,'/plugins/wp-migrate-db-pro/class/Common/Replace/ReplacePairInterface.php'),(4865,'/plugins/wp-migrate-db-pro/class/Common/Replace.php'),(4866,'/plugins/wp-migrate-db-pro/class/Common/Sanitize.php'),(4867,'/plugins/wp-migrate-db-pro/class/Common/Settings/Settings.php'),(4868,'/plugins/wp-migrate-db-pro/class/Common/Settings/SettingsManager.php'),(4869,'/plugins/wp-migrate-db-pro/class/Common/Sql/Table.php'),(4870,'/plugins/wp-migrate-db-pro/class/Common/Sql/TableHelper.php'),(4871,'/plugins/wp-migrate-db-pro/class/Common/UI/Notice.php'),(4872,'/plugins/wp-migrate-db-pro/class/Common/UI/TemplateBase.php'),(4873,'/plugins/wp-migrate-db-pro/class/Common/Util/Singleton.php'),(4874,'/plugins/wp-migrate-db-pro/class/Common/Util/Util.php'),(4875,'/plugins/wp-migrate-db-pro/class/Common/Util/ZipAndEncode.php'),(4876,'/plugins/wp-migrate-db-pro/class/Container.php'),(4877,'/plugins/wp-migrate-db-pro/class/Pro/Addon/Addon.php'),(4878,'/plugins/wp-migrate-db-pro/class/Pro/Addon/AddonAbstract.php'),(4879,'/plugins/wp-migrate-db-pro/class/Pro/Api.php'),(4880,'/plugins/wp-migrate-db-pro/class/Pro/Backups/BackupsManager.php'),(4881,'/plugins/wp-migrate-db-pro/class/Pro/Beta/BetaManager.php'),(4882,'/plugins/wp-migrate-db-pro/class/Pro/ClassMap.php'),(4883,'/plugins/wp-migrate-db-pro/class/Pro/Cli/Command.php'),(4884,'/plugins/wp-migrate-db-pro/class/Pro/Cli/Export.php'),(4885,'/plugins/wp-migrate-db-pro/class/Pro/Download.php'),(4886,'/plugins/wp-migrate-db-pro/class/Pro/Import.php'),(4887,'/plugins/wp-migrate-db-pro/class/Pro/License.php'),(4888,'/plugins/wp-migrate-db-pro/class/Pro/Migration/Connection/Local.php'),(4889,'/plugins/wp-migrate-db-pro/class/Pro/Migration/Connection/Remote.php'),(4890,'/plugins/wp-migrate-db-pro/class/Pro/Migration/Connection.php'),(4891,'/plugins/wp-migrate-db-pro/class/Pro/Migration/FinalizeComplete.php'),(4892,'/plugins/wp-migrate-db-pro/class/Pro/Migration/Flush.php'),(4893,'/plugins/wp-migrate-db-pro/class/Pro/Migration/Tables/Local.php'),(4894,'/plugins/wp-migrate-db-pro/class/Pro/Migration/Tables/Remote.php'),(4895,'/plugins/wp-migrate-db-pro/class/Pro/Plugin/ProPluginManager.php'),(4896,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Carbon.php'),(4897,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Connection.php'),(4898,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Connections/ConnectionInterface.php'),(4899,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Connections/DatabaseConnection.php'),(4900,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Connections/RedisConnection.php'),(4901,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Cron.php'),(4902,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Exceptions/ConnectionNotFoundException.php'),(4903,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Exceptions/WorkerAttemptsExceededException.php'),(4904,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Job.php'),(4905,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Jobs/WPMDB_Job.php'),(4906,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Manager.php'),(4907,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Queue.php'),(4908,'/plugins/wp-migrate-db-pro/class/Pro/Queue/QueueHelper.php'),(4909,'/plugins/wp-migrate-db-pro/class/Pro/Queue/QueueManager.php'),(4910,'/plugins/wp-migrate-db-pro/class/Pro/Queue/Worker.php'),(4911,'/plugins/wp-migrate-db-pro/class/Pro/RegisterPro.php'),(4912,'/plugins/wp-migrate-db-pro/class/Pro/RemoteUpdates/RemoteUpdatesManager.php'),(4913,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Abstracts/TransferManagerAbstract.php'),(4914,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Files/Chunker.php'),(4915,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Files/Excludes.php'),(4916,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Files/FileProcessor.php'),(4917,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Files/Payload.php'),(4918,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Files/PluginHelper.php'),(4919,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Files/TransferManager.php'),(4920,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Files/Util.php'),(4921,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Receiver.php'),(4922,'/plugins/wp-migrate-db-pro/class/Pro/Transfers/Sender.php'),(4923,'/plugins/wp-migrate-db-pro/class/Pro/UI/Template.php'),(4924,'/plugins/wp-migrate-db-pro/class/Pro/UsageTracking.php'),(4925,'/plugins/wp-migrate-db-pro/class/Pro/WPMigrateDBPro.php'),(4926,'/plugins/wp-migrate-db-pro/class/SetupProviders.php'),(4927,'/plugins/wp-migrate-db-pro/class/WPMDBDI.php'),(4928,'/plugins/wp-migrate-db-pro/class/WPMDBDI_Config.php'),(4929,'/plugins/wp-migrate-db-pro/class/WPMigrateDB.php'),(4930,'/plugins/wp-migrate-db-pro/class/autoload.php'),(4931,'/plugins/wp-migrate-db-pro/class/deactivate.php'),(4932,'/plugins/wp-migrate-db-pro/compatibility/temp-theme/functions.php'),(4933,'/plugins/wp-migrate-db-pro/compatibility/wp-migrate-db-pro-compatibility.php'),(4934,'/plugins/wp-migrate-db-pro/frontend/build/index.html'),(4935,'/plugins/wp-migrate-db-pro/frontend/build/static/js/1.5e34175a4cae.chunk.js'),(4936,'/plugins/wp-migrate-db-pro/frontend/build/static/js/10.d166e13ca076.chunk.js'),(4937,'/plugins/wp-migrate-db-pro/frontend/build/static/js/4.93afee246275.chunk.js'),(4938,'/plugins/wp-migrate-db-pro/frontend/build/static/js/5.c12b68264431.chunk.js'),(4939,'/plugins/wp-migrate-db-pro/frontend/build/static/js/6.af35a86b2fff.chunk.js'),(4940,'/plugins/wp-migrate-db-pro/frontend/build/static/js/7.6a8dc2de8e88.chunk.js'),(4941,'/plugins/wp-migrate-db-pro/frontend/build/static/js/8.aea2b2cee798.chunk.js'),(4942,'/plugins/wp-migrate-db-pro/frontend/build/static/js/9.dcb0c98cf492.chunk.js'),(4943,'/plugins/wp-migrate-db-pro/frontend/build/static/js/main.faf7242bf4fb.chunk.js'),(4944,'/plugins/wp-migrate-db-pro/frontend/build/static/js/styles.7931c3e7c5bc.chunk.js'),(4945,'/plugins/wp-migrate-db-pro/frontend/build/static/js/wpmdb-runtime.e836dbcc1460.js'),(4946,'/plugins/wp-migrate-db-pro/frontend/build/static/media/action-backup-database.ab9022dd.svg'),(4947,'/plugins/wp-migrate-db-pro/frontend/build/static/media/action-export-database.617087b6.svg'),(4948,'/plugins/wp-migrate-db-pro/frontend/build/static/media/action-import-database.03003cd8.svg'),(4949,'/plugins/wp-migrate-db-pro/frontend/build/static/media/action-locked.482fac43.svg'),(4950,'/plugins/wp-migrate-db-pro/frontend/build/static/media/action-pull.24e5d47b.svg'),(4951,'/plugins/wp-migrate-db-pro/frontend/build/static/media/action-push.7ff4907c.svg'),(4952,'/plugins/wp-migrate-db-pro/frontend/build/static/media/action-search-replace.233d7cca.svg'),(4953,'/plugins/wp-migrate-db-pro/frontend/build/static/media/add-white.be9240ce.svg'),(4954,'/plugins/wp-migrate-db-pro/frontend/build/static/media/add.1bef259d.svg'),(4955,'/plugins/wp-migrate-db-pro/frontend/build/static/media/addons-cli.ac2fd4d1.svg'),(4956,'/plugins/wp-migrate-db-pro/frontend/build/static/media/addons-mediafiles.f54edcaf.svg'),(4957,'/plugins/wp-migrate-db-pro/frontend/build/static/media/addons-multisitetools.2adb5e97.svg'),(4958,'/plugins/wp-migrate-db-pro/frontend/build/static/media/addons-theme-plugins-files.36ec9eaf.svg'),(4959,'/plugins/wp-migrate-db-pro/frontend/build/static/media/arrow.c1a70da4.svg'),(4960,'/plugins/wp-migrate-db-pro/frontend/build/static/media/arrow.cf0deead.svg'),(4961,'/plugins/wp-migrate-db-pro/frontend/build/static/media/backups-none.e0ff821a.svg'),(4962,'/plugins/wp-migrate-db-pro/frontend/build/static/media/calendar.d358fa4c.svg'),(4963,'/plugins/wp-migrate-db-pro/frontend/build/static/media/check-circular.d711efca.svg'),(4964,'/plugins/wp-migrate-db-pro/frontend/build/static/media/close.701e4829.svg'),(4965,'/plugins/wp-migrate-db-pro/frontend/build/static/media/error.7b3a3990.svg'),(4966,'/plugins/wp-migrate-db-pro/frontend/build/static/media/license-checked-blue.6eac3797.svg'),(4967,'/plugins/wp-migrate-db-pro/frontend/build/static/media/license-checked.690c80ca.svg'),(4968,'/plugins/wp-migrate-db-pro/frontend/build/static/media/logo-dbi.750eb14f.svg'),(4969,'/plugins/wp-migrate-db-pro/frontend/build/static/media/mdb-banner.e9de8a06.svg'),(4970,'/plugins/wp-migrate-db-pro/frontend/build/static/media/mdb-branding-transparent.28e08eca.svg'),(4971,'/plugins/wp-migrate-db-pro/frontend/build/static/media/mdb-medallion.3889318e.svg'),(4972,'/plugins/wp-migrate-db-pro/frontend/build/static/media/migration-failed.6c4df81c.svg'),(4973,'/plugins/wp-migrate-db-pro/frontend/build/static/media/oval-close.f41c4991.svg'),(4974,'/plugins/wp-migrate-db-pro/frontend/build/static/media/oval-question.b5c84505.svg'),(4975,'/plugins/wp-migrate-db-pro/frontend/build/static/media/progress-section-check.5a74306e.svg'),(4976,'/plugins/wp-migrate-db-pro/frontend/build/static/media/progress-spinner.060c33d4.svg'),(4977,'/plugins/wp-migrate-db-pro/frontend/build/static/media/rating-star-active.5c885dc4.svg'),(4978,'/plugins/wp-migrate-db-pro/frontend/build/static/media/rating-star-inactive.afe8f8f2.svg'),(4979,'/plugins/wp-migrate-db-pro/frontend/build/static/media/save-profile-btn.467c2381.svg'),(4980,'/plugins/wp-migrate-db-pro/frontend/build/static/media/search-replace-arrow.392c2316.svg'),(4981,'/plugins/wp-migrate-db-pro/frontend/build/static/media/search-replace-casesensitive.d86e08ba.svg'),(4982,'/plugins/wp-migrate-db-pro/frontend/build/static/media/search-replace-regex.80f530ee.svg'),(4983,'/plugins/wp-migrate-db-pro/frontend/build/static/media/search-replace.85677a93.svg'),(4984,'/plugins/wp-migrate-db-pro/frontend/build/static/media/twitter.c98af8b6.svg'),(4985,'/plugins/wp-migrate-db-pro/frontend/build/static/media/video.745350ff.svg'),(4986,'/plugins/wp-migrate-db-pro/frontend/mdb-2.0.js'),(4987,'/plugins/wp-migrate-db-pro/frontend/plugin-update/plugin-update.js'),(4988,'/plugins/wp-migrate-db-pro/frontend/public/index.html'),(4989,'/plugins/wp-migrate-db-pro/frontend/template/public/index.html'),(4990,'/plugins/wp-migrate-db-pro/frontend/template/src/App.js'),(4991,'/plugins/wp-migrate-db-pro/frontend/template/src/App.test.js'),(4992,'/plugins/wp-migrate-db-pro/frontend/template/src/index.js'),(4993,'/plugins/wp-migrate-db-pro/frontend/template/src/logo.svg'),(4994,'/plugins/wp-migrate-db-pro/frontend/template/src/serviceWorker.js'),(4995,'/plugins/wp-migrate-db-pro/php-checker.php'),(4996,'/plugins/wp-migrate-db-pro/react-wp-scripts.php'),(4997,'/plugins/wp-migrate-db-pro/setup-mdb-pro.php'),(4998,'/plugins/wp-migrate-db-pro/setup-plugin.php'),(4999,'/plugins/wp-migrate-db-pro/template/common/muplugin-failed-update-warning.php'),(5000,'/plugins/wp-migrate-db-pro/template/options-page-outdated-wp.php'),(5001,'/plugins/wp-migrate-db-pro/template/options-tools-subsite.php'),(5002,'/plugins/wp-migrate-db-pro/template/options.php'),(5003,'/plugins/wp-migrate-db-pro/template/pro/beta-feedback-reminder.php'),(5004,'/plugins/wp-migrate-db-pro/template/pro/beta-welcome.php'),(5005,'/plugins/wp-migrate-db-pro/template/pro/block-external-warning.php'),(5006,'/plugins/wp-migrate-db-pro/template/pro/notice-enable-usage-tracking.php'),(5007,'/plugins/wp-migrate-db-pro/template/pro/secret-key-warning.php'),(5008,'/plugins/wp-migrate-db-pro/vendor/autoload.php'),(5009,'/plugins/wp-migrate-db-pro/vendor/composer/ClassLoader.php'),(5010,'/plugins/wp-migrate-db-pro/vendor/composer/InstalledVersions.php'),(5011,'/plugins/wp-migrate-db-pro/vendor/composer/autoload_classmap.php'),(5012,'/plugins/wp-migrate-db-pro/vendor/composer/autoload_files.php'),(5013,'/plugins/wp-migrate-db-pro/vendor/composer/autoload_namespaces.php'),(5014,'/plugins/wp-migrate-db-pro/vendor/composer/autoload_psr4.php'),(5015,'/plugins/wp-migrate-db-pro/vendor/composer/autoload_real.php'),(5016,'/plugins/wp-migrate-db-pro/vendor/composer/autoload_static.php'),(5017,'/plugins/wp-migrate-db-pro/vendor/composer/installed.php'),(5018,'/plugins/wp-migrate-db-pro/vendor/container-interop/container-interop/src/Interop/Container/ContainerInterface.php'),(5019,'/plugins/wp-migrate-db-pro/vendor/container-interop/container-interop/src/Interop/Container/Exception/ContainerException.php'),(5020,'/plugins/wp-migrate-db-pro/vendor/container-interop/container-interop/src/Interop/Container/Exception/NotFoundException.php'),(5021,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ApcCache.php'),(5022,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ArrayCache.php'),(5023,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Cache.php'),(5024,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CacheProvider.php'),(5025,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ChainCache.php'),(5026,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ClearableCache.php'),(5027,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/CouchbaseCache.php'),(5028,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FileCache.php'),(5029,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FilesystemCache.php'),(5030,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/FlushableCache.php'),(5031,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcacheCache.php'),(5032,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MemcachedCache.php'),(5033,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MongoDBCache.php'),(5034,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/MultiGetCache.php'),(5035,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PhpFileCache.php'),(5036,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/PredisCache.php'),(5037,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/RedisCache.php'),(5038,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/SQLite3Cache.php'),(5039,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/Version.php'),(5040,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/WinCacheCache.php'),(5041,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/XcacheCache.php'),(5042,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/lib/Doctrine/Common/Cache/ZendDataCache.php'),(5043,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ApcCacheTest.php'),(5044,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ArrayCacheTest.php'),(5045,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/BaseFileCacheTest.php'),(5046,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CacheTest.php'),(5047,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ChainCacheTest.php'),(5048,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/CouchbaseCacheTest.php'),(5049,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FileCacheTest.php'),(5050,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/FilesystemCacheTest.php'),(5051,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcacheCacheTest.php'),(5052,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MemcachedCacheTest.php'),(5053,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/MongoDBCacheTest.php'),(5054,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PhpFileCacheTest.php'),(5055,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/PredisCacheTest.php'),(5056,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RedisCacheTest.php'),(5057,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/RiakCacheTest.php'),(5058,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/SQLite3CacheTest.php'),(5059,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/WinCacheCacheTest.php'),(5060,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/XcacheCacheTest.php'),(5061,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/Common/Cache/ZendDataCacheTest.php'),(5062,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/DoctrineTestCase.php'),(5063,'/plugins/wp-migrate-db-pro/vendor/doctrine/cache/tests/Doctrine/Tests/TestInit.php'),(5064,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/CallableResolver.php'),(5065,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/Exception/InvocationException.php'),(5066,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/Exception/NotCallableException.php'),(5067,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/Exception/NotEnoughParametersException.php'),(5068,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/Invoker.php'),(5069,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/InvokerInterface.php'),(5070,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/AssociativeArrayResolver.php'),(5071,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/Container/ParameterNameContainerResolver.php'),(5072,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/Container/TypeHintContainerResolver.php'),(5073,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/DefaultValueResolver.php'),(5074,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/NumericArrayResolver.php'),(5075,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/ParameterResolver.php'),(5076,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/ResolverChain.php'),(5077,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/ParameterResolver/TypeHintResolver.php'),(5078,'/plugins/wp-migrate-db-pro/vendor/php-di/invoker/src/Reflection/CallableReflection.php'),(5079,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Annotation/Inject.php'),(5080,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Annotation/Injectable.php'),(5081,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Cache/ArrayCache.php'),(5082,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Container.php'),(5083,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/ContainerBuilder.php'),(5084,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Debug.php'),(5085,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/AliasDefinition.php'),(5086,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/ArrayDefinition.php'),(5087,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/ArrayDefinitionExtension.php'),(5088,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/CacheableDefinition.php'),(5089,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/DecoratorDefinition.php'),(5090,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Definition.php'),(5091,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Dumper/ObjectDefinitionDumper.php'),(5092,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/EntryReference.php'),(5093,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/EnvironmentVariableDefinition.php'),(5094,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Exception/AnnotationException.php'),(5095,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Exception/DefinitionException.php'),(5096,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/FactoryDefinition.php'),(5097,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/HasSubDefinition.php'),(5098,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Helper/ArrayDefinitionExtensionHelper.php'),(5099,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Helper/DefinitionHelper.php'),(5100,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Helper/EnvironmentVariableDefinitionHelper.php'),(5101,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Helper/FactoryDefinitionHelper.php'),(5102,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Helper/ObjectDefinitionHelper.php'),(5103,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Helper/StringDefinitionHelper.php'),(5104,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Helper/ValueDefinitionHelper.php'),(5105,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/InstanceDefinition.php'),(5106,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/ObjectDefinition/MethodInjection.php'),(5107,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/ObjectDefinition/PropertyInjection.php'),(5108,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/ObjectDefinition.php'),(5109,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/ArrayResolver.php'),(5110,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/DecoratorResolver.php'),(5111,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/DefinitionResolver.php'),(5112,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/EnvironmentVariableResolver.php'),(5113,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/FactoryResolver.php'),(5114,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/InstanceInjector.php'),(5115,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/ObjectCreator.php'),(5116,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/ParameterResolver.php'),(5117,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/ResolverDispatcher.php'),(5118,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Resolver/SelfResolver.php'),(5119,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/SelfResolvingDefinition.php'),(5120,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/AnnotationReader.php'),(5121,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/Autowiring.php'),(5122,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/CachedDefinitionSource.php'),(5123,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/DefinitionArray.php'),(5124,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/DefinitionFile.php'),(5125,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/DefinitionSource.php'),(5126,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/MutableDefinitionSource.php'),(5127,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/Source/SourceChain.php'),(5128,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/StringDefinition.php'),(5129,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Definition/ValueDefinition.php'),(5130,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/DependencyException.php'),(5131,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Factory/RequestedEntry.php'),(5132,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/FactoryInterface.php'),(5133,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Invoker/DefinitionParameterResolver.php'),(5134,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Invoker/FactoryParameterResolver.php'),(5135,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/InvokerInterface.php'),(5136,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/NotFoundException.php'),(5137,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Proxy/ProxyFactory.php'),(5138,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/Scope.php'),(5139,'/plugins/wp-migrate-db-pro/vendor/php-di/php-di/src/DI/functions.php'),(5140,'/plugins/wp-migrate-db-pro/vendor/php-di/phpdoc-reader/src/PhpDocReader/AnnotationException.php'),(5141,'/plugins/wp-migrate-db-pro/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpDocReader.php'),(5142,'/plugins/wp-migrate-db-pro/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/TokenParser.php'),(5143,'/plugins/wp-migrate-db-pro/vendor/php-di/phpdoc-reader/src/PhpDocReader/PhpParser/UseStatementParser.php'),(5144,'/plugins/wp-migrate-db-pro/vendor/phpoption/phpoption/src/PhpOption/LazyOption.php'),(5145,'/plugins/wp-migrate-db-pro/vendor/phpoption/phpoption/src/PhpOption/None.php'),(5146,'/plugins/wp-migrate-db-pro/vendor/phpoption/phpoption/src/PhpOption/Option.php'),(5147,'/plugins/wp-migrate-db-pro/vendor/phpoption/phpoption/src/PhpOption/Some.php'),(5148,'/plugins/wp-migrate-db-pro/vendor/psr/container/src/ContainerExceptionInterface.php'),(5149,'/plugins/wp-migrate-db-pro/vendor/psr/container/src/ContainerInterface.php'),(5150,'/plugins/wp-migrate-db-pro/vendor/psr/container/src/NotFoundExceptionInterface.php'),(5151,'/plugins/wp-migrate-db-pro/vendor/scoper-autoload.php'),(5152,'/plugins/wp-migrate-db-pro/vendor/symfony/polyfill-ctype/Ctype.php'),(5153,'/plugins/wp-migrate-db-pro/vendor/symfony/polyfill-ctype/bootstrap.php'),(5154,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Dotenv.php'),(5155,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Exception/ExceptionInterface.php'),(5156,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Exception/InvalidFileException.php'),(5157,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Exception/InvalidPathException.php'),(5158,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Exception/ValidationException.php'),(5159,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Loader/Lines.php'),(5160,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Loader/Loader.php'),(5161,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Loader/LoaderInterface.php'),(5162,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Loader/Parser.php'),(5163,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Loader/Value.php'),(5164,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Regex/Regex.php'),(5165,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/AbstractRepository.php'),(5166,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/ApacheAdapter.php'),(5167,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/ArrayAdapter.php'),(5168,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/AvailabilityInterface.php'),(5169,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/EnvConstAdapter.php'),(5170,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/PutenvAdapter.php'),(5171,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/ReaderInterface.php'),(5172,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/ServerConstAdapter.php'),(5173,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/Adapter/WriterInterface.php'),(5174,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/AdapterRepository.php'),(5175,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/RepositoryBuilder.php'),(5176,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Repository/RepositoryInterface.php'),(5177,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Result/Error.php'),(5178,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Result/Result.php'),(5179,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Result/Success.php'),(5180,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Store/File/Paths.php'),(5181,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Store/File/Reader.php'),(5182,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Store/FileStore.php'),(5183,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Store/StoreBuilder.php'),(5184,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Store/StoreInterface.php'),(5185,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Store/StringStore.php'),(5186,'/plugins/wp-migrate-db-pro/vendor/vlucas/phpdotenv/src/Validator.php'),(5187,'/plugins/wp-migrate-db-pro/version.php'),(5188,'/plugins/wp-migrate-db-pro/wp-migrate-db-pro.php'),(5189,'/plugins/wp-rocket/assets/fonts/icomoon.svg'),(5190,'/plugins/wp-rocket/assets/img/automatic.svg'),(5191,'/plugins/wp-rocket/assets/img/bandwidth.svg'),(5192,'/plugins/wp-rocket/assets/img/bg-activated.svg'),(5193,'/plugins/wp-rocket/assets/img/configuration.svg'),(5194,'/plugins/wp-rocket/assets/img/heartbeat-hover.svg'),(5195,'/plugins/wp-rocket/assets/img/heartbeat.svg'),(5196,'/plugins/wp-rocket/assets/img/icon-i-circle.svg'),(5197,'/plugins/wp-rocket/assets/img/imagify-hover.svg'),(5198,'/plugins/wp-rocket/assets/img/imagify.svg'),(5199,'/plugins/wp-rocket/assets/img/infinite.svg'),(5200,'/plugins/wp-rocket/assets/img/logo-cloudflare.svg'),(5201,'/plugins/wp-rocket/assets/img/logo-cloudflare2.svg'),(5202,'/plugins/wp-rocket/assets/img/logo-varnish.svg'),(5203,'/plugins/wp-rocket/assets/img/logo-webp.svg'),(5204,'/plugins/wp-rocket/assets/img/logo-wprocket-dark.svg'),(5205,'/plugins/wp-rocket/assets/img/picto-wprocket-dark.svg'),(5206,'/plugins/wp-rocket/assets/img/play-alt.svg'),(5207,'/plugins/wp-rocket/assets/img/play-hover.svg'),(5208,'/plugins/wp-rocket/assets/img/play.svg'),(5209,'/plugins/wp-rocket/assets/img/plus.svg'),(5210,'/plugins/wp-rocket/assets/img/warning.svg'),(5211,'/plugins/wp-rocket/assets/js/browser-checker.js'),(5212,'/plugins/wp-rocket/assets/js/browser-checker.min.js'),(5213,'/plugins/wp-rocket/assets/js/cpcss-removal.js'),(5214,'/plugins/wp-rocket/assets/js/cpcss-removal.min.js'),(5215,'/plugins/wp-rocket/assets/js/elementor-animation.js'),(5216,'/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.js'),(5217,'/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js'),(5218,'/plugins/wp-rocket/assets/js/lazyload/11.0.6/lazyload.min.js.map'),(5219,'/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.js'),(5220,'/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js'),(5221,'/plugins/wp-rocket/assets/js/lazyload/12.0/lazyload.min.js.map'),(5222,'/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.js'),(5223,'/plugins/wp-rocket/assets/js/lazyload/16.1/lazyload.min.js'),(5224,'/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.js'),(5225,'/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js'),(5226,'/plugins/wp-rocket/assets/js/lazyload-scripts.min.js'),(5227,'/plugins/wp-rocket/assets/js/micromodal.min.js'),(5228,'/plugins/wp-rocket/assets/js/preload-links.js'),(5229,'/plugins/wp-rocket/assets/js/preload-links.min.js'),(5230,'/plugins/wp-rocket/assets/js/react/rucss-progress-bar.js'),(5231,'/plugins/wp-rocket/assets/js/react/rucss-progress-bar.js.map'),(5232,'/plugins/wp-rocket/assets/js/wpr-admin-common.js'),(5233,'/plugins/wp-rocket/assets/js/wpr-admin.js'),(5234,'/plugins/wp-rocket/assets/js/wpr-admin.js.map'),(5235,'/plugins/wp-rocket/assets/js/wpr-cpcss-heartbeat.js'),(5236,'/plugins/wp-rocket/assets/js/wpr-cpcss.js'),(5237,'/plugins/wp-rocket/assets/js/wpr-modal.js'),(5238,'/plugins/wp-rocket/inc/3rd-party/3rd-party.php'),(5239,'/plugins/wp-rocket/inc/3rd-party/hosting/flywheel.php'),(5240,'/plugins/wp-rocket/inc/3rd-party/hosting/kinsta.php'),(5241,'/plugins/wp-rocket/inc/3rd-party/hosting/nginx.php'),(5242,'/plugins/wp-rocket/inc/3rd-party/hosting/pagely.php'),(5243,'/plugins/wp-rocket/inc/3rd-party/hosting/pressidium.php'),(5244,'/plugins/wp-rocket/inc/3rd-party/hosting/presslabs.php'),(5245,'/plugins/wp-rocket/inc/3rd-party/hosting/siteground.php'),(5246,'/plugins/wp-rocket/inc/3rd-party/hosting/wp-serveur.php'),(5247,'/plugins/wp-rocket/inc/3rd-party/plugins/advanced-custom-fields.php'),(5248,'/plugins/wp-rocket/inc/3rd-party/plugins/autoptimize.php'),(5249,'/plugins/wp-rocket/inc/3rd-party/plugins/buddypress.php'),(5250,'/plugins/wp-rocket/inc/3rd-party/plugins/cookies/cookie-notice.php'),(5251,'/plugins/wp-rocket/inc/3rd-party/plugins/cookies/eu-cookie-law.php'),(5252,'/plugins/wp-rocket/inc/3rd-party/plugins/cookies/gdpr.php'),(5253,'/plugins/wp-rocket/inc/3rd-party/plugins/cookies/uk-cookie-consent.php'),(5254,'/plugins/wp-rocket/inc/3rd-party/plugins/cookies/weepie-cookie-allow.php'),(5255,'/plugins/wp-rocket/inc/3rd-party/plugins/custom-login.php'),(5256,'/plugins/wp-rocket/inc/3rd-party/plugins/disqus.php'),(5257,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-currencyswitcher.php'),(5258,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-prices-by-country.php'),(5259,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/aelia-tax-display-by-country.php'),(5260,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/easy-digital-downloads.php'),(5261,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/edd-software-licencing.php'),(5262,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/give.php'),(5263,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/ithemes-exchange.php'),(5264,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/jigoshop.php'),(5265,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-currency-converter-widget.php'),(5266,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/woocommerce-multilingual.php'),(5267,'/plugins/wp-rocket/inc/3rd-party/plugins/ecommerce/wpshop.php'),(5268,'/plugins/wp-rocket/inc/3rd-party/plugins/envira-gallery.php'),(5269,'/plugins/wp-rocket/inc/3rd-party/plugins/geotargetingwp.php'),(5270,'/plugins/wp-rocket/inc/3rd-party/plugins/i18n/polylang.php'),(5271,'/plugins/wp-rocket/inc/3rd-party/plugins/i18n/wpml.php'),(5272,'/plugins/wp-rocket/inc/3rd-party/plugins/jetpack.php'),(5273,'/plugins/wp-rocket/inc/3rd-party/plugins/mailchimp.php'),(5274,'/plugins/wp-rocket/inc/3rd-party/plugins/mobile/wp-appkit.php'),(5275,'/plugins/wp-rocket/inc/3rd-party/plugins/nginx-helper.php'),(5276,'/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/thrive-visual-editor.php'),(5277,'/plugins/wp-rocket/inc/3rd-party/plugins/page-builder/visual-composer.php'),(5278,'/plugins/wp-rocket/inc/3rd-party/plugins/rating/kk-star-ratings.php'),(5279,'/plugins/wp-rocket/inc/3rd-party/plugins/rating/wp-postratings.php'),(5280,'/plugins/wp-rocket/inc/3rd-party/plugins/s2member.php'),(5281,'/plugins/wp-rocket/inc/3rd-party/plugins/security/secupress.php'),(5282,'/plugins/wp-rocket/inc/3rd-party/plugins/security/sf-move-login.php'),(5283,'/plugins/wp-rocket/inc/3rd-party/plugins/security/wps-hide-login.php'),(5284,'/plugins/wp-rocket/inc/3rd-party/plugins/seo/all-in-one-seo-pack.php'),(5285,'/plugins/wp-rocket/inc/3rd-party/plugins/seo/premium-seo-pack.php'),(5286,'/plugins/wp-rocket/inc/3rd-party/plugins/seo/rank-math-seo.php'),(5287,'/plugins/wp-rocket/inc/3rd-party/plugins/seo/seopress.php'),(5288,'/plugins/wp-rocket/inc/3rd-party/plugins/seo/the-seo-framework.php'),(5289,'/plugins/wp-rocket/inc/3rd-party/plugins/seo/yoast-seo.php'),(5290,'/plugins/wp-rocket/inc/3rd-party/plugins/slider/meta-slider.php'),(5291,'/plugins/wp-rocket/inc/3rd-party/plugins/slider/soliloquy.php'),(5292,'/plugins/wp-rocket/inc/3rd-party/plugins/sumome.php'),(5293,'/plugins/wp-rocket/inc/3rd-party/plugins/thrive-leads.php'),(5294,'/plugins/wp-rocket/inc/3rd-party/plugins/varnish-http-purge.php'),(5295,'/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3-assets.php'),(5296,'/plugins/wp-rocket/inc/3rd-party/plugins/wp-offload-s3.php'),(5297,'/plugins/wp-rocket/inc/3rd-party/plugins/wp-print.php'),(5298,'/plugins/wp-rocket/inc/3rd-party/plugins/wp-rest-api.php'),(5299,'/plugins/wp-rocket/inc/3rd-party/themes/studiopress.php'),(5300,'/plugins/wp-rocket/inc/3rd-party/themes/uncode.php'),(5301,'/plugins/wp-rocket/inc/API/bypass.php'),(5302,'/plugins/wp-rocket/inc/API/preload.php'),(5303,'/plugins/wp-rocket/inc/Addon/Cloudflare/APIClient.php'),(5304,'/plugins/wp-rocket/inc/Addon/Cloudflare/AuthenticationException.php'),(5305,'/plugins/wp-rocket/inc/Addon/Cloudflare/Cloudflare.php'),(5306,'/plugins/wp-rocket/inc/Addon/Cloudflare/Subscriber.php'),(5307,'/plugins/wp-rocket/inc/Addon/Cloudflare/UnauthorizedException.php'),(5308,'/plugins/wp-rocket/inc/Addon/ServiceProvider.php'),(5309,'/plugins/wp-rocket/inc/Addon/Varnish/ServiceProvider.php'),(5310,'/plugins/wp-rocket/inc/Addon/Varnish/Subscriber.php'),(5311,'/plugins/wp-rocket/inc/Addon/Varnish/Varnish.php'),(5312,'/plugins/wp-rocket/inc/Dependencies/Database/Base.php'),(5313,'/plugins/wp-rocket/inc/Dependencies/Database/Column.php'),(5314,'/plugins/wp-rocket/inc/Dependencies/Database/Queries/Compare.php'),(5315,'/plugins/wp-rocket/inc/Dependencies/Database/Queries/Date.php'),(5316,'/plugins/wp-rocket/inc/Dependencies/Database/Queries/Meta.php'),(5317,'/plugins/wp-rocket/inc/Dependencies/Database/Query.php'),(5318,'/plugins/wp-rocket/inc/Dependencies/Database/Row.php'),(5319,'/plugins/wp-rocket/inc/Dependencies/Database/Schema.php'),(5320,'/plugins/wp-rocket/inc/Dependencies/Database/Table.php'),(5321,'/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverInterface.php'),(5322,'/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ArgumentResolverTrait.php'),(5323,'/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassName.php'),(5324,'/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameInterface.php'),(5325,'/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/ClassNameWithOptionalValue.php'),(5326,'/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgument.php'),(5327,'/plugins/wp-rocket/inc/Dependencies/League/Container/Argument/RawArgumentInterface.php'),(5328,'/plugins/wp-rocket/inc/Dependencies/League/Container/Container.php'),(5329,'/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareInterface.php'),(5330,'/plugins/wp-rocket/inc/Dependencies/League/Container/ContainerAwareTrait.php'),(5331,'/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/Definition.php'),(5332,'/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregate.php'),(5333,'/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionAggregateInterface.php'),(5334,'/plugins/wp-rocket/inc/Dependencies/League/Container/Definition/DefinitionInterface.php'),(5335,'/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/ContainerException.php'),(5336,'/plugins/wp-rocket/inc/Dependencies/League/Container/Exception/NotFoundException.php'),(5337,'/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/Inflector.php'),(5338,'/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregate.php'),(5339,'/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorAggregateInterface.php'),(5340,'/plugins/wp-rocket/inc/Dependencies/League/Container/Inflector/InflectorInterface.php'),(5341,'/plugins/wp-rocket/inc/Dependencies/League/Container/ReflectionContainer.php'),(5342,'/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/AbstractServiceProvider.php'),(5343,'/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/BootableServiceProviderInterface.php'),(5344,'/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregate.php'),(5345,'/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderAggregateInterface.php'),(5346,'/plugins/wp-rocket/inc/Dependencies/League/Container/ServiceProvider/ServiceProviderInterface.php'),(5347,'/plugins/wp-rocket/inc/Dependencies/Minify/CSS.php'),(5348,'/plugins/wp-rocket/inc/Dependencies/Minify/Exception.php'),(5349,'/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/BasicException.php'),(5350,'/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/FileImportException.php'),(5351,'/plugins/wp-rocket/inc/Dependencies/Minify/Exceptions/IOException.php'),(5352,'/plugins/wp-rocket/inc/Dependencies/Minify/JS.php'),(5353,'/plugins/wp-rocket/inc/Dependencies/Minify/Minify.php'),(5354,'/plugins/wp-rocket/inc/Dependencies/PathConverter/Converter.php'),(5355,'/plugins/wp-rocket/inc/Dependencies/PathConverter/ConverterInterface.php'),(5356,'/plugins/wp-rocket/inc/Dependencies/PathConverter/NoConverter.php'),(5357,'/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerExceptionInterface.php'),(5358,'/plugins/wp-rocket/inc/Dependencies/Psr/Container/ContainerInterface.php'),(5359,'/plugins/wp-rocket/inc/Dependencies/Psr/Container/NotFoundExceptionInterface.php'),(5360,'/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Assets.php'),(5361,'/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Iframe.php'),(5362,'/plugins/wp-rocket/inc/Dependencies/RocketLazyload/Image.php'),(5363,'/plugins/wp-rocket/inc/Engine/Activation/Activation.php'),(5364,'/plugins/wp-rocket/inc/Engine/Activation/ActivationInterface.php'),(5365,'/plugins/wp-rocket/inc/Engine/Activation/ServiceProvider.php'),(5366,'/plugins/wp-rocket/inc/Engine/Admin/Beacon/Beacon.php'),(5367,'/plugins/wp-rocket/inc/Engine/Admin/Beacon/ServiceProvider.php'),(5368,'/plugins/wp-rocket/inc/Engine/Admin/Database/Optimization.php'),(5369,'/plugins/wp-rocket/inc/Engine/Admin/Database/OptimizationProcess.php'),(5370,'/plugins/wp-rocket/inc/Engine/Admin/Database/ServiceProvider.php'),(5371,'/plugins/wp-rocket/inc/Engine/Admin/Database/Subscriber.php'),(5372,'/plugins/wp-rocket/inc/Engine/Admin/Deactivation/DeactivationIntent.php'),(5373,'/plugins/wp-rocket/inc/Engine/Admin/ServiceProvider.php'),(5374,'/plugins/wp-rocket/inc/Engine/Admin/Settings/Page.php'),(5375,'/plugins/wp-rocket/inc/Engine/Admin/Settings/Render.php'),(5376,'/plugins/wp-rocket/inc/Engine/Admin/Settings/ServiceProvider.php'),(5377,'/plugins/wp-rocket/inc/Engine/Admin/Settings/Settings.php'),(5378,'/plugins/wp-rocket/inc/Engine/Admin/Settings/Subscriber.php'),(5379,'/plugins/wp-rocket/inc/Engine/CDN/CDN.php'),(5380,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/APIClient.php'),(5381,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/AdminPageSubscriber.php'),(5382,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/CDNOptionsManager.php'),(5383,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/DataManagerSubscriber.php'),(5384,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/NoticesSubscriber.php'),(5385,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/RESTSubscriber.php'),(5386,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/ServiceProvider.php'),(5387,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-big.php'),(5388,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/cta-small.php'),(5389,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/dashboard-status.php'),(5390,'/plugins/wp-rocket/inc/Engine/CDN/RocketCDN/views/promote-notice.php'),(5391,'/plugins/wp-rocket/inc/Engine/CDN/ServiceProvider.php'),(5392,'/plugins/wp-rocket/inc/Engine/CDN/Subscriber.php'),(5393,'/plugins/wp-rocket/inc/Engine/Cache/AdminSubscriber.php'),(5394,'/plugins/wp-rocket/inc/Engine/Cache/AdvancedCache.php'),(5395,'/plugins/wp-rocket/inc/Engine/Cache/Purge.php'),(5396,'/plugins/wp-rocket/inc/Engine/Cache/PurgeActionsSubscriber.php'),(5397,'/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/PurgeExpiredCache.php'),(5398,'/plugins/wp-rocket/inc/Engine/Cache/PurgeExpired/Subscriber.php'),(5399,'/plugins/wp-rocket/inc/Engine/Cache/ServiceProvider.php'),(5400,'/plugins/wp-rocket/inc/Engine/Cache/WPCache.php'),(5401,'/plugins/wp-rocket/inc/Engine/Capabilities/Manager.php'),(5402,'/plugins/wp-rocket/inc/Engine/Capabilities/ServiceProvider.php'),(5403,'/plugins/wp-rocket/inc/Engine/Capabilities/Subscriber.php'),(5404,'/plugins/wp-rocket/inc/Engine/CriticalPath/APIClient.php'),(5405,'/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Admin.php'),(5406,'/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Post.php'),(5407,'/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Settings.php'),(5408,'/plugins/wp-rocket/inc/Engine/CriticalPath/Admin/Subscriber.php'),(5409,'/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSS.php'),(5410,'/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSGeneration.php'),(5411,'/plugins/wp-rocket/inc/Engine/CriticalPath/CriticalCSSSubscriber.php'),(5412,'/plugins/wp-rocket/inc/Engine/CriticalPath/DataManager.php'),(5413,'/plugins/wp-rocket/inc/Engine/CriticalPath/ProcessorService.php'),(5414,'/plugins/wp-rocket/inc/Engine/CriticalPath/RESTCSSSubscriber.php'),(5415,'/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWP.php'),(5416,'/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPInterface.php'),(5417,'/plugins/wp-rocket/inc/Engine/CriticalPath/RESTWPPost.php'),(5418,'/plugins/wp-rocket/inc/Engine/CriticalPath/ServiceProvider.php'),(5419,'/plugins/wp-rocket/inc/Engine/CriticalPath/TransientTrait.php'),(5420,'/plugins/wp-rocket/inc/Engine/Deactivation/Deactivation.php'),(5421,'/plugins/wp-rocket/inc/Engine/Deactivation/DeactivationInterface.php'),(5422,'/plugins/wp-rocket/inc/Engine/Deactivation/ServiceProvider.php'),(5423,'/plugins/wp-rocket/inc/Engine/HealthCheck/CacheDirSizeCheck.php'),(5424,'/plugins/wp-rocket/inc/Engine/HealthCheck/HealthCheck.php'),(5425,'/plugins/wp-rocket/inc/Engine/HealthCheck/ServiceProvider.php'),(5426,'/plugins/wp-rocket/inc/Engine/Heartbeat/HeartbeatSubscriber.php'),(5427,'/plugins/wp-rocket/inc/Engine/Heartbeat/ServiceProvider.php'),(5428,'/plugins/wp-rocket/inc/Engine/License/API/Pricing.php'),(5429,'/plugins/wp-rocket/inc/Engine/License/API/PricingClient.php'),(5430,'/plugins/wp-rocket/inc/Engine/License/API/User.php'),(5431,'/plugins/wp-rocket/inc/Engine/License/API/UserClient.php'),(5432,'/plugins/wp-rocket/inc/Engine/License/Renewal.php'),(5433,'/plugins/wp-rocket/inc/Engine/License/ServiceProvider.php'),(5434,'/plugins/wp-rocket/inc/Engine/License/Subscriber.php'),(5435,'/plugins/wp-rocket/inc/Engine/License/Upgrade.php'),(5436,'/plugins/wp-rocket/inc/Engine/License/views/promo-banner.php'),(5437,'/plugins/wp-rocket/inc/Engine/License/views/renewal-expired-banner.php'),(5438,'/plugins/wp-rocket/inc/Engine/License/views/renewal-soon-banner.php'),(5439,'/plugins/wp-rocket/inc/Engine/License/views/upgrade-popin.php'),(5440,'/plugins/wp-rocket/inc/Engine/License/views/upgrade-section.php'),(5441,'/plugins/wp-rocket/inc/Engine/Media/Emojis/EmojisSubscriber.php'),(5442,'/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/AdminSubscriber.php'),(5443,'/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/ImageDimensions.php'),(5444,'/plugins/wp-rocket/inc/Engine/Media/ImageDimensions/Subscriber.php'),(5445,'/plugins/wp-rocket/inc/Engine/Media/Lazyload/AdminSubscriber.php'),(5446,'/plugins/wp-rocket/inc/Engine/Media/Lazyload/Subscriber.php'),(5447,'/plugins/wp-rocket/inc/Engine/Media/ServiceProvider.php'),(5448,'/plugins/wp-rocket/inc/Engine/Optimization/AbstractOptimization.php'),(5449,'/plugins/wp-rocket/inc/Engine/Optimization/AdminServiceProvider.php'),(5450,'/plugins/wp-rocket/inc/Engine/Optimization/AssetsLocalCache.php'),(5451,'/plugins/wp-rocket/inc/Engine/Optimization/CSSTrait.php'),(5452,'/plugins/wp-rocket/inc/Engine/Optimization/CacheDynamicResource.php'),(5453,'/plugins/wp-rocket/inc/Engine/Optimization/ContentTrait.php'),(5454,'/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/AdminSubscriber.php'),(5455,'/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/DeferJS.php'),(5456,'/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/ServiceProvider.php'),(5457,'/plugins/wp-rocket/inc/Engine/Optimization/DeferJS/Subscriber.php'),(5458,'/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Settings.php'),(5459,'/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Admin/Subscriber.php'),(5460,'/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/HTML.php'),(5461,'/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/ServiceProvider.php'),(5462,'/plugins/wp-rocket/inc/Engine/Optimization/DelayJS/Subscriber.php'),(5463,'/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/AbstractGFOptimization.php'),(5464,'/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Settings.php'),(5465,'/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Admin/Subscriber.php'),(5466,'/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Combine.php'),(5467,'/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/CombineV2.php'),(5468,'/plugins/wp-rocket/inc/Engine/Optimization/GoogleFonts/Subscriber.php'),(5469,'/plugins/wp-rocket/inc/Engine/Optimization/IEConditionalSubscriber.php'),(5470,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/AbstractMinifySubscriber.php'),(5471,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AbstractCSSOptimization.php'),(5472,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/AdminSubscriber.php'),(5473,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Combine.php'),(5474,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Minify.php'),(5475,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/CSS/Subscriber.php'),(5476,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/AbstractJSOptimization.php'),(5477,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Combine.php'),(5478,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Minify.php'),(5479,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/JS/Subscriber.php'),(5480,'/plugins/wp-rocket/inc/Engine/Optimization/Minify/ProcessorInterface.php'),(5481,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/AbstractAPIClient.php'),(5482,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Database.php'),(5483,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Settings.php'),(5484,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Admin/Subscriber.php'),(5485,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Controller/UsedCSS.php'),(5486,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/ResourcesQuery.php'),(5487,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Queries/UsedCSS.php'),(5488,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/ResourceRow.php'),(5489,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Row/UsedCSS.php'),(5490,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/Resources.php'),(5491,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Schemas/UsedCSS.php'),(5492,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/Resources.php'),(5493,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Database/Tables/UsedCSS.php'),(5494,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/APIClient.php'),(5495,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Frontend/Subscriber.php'),(5496,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/ServiceProvider.php'),(5497,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/APIClient.php'),(5498,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/ResourceFetcher.php'),(5499,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/ResourceFetcherProcess.php'),(5500,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/Scanner.php'),(5501,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/ScannerProcess.php'),(5502,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/Status/Checker.php'),(5503,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/Status/RESTWP.php'),(5504,'/plugins/wp-rocket/inc/Engine/Optimization/RUCSS/Warmup/Subscriber.php'),(5505,'/plugins/wp-rocket/inc/Engine/Optimization/RegexTrait.php'),(5506,'/plugins/wp-rocket/inc/Engine/Optimization/ServiceProvider.php'),(5507,'/plugins/wp-rocket/inc/Engine/Optimization/UrlTrait.php'),(5508,'/plugins/wp-rocket/inc/Engine/Plugin/InformationSubscriber.php'),(5509,'/plugins/wp-rocket/inc/Engine/Plugin/ServiceProvider.php'),(5510,'/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiCommonSubscriber.php'),(5511,'/plugins/wp-rocket/inc/Engine/Plugin/UpdaterApiTools.php'),(5512,'/plugins/wp-rocket/inc/Engine/Plugin/UpdaterSubscriber.php'),(5513,'/plugins/wp-rocket/inc/Engine/Preload/AbstractPreload.php'),(5514,'/plugins/wp-rocket/inc/Engine/Preload/AbstractProcess.php'),(5515,'/plugins/wp-rocket/inc/Engine/Preload/Fonts.php'),(5516,'/plugins/wp-rocket/inc/Engine/Preload/FullProcess.php'),(5517,'/plugins/wp-rocket/inc/Engine/Preload/Homepage.php'),(5518,'/plugins/wp-rocket/inc/Engine/Preload/Links/AdminSubscriber.php'),(5519,'/plugins/wp-rocket/inc/Engine/Preload/Links/ServiceProvider.php'),(5520,'/plugins/wp-rocket/inc/Engine/Preload/Links/Subscriber.php'),(5521,'/plugins/wp-rocket/inc/Engine/Preload/PartialPreloadSubscriber.php'),(5522,'/plugins/wp-rocket/inc/Engine/Preload/PartialProcess.php'),(5523,'/plugins/wp-rocket/inc/Engine/Preload/PreloadSubscriber.php'),(5524,'/plugins/wp-rocket/inc/Engine/Preload/ServiceProvider.php'),(5525,'/plugins/wp-rocket/inc/Engine/Preload/Sitemap.php'),(5526,'/plugins/wp-rocket/inc/Engine/Preload/SitemapPreloadSubscriber.php'),(5527,'/plugins/wp-rocket/inc/Engine/Support/Data.php'),(5528,'/plugins/wp-rocket/inc/Engine/Support/Rest.php'),(5529,'/plugins/wp-rocket/inc/Engine/Support/ServiceProvider.php'),(5530,'/plugins/wp-rocket/inc/Engine/Support/Subscriber.php'),(5531,'/plugins/wp-rocket/inc/Engine/WPRocketUninstall.php'),(5532,'/plugins/wp-rocket/inc/Plugin.php'),(5533,'/plugins/wp-rocket/inc/ThirdParty/Hostings/AbstractNoCacheHost.php'),(5534,'/plugins/wp-rocket/inc/ThirdParty/Hostings/Cloudways.php'),(5535,'/plugins/wp-rocket/inc/ThirdParty/Hostings/Dreampress.php'),(5536,'/plugins/wp-rocket/inc/ThirdParty/Hostings/Godaddy.php'),(5537,'/plugins/wp-rocket/inc/ThirdParty/Hostings/HostResolver.php'),(5538,'/plugins/wp-rocket/inc/ThirdParty/Hostings/HostSubscriberFactory.php'),(5539,'/plugins/wp-rocket/inc/ThirdParty/Hostings/LiteSpeed.php'),(5540,'/plugins/wp-rocket/inc/ThirdParty/Hostings/O2Switch.php'),(5541,'/plugins/wp-rocket/inc/ThirdParty/Hostings/Pressable.php'),(5542,'/plugins/wp-rocket/inc/ThirdParty/Hostings/Savvii.php'),(5543,'/plugins/wp-rocket/inc/ThirdParty/Hostings/ServiceProvider.php'),(5544,'/plugins/wp-rocket/inc/ThirdParty/Hostings/SpinUpWP.php'),(5545,'/plugins/wp-rocket/inc/ThirdParty/Hostings/WPEngine.php'),(5546,'/plugins/wp-rocket/inc/ThirdParty/Hostings/WordPressCom.php'),(5547,'/plugins/wp-rocket/inc/ThirdParty/NullSubscriber.php'),(5548,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Ads/Adthrive.php'),(5549,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Ecommerce/WooCommerceSubscriber.php'),(5550,'/plugins/wp-rocket/inc/ThirdParty/Plugins/ModPagespeed.php'),(5551,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/AMP.php'),(5552,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Autoptimize.php'),(5553,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Ezoic.php'),(5554,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/Hummingbird.php'),(5555,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Optimization/WPMeteor.php'),(5556,'/plugins/wp-rocket/inc/ThirdParty/Plugins/PDFEmbedder.php'),(5557,'/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/BeaverBuilder.php'),(5558,'/plugins/wp-rocket/inc/ThirdParty/Plugins/PageBuilder/Elementor.php'),(5559,'/plugins/wp-rocket/inc/ThirdParty/Plugins/RevolutionSlider.php'),(5560,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Security/WordFenceCompatibility.php'),(5561,'/plugins/wp-rocket/inc/ThirdParty/Plugins/SimpleCustomCss.php'),(5562,'/plugins/wp-rocket/inc/ThirdParty/Plugins/Smush.php'),(5563,'/plugins/wp-rocket/inc/ThirdParty/ReturnTypesTrait.php'),(5564,'/plugins/wp-rocket/inc/ThirdParty/ServiceProvider.php'),(5565,'/plugins/wp-rocket/inc/ThirdParty/SubscriberFactoryInterface.php'),(5566,'/plugins/wp-rocket/inc/ThirdParty/Themes/Avada.php'),(5567,'/plugins/wp-rocket/inc/ThirdParty/Themes/Bridge.php'),(5568,'/plugins/wp-rocket/inc/ThirdParty/Themes/Divi.php'),(5569,'/plugins/wp-rocket/inc/admin/admin.php'),(5570,'/plugins/wp-rocket/inc/admin/options.php'),(5571,'/plugins/wp-rocket/inc/admin/ui/enqueue.php'),(5572,'/plugins/wp-rocket/inc/admin/ui/meta-boxes.php'),(5573,'/plugins/wp-rocket/inc/admin/ui/notices.php'),(5574,'/plugins/wp-rocket/inc/admin/upgrader.php'),(5575,'/plugins/wp-rocket/inc/classes/Buffer/class-abstract-buffer.php'),(5576,'/plugins/wp-rocket/inc/classes/Buffer/class-cache.php'),(5577,'/plugins/wp-rocket/inc/classes/Buffer/class-config.php'),(5578,'/plugins/wp-rocket/inc/classes/Buffer/class-optimization.php'),(5579,'/plugins/wp-rocket/inc/classes/Buffer/class-tests.php'),(5580,'/plugins/wp-rocket/inc/classes/ServiceProvider/class-common-subscribers.php'),(5581,'/plugins/wp-rocket/inc/classes/ServiceProvider/class-options.php'),(5582,'/plugins/wp-rocket/inc/classes/admin/class-abstract-options.php'),(5583,'/plugins/wp-rocket/inc/classes/admin/class-logs.php'),(5584,'/plugins/wp-rocket/inc/classes/admin/class-options-data.php'),(5585,'/plugins/wp-rocket/inc/classes/admin/class-options.php'),(5586,'/plugins/wp-rocket/inc/classes/admin/deactivation/class-render.php'),(5587,'/plugins/wp-rocket/inc/classes/class-abstract-render.php'),(5588,'/plugins/wp-rocket/inc/classes/class-wp-rocket-requirements-check.php'),(5589,'/plugins/wp-rocket/inc/classes/dependencies/mobiledetect/mobiledetectlib/Mobile_Detect.php'),(5590,'/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-async-request.php'),(5591,'/plugins/wp-rocket/inc/classes/dependencies/wp-media/background-processing/wp-background-process.php'),(5592,'/plugins/wp-rocket/inc/classes/event-management/class-event-manager.php'),(5593,'/plugins/wp-rocket/inc/classes/event-management/event-manager-aware-subscriber-interface.php'),(5594,'/plugins/wp-rocket/inc/classes/event-management/subscriber-interface.php'),(5595,'/plugins/wp-rocket/inc/classes/interfaces/class-render-interface.php'),(5596,'/plugins/wp-rocket/inc/classes/logger/class-html-formatter.php'),(5597,'/plugins/wp-rocket/inc/classes/logger/class-logger.php'),(5598,'/plugins/wp-rocket/inc/classes/logger/class-stream-handler.php'),(5599,'/plugins/wp-rocket/inc/classes/subscriber/Media/class-webp-subscriber.php'),(5600,'/plugins/wp-rocket/inc/classes/subscriber/Optimization/class-buffer-subscriber.php'),(5601,'/plugins/wp-rocket/inc/classes/subscriber/Tools/class-detect-missing-tags-subscriber.php'),(5602,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-ewww-subscriber.php'),(5603,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-imagify-subscriber.php'),(5604,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-optimus-subscriber.php'),(5605,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/class-shortpixel-subscriber.php'),(5606,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/trait-webp-common.php'),(5607,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/Images/Webp/webp-interface.php'),(5608,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-mobile-subscriber.php'),(5609,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-ngg-subscriber.php'),(5610,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/class-syntaxhighlighter-subscriber.php'),(5611,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/ecommerce/class-bigcommerce-subscriber.php'),(5612,'/plugins/wp-rocket/inc/classes/subscriber/third-party/plugins/security/class-sucuri-subscriber.php'),(5613,'/plugins/wp-rocket/inc/classes/traits/trait-config-updater.php'),(5614,'/plugins/wp-rocket/inc/classes/traits/trait-memoize.php'),(5615,'/plugins/wp-rocket/inc/common/admin-bar.php'),(5616,'/plugins/wp-rocket/inc/common/cloudflare-flexible-ssl.php'),(5617,'/plugins/wp-rocket/inc/common/purge.php'),(5618,'/plugins/wp-rocket/inc/compat.php'),(5619,'/plugins/wp-rocket/inc/constants.php'),(5620,'/plugins/wp-rocket/inc/deprecated/3.10.php'),(5621,'/plugins/wp-rocket/inc/deprecated/3.2.php'),(5622,'/plugins/wp-rocket/inc/deprecated/3.3.php'),(5623,'/plugins/wp-rocket/inc/deprecated/3.4.php'),(5624,'/plugins/wp-rocket/inc/deprecated/3.5.php'),(5625,'/plugins/wp-rocket/inc/deprecated/3.6.php'),(5626,'/plugins/wp-rocket/inc/deprecated/3.7.php'),(5627,'/plugins/wp-rocket/inc/deprecated/3.8.php'),(5628,'/plugins/wp-rocket/inc/deprecated/3.9.php'),(5629,'/plugins/wp-rocket/inc/deprecated/DeprecatedClassTrait.php'),(5630,'/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/BustingFactory.php'),(5631,'/plugins/wp-rocket/inc/deprecated/Engine/Addon/Busting/FileBustingTrait.php'),(5632,'/plugins/wp-rocket/inc/deprecated/Engine/Addon/FacebookTracking/Subscriber.php'),(5633,'/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleAnalytics.php'),(5634,'/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/GoogleTagManager.php'),(5635,'/plugins/wp-rocket/inc/deprecated/Engine/Addon/GoogleTracking/Subscriber.php'),(5636,'/plugins/wp-rocket/inc/deprecated/Engine/Media/Embeds/EmbedsSubscriber.php'),(5637,'/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/Remove.php'),(5638,'/plugins/wp-rocket/inc/deprecated/Engine/Optimization/QueryString/RemoveSubscriber.php'),(5639,'/plugins/wp-rocket/inc/deprecated/classes/busting/class-abstract-busting.php'),(5640,'/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-pickles.php'),(5641,'/plugins/wp-rocket/inc/deprecated/classes/busting/class-facebook-sdk.php'),(5642,'/plugins/wp-rocket/inc/deprecated/deprecated.php'),(5643,'/plugins/wp-rocket/inc/deprecated/subscriber/Optimization/class-dequeue-jquery-migrate-subscriber.php'),(5644,'/plugins/wp-rocket/inc/deprecated/subscriber/admin/Optimization/class-minify-html-subscriber.php'),(5645,'/plugins/wp-rocket/inc/deprecated/subscriber/admin/Settings/class-beacon-subscriber.php'),(5646,'/plugins/wp-rocket/inc/deprecated/vendors/classes/class-minify-html.php'),(5647,'/plugins/wp-rocket/inc/domain-mapping.php'),(5648,'/plugins/wp-rocket/inc/front/cookie.php'),(5649,'/plugins/wp-rocket/inc/front/dns-prefetch.php'),(5650,'/plugins/wp-rocket/inc/front/process.php'),(5651,'/plugins/wp-rocket/inc/front/protocol.php'),(5652,'/plugins/wp-rocket/inc/functions/admin.php'),(5653,'/plugins/wp-rocket/inc/functions/api.php'),(5654,'/plugins/wp-rocket/inc/functions/files.php'),(5655,'/plugins/wp-rocket/inc/functions/formatting.php'),(5656,'/plugins/wp-rocket/inc/functions/htaccess.php'),(5657,'/plugins/wp-rocket/inc/functions/i18n.php'),(5658,'/plugins/wp-rocket/inc/functions/options.php'),(5659,'/plugins/wp-rocket/inc/functions/posts.php'),(5660,'/plugins/wp-rocket/inc/main.php'),(5661,'/plugins/wp-rocket/inc/vendors/classes/class-imagify-partner.php'),(5662,'/plugins/wp-rocket/inc/vendors/classes/class-minify-css-urirewriter.php'),(5663,'/plugins/wp-rocket/inc/vendors/classes/class-rocket-mobile-detect.php'),(5664,'/plugins/wp-rocket/inc/vendors/ip_in_range.php'),(5665,'/plugins/wp-rocket/licence-data.php'),(5666,'/plugins/wp-rocket/uninstall.php'),(5667,'/plugins/wp-rocket/views/cache/advanced-cache.php'),(5668,'/plugins/wp-rocket/views/cpcss/activate-cpcss-mobile.php'),(5669,'/plugins/wp-rocket/views/cpcss/metabox/container.php'),(5670,'/plugins/wp-rocket/views/cpcss/metabox/generate.php'),(5671,'/plugins/wp-rocket/views/deactivation-intent/form.php'),(5672,'/plugins/wp-rocket/views/settings/beacon.php'),(5673,'/plugins/wp-rocket/views/settings/buttons/button.php'),(5674,'/plugins/wp-rocket/views/settings/buttons/link.php'),(5675,'/plugins/wp-rocket/views/settings/enable-google-fonts.php'),(5676,'/plugins/wp-rocket/views/settings/fields/cache-lifespan.php'),(5677,'/plugins/wp-rocket/views/settings/fields/checkbox.php'),(5678,'/plugins/wp-rocket/views/settings/fields/cnames.php'),(5679,'/plugins/wp-rocket/views/settings/fields/hidden.php'),(5680,'/plugins/wp-rocket/views/settings/fields/import-form.php'),(5681,'/plugins/wp-rocket/views/settings/fields/number.php'),(5682,'/plugins/wp-rocket/views/settings/fields/one-click-addon.php'),(5683,'/plugins/wp-rocket/views/settings/fields/radio-buttons.php'),(5684,'/plugins/wp-rocket/views/settings/fields/rocket-addon.php'),(5685,'/plugins/wp-rocket/views/settings/fields/rocket-cdn.php'),(5686,'/plugins/wp-rocket/views/settings/fields/select.php'),(5687,'/plugins/wp-rocket/views/settings/fields/sliding-checkbox.php'),(5688,'/plugins/wp-rocket/views/settings/fields/text.php'),(5689,'/plugins/wp-rocket/views/settings/fields/textarea.php'),(5690,'/plugins/wp-rocket/views/settings/navigation.php'),(5691,'/plugins/wp-rocket/views/settings/page-sections/addons.php'),(5692,'/plugins/wp-rocket/views/settings/page-sections/advanced-cache.php'),(5693,'/plugins/wp-rocket/views/settings/page-sections/cache.php'),(5694,'/plugins/wp-rocket/views/settings/page-sections/cloudflare.php'),(5695,'/plugins/wp-rocket/views/settings/page-sections/dashboard.php'),(5696,'/plugins/wp-rocket/views/settings/page-sections/database.php'),(5697,'/plugins/wp-rocket/views/settings/page-sections/file-optimization.php'),(5698,'/plugins/wp-rocket/views/settings/page-sections/heartbeat.php'),(5699,'/plugins/wp-rocket/views/settings/page-sections/imagify.php'),(5700,'/plugins/wp-rocket/views/settings/page-sections/license.php'),(5701,'/plugins/wp-rocket/views/settings/page-sections/media.php'),(5702,'/plugins/wp-rocket/views/settings/page-sections/page-cdn.php'),(5703,'/plugins/wp-rocket/views/settings/page-sections/preload.php'),(5704,'/plugins/wp-rocket/views/settings/page-sections/sucuri.php'),(5705,'/plugins/wp-rocket/views/settings/page-sections/tools.php'),(5706,'/plugins/wp-rocket/views/settings/page-sections/tutorials.php'),(5707,'/plugins/wp-rocket/views/settings/page.php'),(5708,'/plugins/wp-rocket/views/settings/partials/documentation.php'),(5709,'/plugins/wp-rocket/views/settings/partials/getting-started.php'),(5710,'/plugins/wp-rocket/views/settings/partials/sidebar.php'),(5711,'/plugins/wp-rocket/views/settings/sections/addons-container.php'),(5712,'/plugins/wp-rocket/views/settings/sections/fields-container.php'),(5713,'/plugins/wp-rocket/views/settings/sections/nocontainer.php'),(5714,'/plugins/wp-rocket/webpack.config.js'),(5715,'/plugins/wp-rocket/wp-rocket.php'),(5716,'/themes/Divi/404.php'),(5717,'/themes/Divi/comments.php'),(5718,'/themes/Divi/core/_et_core_version.php'),(5719,'/themes/Divi/core/_metadata.php'),(5720,'/themes/Divi/core/admin/fonts/builder.svg'),(5721,'/themes/Divi/core/admin/fonts/fontawesome/fa-brands-400.svg'),(5722,'/themes/Divi/core/admin/fonts/fontawesome/fa-regular-400.svg'),(5723,'/themes/Divi/core/admin/fonts/fontawesome/fa-solid-900.svg'),(5724,'/themes/Divi/core/admin/fonts/modules/all/modules.svg'),(5725,'/themes/Divi/core/admin/fonts/modules/base/modules.svg'),(5726,'/themes/Divi/core/admin/fonts/modules/social/modules.svg'),(5727,'/themes/Divi/core/admin/images/svg/backups.svg'),(5728,'/themes/Divi/core/admin/images/svg/migrate.svg'),(5729,'/themes/Divi/core/admin/images/svg/security.svg'),(5730,'/themes/Divi/core/admin/images/svg/server.svg'),(5731,'/themes/Divi/core/admin/images/svg/speed.svg'),(5732,'/themes/Divi/core/admin/images/svg/staging.svg'),(5733,'/themes/Divi/core/admin/js/checkbox.js'),(5734,'/themes/Divi/core/admin/js/colorpicker.js'),(5735,'/themes/Divi/core/admin/js/common.js'),(5736,'/themes/Divi/core/admin/js/compatibility-warning.js'),(5737,'/themes/Divi/core/admin/js/core.js'),(5738,'/themes/Divi/core/admin/js/es6-promise.auto.min.js'),(5739,'/themes/Divi/core/admin/js/eye.js'),(5740,'/themes/Divi/core/admin/js/frame-helpers.js'),(5741,'/themes/Divi/core/admin/js/functions-init.js'),(5742,'/themes/Divi/core/admin/js/page-resource-fallback.min.js'),(5743,'/themes/Divi/core/admin/js/popper.min.js'),(5744,'/themes/Divi/core/admin/js/portability.js'),(5745,'/themes/Divi/core/admin/js/react-dom.production.min.js'),(5746,'/themes/Divi/core/admin/js/react.production.min.js'),(5747,'/themes/Divi/core/admin/js/recaptcha.js'),(5748,'/themes/Divi/core/admin/js/support-center.js'),(5749,'/themes/Divi/core/admin/js/tippy.min.js'),(5750,'/themes/Divi/core/admin/js/version-rollback.js'),(5751,'/themes/Divi/core/admin/js/wp-color-picker-alpha.min.js'),(5752,'/themes/Divi/core/components/Cache.php'),(5753,'/themes/Divi/core/components/CompatibilityWarning.php'),(5754,'/themes/Divi/core/components/HTTPInterface.php'),(5755,'/themes/Divi/core/components/Logger.php'),(5756,'/themes/Divi/core/components/PageResource.php'),(5757,'/themes/Divi/core/components/Portability.php'),(5758,'/themes/Divi/core/components/SupportCenter.php'),(5759,'/themes/Divi/core/components/SupportCenterMUAutoloader.php'),(5760,'/themes/Divi/core/components/Updates.php'),(5761,'/themes/Divi/core/components/VersionRollback.php'),(5762,'/themes/Divi/core/components/api/ElegantThemes.php'),(5763,'/themes/Divi/core/components/api/OAuthHelper.php'),(5764,'/themes/Divi/core/components/api/Service.php'),(5765,'/themes/Divi/core/components/api/email/ActiveCampaign.php'),(5766,'/themes/Divi/core/components/api/email/Aweber.php'),(5767,'/themes/Divi/core/components/api/email/CampaignMonitor.php'),(5768,'/themes/Divi/core/components/api/email/ConstantContact.php'),(5769,'/themes/Divi/core/components/api/email/ConvertKit.php'),(5770,'/themes/Divi/core/components/api/email/Emma.php'),(5771,'/themes/Divi/core/components/api/email/Feedblitz.php'),(5772,'/themes/Divi/core/components/api/email/Fields.php'),(5773,'/themes/Divi/core/components/api/email/FluentCRM.php'),(5774,'/themes/Divi/core/components/api/email/GetResponse.php'),(5775,'/themes/Divi/core/components/api/email/HubSpot.php'),(5776,'/themes/Divi/core/components/api/email/Infusionsoft.php'),(5777,'/themes/Divi/core/components/api/email/MadMimi.php'),(5778,'/themes/Divi/core/components/api/email/MailChimp.php'),(5779,'/themes/Divi/core/components/api/email/MailPoet.php'),(5780,'/themes/Divi/core/components/api/email/MailerLite.php'),(5781,'/themes/Divi/core/components/api/email/Mailster.php'),(5782,'/themes/Divi/core/components/api/email/Ontraport.php'),(5783,'/themes/Divi/core/components/api/email/Provider.php'),(5784,'/themes/Divi/core/components/api/email/Providers.php'),(5785,'/themes/Divi/core/components/api/email/SalesForce.php'),(5786,'/themes/Divi/core/components/api/email/SendinBlue.php'),(5787,'/themes/Divi/core/components/api/email/_MailPoet2.php'),(5788,'/themes/Divi/core/components/api/email/_MailPoet3.php'),(5789,'/themes/Divi/core/components/api/email/_ProviderName.php'),(5790,'/themes/Divi/core/components/api/email/iContact.php'),(5791,'/themes/Divi/core/components/api/email/init.php'),(5792,'/themes/Divi/core/components/api/init.php'),(5793,'/themes/Divi/core/components/api/social/Network.php'),(5794,'/themes/Divi/core/components/api/spam/Provider.php'),(5795,'/themes/Divi/core/components/api/spam/Providers.php'),(5796,'/themes/Divi/core/components/api/spam/ReCaptcha.php'),(5797,'/themes/Divi/core/components/api/spam/init.php'),(5798,'/themes/Divi/core/components/cache/Directory.php'),(5799,'/themes/Divi/core/components/cache/File.php'),(5800,'/themes/Divi/core/components/cache/init.php'),(5801,'/themes/Divi/core/components/data/ScriptReplacer.php'),(5802,'/themes/Divi/core/components/data/Utils.php'),(5803,'/themes/Divi/core/components/data/init.php'),(5804,'/themes/Divi/core/components/init.php'),(5805,'/themes/Divi/core/components/lib/BluehostCache.php'),(5806,'/themes/Divi/core/components/lib/OAuth.php'),(5807,'/themes/Divi/core/components/lib/SilentThemeUpgraderSkin.php'),(5808,'/themes/Divi/core/components/lib/WPHttp.php'),(5809,'/themes/Divi/core/components/mu-plugins/SupportCenterSafeModeDisableChildThemes.php'),(5810,'/themes/Divi/core/components/mu-plugins/SupportCenterSafeModeDisablePlugins.php'),(5811,'/themes/Divi/core/components/post/Object.php'),(5812,'/themes/Divi/core/components/post/Query.php'),(5813,'/themes/Divi/core/components/post/Taxonomy.php'),(5814,'/themes/Divi/core/components/post/Type.php'),(5815,'/themes/Divi/core/functions.php'),(5816,'/themes/Divi/core/init.php'),(5817,'/themes/Divi/core/php_functions.php'),(5818,'/themes/Divi/core/updates_init.php'),(5819,'/themes/Divi/core/wp_functions.php'),(5820,'/themes/Divi/css/tinymce-skin/fonts/tinymce-small.svg'),(5821,'/themes/Divi/css/tinymce-skin/fonts/tinymce.svg'),(5822,'/themes/Divi/epanel/core_functions.php'),(5823,'/themes/Divi/epanel/custom_functions.php'),(5824,'/themes/Divi/epanel/google-fonts/et_google_fonts.js'),(5825,'/themes/Divi/epanel/js/checkbox.js'),(5826,'/themes/Divi/epanel/js/colorpicker.js'),(5827,'/themes/Divi/epanel/js/custom_uploader.js'),(5828,'/themes/Divi/epanel/js/eye.js'),(5829,'/themes/Divi/epanel/js/functions-init.js'),(5830,'/themes/Divi/epanel/js/layout.js'),(5831,'/themes/Divi/epanel/js/wp-color-picker-alpha.min.js'),(5832,'/themes/Divi/epanel/shortcodes/js/editor_plugin.js'),(5833,'/themes/Divi/epanel/shortcodes/js/editor_plugin.min.js'),(5834,'/themes/Divi/epanel/shortcodes/js/et_shortcodes_frontend.js'),(5835,'/themes/Divi/epanel/shortcodes/shortcodes.php'),(5836,'/themes/Divi/et-pagebuilder/et-pagebuilder.php'),(5837,'/themes/Divi/footer.php'),(5838,'/themes/Divi/functions.php'),(5839,'/themes/Divi/header.php'),(5840,'/themes/Divi/includes/block-editor-integration.php'),(5841,'/themes/Divi/includes/builder/_et_builder_version.php'),(5842,'/themes/Divi/includes/builder/ab-testing.php'),(5843,'/themes/Divi/includes/builder/api/DiviExtension.php'),(5844,'/themes/Divi/includes/builder/api/DiviExtensions.php'),(5845,'/themes/Divi/includes/builder/api/rest/BlockLayout.php'),(5846,'/themes/Divi/includes/builder/autoload.php'),(5847,'/themes/Divi/includes/builder/class-et-builder-dynamic-assets-feature.php'),(5848,'/themes/Divi/includes/builder/class-et-builder-element.php'),(5849,'/themes/Divi/includes/builder/class-et-builder-global-feature-base.php'),(5850,'/themes/Divi/includes/builder/class-et-builder-google-fonts-feature.php'),(5851,'/themes/Divi/includes/builder/class-et-builder-module-features.php'),(5852,'/themes/Divi/includes/builder/class-et-builder-module-shortcode-manager.php'),(5853,'/themes/Divi/includes/builder/class-et-builder-module-use-detection.php'),(5854,'/themes/Divi/includes/builder/class-et-builder-plugin-compat-base.php'),(5855,'/themes/Divi/includes/builder/class-et-builder-plugin-compat-loader.php'),(5856,'/themes/Divi/includes/builder/class-et-builder-post-feature-base.php'),(5857,'/themes/Divi/includes/builder/class-et-builder-settings.php'),(5858,'/themes/Divi/includes/builder/class-et-builder-theme-compat-base.php'),(5859,'/themes/Divi/includes/builder/class-et-builder-theme-compat-handler.php'),(5860,'/themes/Divi/includes/builder/class-et-builder-value.php'),(5861,'/themes/Divi/includes/builder/class-et-global-settings.php'),(5862,'/themes/Divi/includes/builder/comments_template.php'),(5863,'/themes/Divi/includes/builder/compat/early.php'),(5864,'/themes/Divi/includes/builder/compat/scripts.php'),(5865,'/themes/Divi/includes/builder/compat/woocommerce.php'),(5866,'/themes/Divi/includes/builder/conditions.php'),(5867,'/themes/Divi/includes/builder/core.php'),(5868,'/themes/Divi/includes/builder/deprecations.php'),(5869,'/themes/Divi/includes/builder/feature/AjaxCache.php'),(5870,'/themes/Divi/includes/builder/feature/BlockEditorIntegration.php'),(5871,'/themes/Divi/includes/builder/feature/BlockTemplates.php'),(5872,'/themes/Divi/includes/builder/feature/ClassicEditor.php'),(5873,'/themes/Divi/includes/builder/feature/CriticalCSS.php'),(5874,'/themes/Divi/includes/builder/feature/DoNotCachePage.php'),(5875,'/themes/Divi/includes/builder/feature/ErrorReport.php'),(5876,'/themes/Divi/includes/builder/feature/I18n.php'),(5877,'/themes/Divi/includes/builder/feature/JQueryBody.php'),(5878,'/themes/Divi/includes/builder/feature/Library.php'),(5879,'/themes/Divi/includes/builder/feature/ajax-data/AjaxData.php'),(5880,'/themes/Divi/includes/builder/feature/content-retriever/ContentRetriever.php'),(5881,'/themes/Divi/includes/builder/feature/content-retriever/retrievers/PageContentRetriever.php'),(5882,'/themes/Divi/includes/builder/feature/display-conditions/DisplayConditions.php'),(5883,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/easypiechart.js'),(5884,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/hashchange.js'),(5885,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.fitvids.js'),(5886,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/jquery.mobile.js'),(5887,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/magnific-popup.js'),(5888,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/motion-effects.js'),(5889,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/salvattore.js'),(5890,'/themes/Divi/includes/builder/feature/dynamic-assets/assets/js/sticky-elements.js'),(5891,'/themes/Divi/includes/builder/feature/dynamic-assets/class-dynamic-assets.php'),(5892,'/themes/Divi/includes/builder/feature/dynamic-assets/dynamic-assets.php'),(5893,'/themes/Divi/includes/builder/feature/dynamic-content.php'),(5894,'/themes/Divi/includes/builder/feature/global-presets/History.php'),(5895,'/themes/Divi/includes/builder/feature/global-presets/Settings.php'),(5896,'/themes/Divi/includes/builder/feature/gutenberg/EditorTypography.php'),(5897,'/themes/Divi/includes/builder/feature/gutenberg/blocks/Layout.php'),(5898,'/themes/Divi/includes/builder/feature/gutenberg/blocks/PostExcerpt.php'),(5899,'/themes/Divi/includes/builder/feature/gutenberg/utils/Conversion.php'),(5900,'/themes/Divi/includes/builder/feature/icon-manager/ExtendedFontIcons.php'),(5901,'/themes/Divi/includes/builder/feature/post-content.php'),(5902,'/themes/Divi/includes/builder/feature/search-posts.php'),(5903,'/themes/Divi/includes/builder/feature/window.php'),(5904,'/themes/Divi/includes/builder/feature/woocommerce/placeholder/WoocommerceProductSimplePlaceholder.php'),(5905,'/themes/Divi/includes/builder/feature/woocommerce/templates/cart/cart-totals.php'),(5906,'/themes/Divi/includes/builder/feature/woocommerce/templates/cart/cart.php'),(5907,'/themes/Divi/includes/builder/feature/woocommerce/templates/cart/cross-sells.php'),(5908,'/themes/Divi/includes/builder/feature/woocommerce/templates/checkout/form-login.php'),(5909,'/themes/Divi/includes/builder/feature/woocommerce/templates/checkout/payment-method.php'),(5910,'/themes/Divi/includes/builder/feature/woocommerce/templates/checkout/payment.php'),(5911,'/themes/Divi/includes/builder/feature/woocommerce/templates/checkout/review-order.php'),(5912,'/themes/Divi/includes/builder/feature/woocommerce/templates/global/form-login-fe.php'),(5913,'/themes/Divi/includes/builder/feature/woocommerce/templates/global/form-login.php'),(5914,'/themes/Divi/includes/builder/feature/woocommerce/templates/global/quantity-input.php'),(5915,'/themes/Divi/includes/builder/feature/woocommerce-modules.php'),(5916,'/themes/Divi/includes/builder/framework.php'),(5917,'/themes/Divi/includes/builder/frontend-builder/assets/backports/hooks.js'),(5918,'/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images/bigplay.svg'),(5919,'/themes/Divi/includes/builder/frontend-builder/assets/css/mediaelement-images/controls.svg'),(5920,'/themes/Divi/includes/builder/frontend-builder/assets/scripts/failure_notice.js'),(5921,'/themes/Divi/includes/builder/frontend-builder/assets/scripts/src/failure_notice.js'),(5922,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/advlist/plugin.min.js'),(5923,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/anchor/plugin.min.js'),(5924,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autolink/plugin.min.js'),(5925,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autoresize/plugin.min.js'),(5926,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/autosave/plugin.min.js'),(5927,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/bbcode/plugin.min.js'),(5928,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/charmap/plugin.min.js'),(5929,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/code/plugin.min.js'),(5930,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/codesample/plugin.min.js'),(5931,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/colorpicker/plugin.min.js'),(5932,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/contextmenu/plugin.min.js'),(5933,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/directionality/plugin.min.js'),(5934,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/emoticons/plugin.min.js'),(5935,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullpage/plugin.min.js'),(5936,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/fullscreen/plugin.min.js'),(5937,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/help/plugin.min.js'),(5938,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/hr/plugin.min.js'),(5939,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/image/plugin.min.js'),(5940,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/imagetools/plugin.min.js'),(5941,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/importcss/plugin.min.js'),(5942,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/insertdatetime/plugin.min.js'),(5943,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/legacyoutput/plugin.min.js'),(5944,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/link/plugin.min.js'),(5945,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/lists/plugin.min.js'),(5946,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/media/plugin.min.js'),(5947,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/nonbreaking/plugin.min.js'),(5948,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/noneditable/plugin.min.js'),(5949,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/pagebreak/plugin.min.js'),(5950,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/paste/plugin.min.js'),(5951,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/preview/plugin.min.js'),(5952,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/print/plugin.min.js'),(5953,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/save/plugin.min.js'),(5954,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/searchreplace/plugin.min.js'),(5955,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/spellchecker/plugin.min.js'),(5956,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/tabfocus/plugin.min.js'),(5957,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/table/plugin.min.js'),(5958,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/template/plugin.min.js'),(5959,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textcolor/plugin.min.js'),(5960,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/textpattern/plugin.min.js'),(5961,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/toc/plugin.min.js'),(5962,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualblocks/plugin.min.js'),(5963,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/visualchars/plugin.min.js'),(5964,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wordcount/plugin.min.js'),(5965,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/plugins/wpview/plugin.min.js'),(5966,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts/tinymce-small.svg'),(5967,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/skins/lightgray/fonts/tinymce.svg'),(5968,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/inlite/theme.min.js'),(5969,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/mobile/theme.min.js'),(5970,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/themes/modern/theme.min.js'),(5971,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts/tinymce-small.svg'),(5972,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce-skin/fonts/tinymce.svg'),(5973,'/themes/Divi/includes/builder/frontend-builder/assets/vendors/tinymce.min.js'),(5974,'/themes/Divi/includes/builder/frontend-builder/assets.php'),(5975,'/themes/Divi/includes/builder/frontend-builder/bfb-template.php'),(5976,'/themes/Divi/includes/builder/frontend-builder/build/boot.js'),(5977,'/themes/Divi/includes/builder/frontend-builder/build/bundle.devtools.32773718.js'),(5978,'/themes/Divi/includes/builder/frontend-builder/build/bundle.js'),(5979,'/themes/Divi/includes/builder/frontend-builder/build/bundle.js.LICENSE.txt'),(5980,'/themes/Divi/includes/builder/frontend-builder/build/bundle.modals.70842a7c.js'),(5981,'/themes/Divi/includes/builder/frontend-builder/build/bundle.modals.70842a7c.js.LICENSE.txt'),(5982,'/themes/Divi/includes/builder/frontend-builder/build/delayed-update.worker.worker.js'),(5983,'/themes/Divi/includes/builder/frontend-builder/build/frame-helpers.js'),(5984,'/themes/Divi/includes/builder/frontend-builder/build/frontend-builder-preview.js'),(5985,'/themes/Divi/includes/builder/frontend-builder/build/frontend-builder-scripts.js.LICENSE.txt'),(5986,'/themes/Divi/includes/builder/frontend-builder/build/gutenberg.js'),(5987,'/themes/Divi/includes/builder/frontend-builder/build/gutenberg.js.LICENSE.txt'),(5988,'/themes/Divi/includes/builder/frontend-builder/build/preboot.js'),(5989,'/themes/Divi/includes/builder/frontend-builder/build/preboot.js.LICENSE.txt'),(5990,'/themes/Divi/includes/builder/frontend-builder/build/theme-builder.js'),(5991,'/themes/Divi/includes/builder/frontend-builder/build/theme-builder.js.LICENSE.txt'),(5992,'/themes/Divi/includes/builder/frontend-builder/helpers.php'),(5993,'/themes/Divi/includes/builder/frontend-builder/i18n/display-conditions.php'),(5994,'/themes/Divi/includes/builder/frontend-builder/i18n/generic.php'),(5995,'/themes/Divi/includes/builder/frontend-builder/i18n/library/categories.php'),(5996,'/themes/Divi/includes/builder/frontend-builder/i18n/library/layouts-long.php'),(5997,'/themes/Divi/includes/builder/frontend-builder/i18n/library/layouts-short.php'),(5998,'/themes/Divi/includes/builder/frontend-builder/i18n/library/packs.php'),(5999,'/themes/Divi/includes/builder/frontend-builder/i18n/library.php'),(6000,'/themes/Divi/includes/builder/frontend-builder/i18n/portability.php'),(6001,'/themes/Divi/includes/builder/frontend-builder/i18n/quick-actions.php'),(6002,'/themes/Divi/includes/builder/frontend-builder/i18n/theme-builder.php'),(6003,'/themes/Divi/includes/builder/frontend-builder/i18n.php'),(6004,'/themes/Divi/includes/builder/frontend-builder/init.php'),(6005,'/themes/Divi/includes/builder/frontend-builder/rtl.php'),(6006,'/themes/Divi/includes/builder/frontend-builder/theme-builder/ThemeBuilderApiErrors.php'),(6007,'/themes/Divi/includes/builder/frontend-builder/theme-builder/ThemeBuilderRequest.php'),(6008,'/themes/Divi/includes/builder/frontend-builder/theme-builder/WoocommerceProductVariablePlaceholder.php'),(6009,'/themes/Divi/includes/builder/frontend-builder/theme-builder/WoocommerceProductVariablePlaceholderDataStoreCPT.php'),(6010,'/themes/Divi/includes/builder/frontend-builder/theme-builder/WoocommerceProductVariationPlaceholder.php'),(6011,'/themes/Divi/includes/builder/frontend-builder/theme-builder/admin.php'),(6012,'/themes/Divi/includes/builder/frontend-builder/theme-builder/api.php'),(6013,'/themes/Divi/includes/builder/frontend-builder/theme-builder/dynamic-content.php'),(6014,'/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-body-template.php'),(6015,'/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-footer-template.php'),(6016,'/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend-header-template.php'),(6017,'/themes/Divi/includes/builder/frontend-builder/theme-builder/frontend.php'),(6018,'/themes/Divi/includes/builder/frontend-builder/theme-builder/template-setting-validations.php'),(6019,'/themes/Divi/includes/builder/frontend-builder/theme-builder/theme-builder.php'),(6020,'/themes/Divi/includes/builder/frontend-builder/theme-builder/woocommerce.php'),(6021,'/themes/Divi/includes/builder/frontend-builder/theme-builder/wpml.php'),(6022,'/themes/Divi/includes/builder/frontend-builder/view.php'),(6023,'/themes/Divi/includes/builder/functions.php'),(6024,'/themes/Divi/includes/builder/images/library-global.svg'),(6025,'/themes/Divi/includes/builder/images/library-layout.svg'),(6026,'/themes/Divi/includes/builder/images/menu.svg'),(6027,'/themes/Divi/includes/builder/images/stats-no-data.svg'),(6028,'/themes/Divi/includes/builder/images/stats.svg'),(6029,'/themes/Divi/includes/builder/main-structure-elements.php'),(6030,'/themes/Divi/includes/builder/module/Accordion.php'),(6031,'/themes/Divi/includes/builder/module/AccordionItem.php'),(6032,'/themes/Divi/includes/builder/module/Audio.php'),(6033,'/themes/Divi/includes/builder/module/BarCounters.php'),(6034,'/themes/Divi/includes/builder/module/BarCountersItem.php'),(6035,'/themes/Divi/includes/builder/module/Blog.php'),(6036,'/themes/Divi/includes/builder/module/Blurb.php'),(6037,'/themes/Divi/includes/builder/module/Button.php'),(6038,'/themes/Divi/includes/builder/module/CircleCounter.php'),(6039,'/themes/Divi/includes/builder/module/Code.php'),(6040,'/themes/Divi/includes/builder/module/Comments.php'),(6041,'/themes/Divi/includes/builder/module/ContactForm.php'),(6042,'/themes/Divi/includes/builder/module/ContactFormItem.php'),(6043,'/themes/Divi/includes/builder/module/CountdownTimer.php'),(6044,'/themes/Divi/includes/builder/module/Cta.php'),(6045,'/themes/Divi/includes/builder/module/Divider.php'),(6046,'/themes/Divi/includes/builder/module/FilterablePortfolio.php'),(6047,'/themes/Divi/includes/builder/module/FullwidthCode.php'),(6048,'/themes/Divi/includes/builder/module/FullwidthHeader.php'),(6049,'/themes/Divi/includes/builder/module/FullwidthImage.php'),(6050,'/themes/Divi/includes/builder/module/FullwidthMap.php'),(6051,'/themes/Divi/includes/builder/module/FullwidthMenu.php'),(6052,'/themes/Divi/includes/builder/module/FullwidthPortfolio.php'),(6053,'/themes/Divi/includes/builder/module/FullwidthPostContent.php'),(6054,'/themes/Divi/includes/builder/module/FullwidthPostSlider.php'),(6055,'/themes/Divi/includes/builder/module/FullwidthPostTitle.php'),(6056,'/themes/Divi/includes/builder/module/FullwidthSlider.php'),(6057,'/themes/Divi/includes/builder/module/Gallery.php'),(6058,'/themes/Divi/includes/builder/module/Icon.php'),(6059,'/themes/Divi/includes/builder/module/Image.php'),(6060,'/themes/Divi/includes/builder/module/Login.php'),(6061,'/themes/Divi/includes/builder/module/Map.php'),(6062,'/themes/Divi/includes/builder/module/MapItem.php'),(6063,'/themes/Divi/includes/builder/module/Menu.php'),(6064,'/themes/Divi/includes/builder/module/NumberCounter.php'),(6065,'/themes/Divi/includes/builder/module/Portfolio.php'),(6066,'/themes/Divi/includes/builder/module/PostContent.php'),(6067,'/themes/Divi/includes/builder/module/PostSlider.php'),(6068,'/themes/Divi/includes/builder/module/PostTitle.php'),(6069,'/themes/Divi/includes/builder/module/PostsNavigation.php'),(6070,'/themes/Divi/includes/builder/module/PricingTables.php'),(6071,'/themes/Divi/includes/builder/module/PricingTablesItem.php'),(6072,'/themes/Divi/includes/builder/module/Search.php'),(6073,'/themes/Divi/includes/builder/module/Sidebar.php'),(6074,'/themes/Divi/includes/builder/module/Signup.php'),(6075,'/themes/Divi/includes/builder/module/SignupItem.php'),(6076,'/themes/Divi/includes/builder/module/Slider.php'),(6077,'/themes/Divi/includes/builder/module/SliderItem.php'),(6078,'/themes/Divi/includes/builder/module/SocialMediaFollow.php'),(6079,'/themes/Divi/includes/builder/module/SocialMediaFollowItem.php'),(6080,'/themes/Divi/includes/builder/module/Tabs.php'),(6081,'/themes/Divi/includes/builder/module/TabsItem.php'),(6082,'/themes/Divi/includes/builder/module/TeamMember.php'),(6083,'/themes/Divi/includes/builder/module/Testimonial.php'),(6084,'/themes/Divi/includes/builder/module/Text.php'),(6085,'/themes/Divi/includes/builder/module/Toggle.php'),(6086,'/themes/Divi/includes/builder/module/Video.php'),(6087,'/themes/Divi/includes/builder/module/VideoSlider.php'),(6088,'/themes/Divi/includes/builder/module/VideoSliderItem.php'),(6089,'/themes/Divi/includes/builder/module/field/Base.php'),(6090,'/themes/Divi/includes/builder/module/field/Border.php'),(6091,'/themes/Divi/includes/builder/module/field/BoxShadow.php'),(6092,'/themes/Divi/includes/builder/module/field/DisplayConditions.php'),(6093,'/themes/Divi/includes/builder/module/field/Divider.php'),(6094,'/themes/Divi/includes/builder/module/field/Factory.php'),(6095,'/themes/Divi/includes/builder/module/field/Height.php'),(6096,'/themes/Divi/includes/builder/module/field/MarginPadding.php'),(6097,'/themes/Divi/includes/builder/module/field/MaxWidth.php'),(6098,'/themes/Divi/includes/builder/module/field/Overflow.php'),(6099,'/themes/Divi/includes/builder/module/field/Position.php'),(6100,'/themes/Divi/includes/builder/module/field/Scroll.php'),(6101,'/themes/Divi/includes/builder/module/field/Sticky.php'),(6102,'/themes/Divi/includes/builder/module/field/TextShadow.php'),(6103,'/themes/Divi/includes/builder/module/field/Transform.php'),(6104,'/themes/Divi/includes/builder/module/field/attribute/composite/Parser.php'),(6105,'/themes/Divi/includes/builder/module/field/attribute/composite/type/Tabbed.php'),(6106,'/themes/Divi/includes/builder/module/field/display-conditions/Author.php'),(6107,'/themes/Divi/includes/builder/module/field/display-conditions/Browser.php'),(6108,'/themes/Divi/includes/builder/module/field/display-conditions/CartContents.php'),(6109,'/themes/Divi/includes/builder/module/field/display-conditions/Categories.php'),(6110,'/themes/Divi/includes/builder/module/field/display-conditions/CategoryPage.php'),(6111,'/themes/Divi/includes/builder/module/field/display-conditions/Cookie.php'),(6112,'/themes/Divi/includes/builder/module/field/display-conditions/CustomField.php'),(6113,'/themes/Divi/includes/builder/module/field/display-conditions/DateArchive.php'),(6114,'/themes/Divi/includes/builder/module/field/display-conditions/DateTime.php'),(6115,'/themes/Divi/includes/builder/module/field/display-conditions/DynamicPosts.php'),(6116,'/themes/Divi/includes/builder/module/field/display-conditions/LoggedInStatus.php'),(6117,'/themes/Divi/includes/builder/module/field/display-conditions/NumberOfViews.php'),(6118,'/themes/Divi/includes/builder/module/field/display-conditions/OperatingSystem.php'),(6119,'/themes/Divi/includes/builder/module/field/display-conditions/PageVisit.php'),(6120,'/themes/Divi/includes/builder/module/field/display-conditions/PostType.php'),(6121,'/themes/Divi/includes/builder/module/field/display-conditions/ProductPurchase.php'),(6122,'/themes/Divi/includes/builder/module/field/display-conditions/ProductStock.php'),(6123,'/themes/Divi/includes/builder/module/field/display-conditions/SearchResults.php'),(6124,'/themes/Divi/includes/builder/module/field/display-conditions/TagPage.php'),(6125,'/themes/Divi/includes/builder/module/field/display-conditions/Tags.php'),(6126,'/themes/Divi/includes/builder/module/field/display-conditions/UrlParameter.php'),(6127,'/themes/Divi/includes/builder/module/field/display-conditions/UserRole.php'),(6128,'/themes/Divi/includes/builder/module/field/template/Base.php'),(6129,'/themes/Divi/includes/builder/module/field/template/Tabbed.php'),(6130,'/themes/Divi/includes/builder/module/field/template/border/Radius.php'),(6131,'/themes/Divi/includes/builder/module/field/template/border/Styles.php'),(6132,'/themes/Divi/includes/builder/module/helpers/Alignment.php'),(6133,'/themes/Divi/includes/builder/module/helpers/Background.php'),(6134,'/themes/Divi/includes/builder/module/helpers/BackgroundLayout.php'),(6135,'/themes/Divi/includes/builder/module/helpers/Font.php'),(6136,'/themes/Divi/includes/builder/module/helpers/Height.php'),(6137,'/themes/Divi/includes/builder/module/helpers/HoverOptions.php'),(6138,'/themes/Divi/includes/builder/module/helpers/MaxHeight.php'),(6139,'/themes/Divi/includes/builder/module/helpers/MaxWidth.php'),(6140,'/themes/Divi/includes/builder/module/helpers/Media.php'),(6141,'/themes/Divi/includes/builder/module/helpers/MinHeight.php'),(6142,'/themes/Divi/includes/builder/module/helpers/MultiValue.php'),(6143,'/themes/Divi/includes/builder/module/helpers/MultiViewOptions.php'),(6144,'/themes/Divi/includes/builder/module/helpers/OptionTemplate.php'),(6145,'/themes/Divi/includes/builder/module/helpers/Overflow.php'),(6146,'/themes/Divi/includes/builder/module/helpers/Overlay.php'),(6147,'/themes/Divi/includes/builder/module/helpers/ResponsiveOptions.php'),(6148,'/themes/Divi/includes/builder/module/helpers/Sizing.php'),(6149,'/themes/Divi/includes/builder/module/helpers/Slider.php'),(6150,'/themes/Divi/includes/builder/module/helpers/StickyOptions.php'),(6151,'/themes/Divi/includes/builder/module/helpers/StyleProcessor.php'),(6152,'/themes/Divi/includes/builder/module/helpers/TransitionOptions.php'),(6153,'/themes/Divi/includes/builder/module/helpers/Width.php'),(6154,'/themes/Divi/includes/builder/module/helpers/WoocommerceModules.php'),(6155,'/themes/Divi/includes/builder/module/helpers/motion/Blur.php'),(6156,'/themes/Divi/includes/builder/module/helpers/motion/Motions.php'),(6157,'/themes/Divi/includes/builder/module/helpers/motion/Opacity.php'),(6158,'/themes/Divi/includes/builder/module/helpers/motion/Rotate.php'),(6159,'/themes/Divi/includes/builder/module/helpers/motion/Sanitizer.php'),(6160,'/themes/Divi/includes/builder/module/helpers/motion/Scale.php'),(6161,'/themes/Divi/includes/builder/module/helpers/motion/Translate.php'),(6162,'/themes/Divi/includes/builder/module/settings/Migration.php'),(6163,'/themes/Divi/includes/builder/module/settings/migration/Animation.php'),(6164,'/themes/Divi/includes/builder/module/settings/migration/BackgroundUI.php'),(6165,'/themes/Divi/includes/builder/module/settings/migration/BorderOptions.php'),(6166,'/themes/Divi/includes/builder/module/settings/migration/ColumnOptions.php'),(6167,'/themes/Divi/includes/builder/module/settings/migration/ContactFormItemOptionsSerialization.php'),(6168,'/themes/Divi/includes/builder/module/settings/migration/ContactFormUniqueID.php'),(6169,'/themes/Divi/includes/builder/module/settings/migration/DiscontinueHtmlEncoding.php'),(6170,'/themes/Divi/includes/builder/module/settings/migration/DividerHeight.php'),(6171,'/themes/Divi/includes/builder/module/settings/migration/DropShadowToBoxShadow.php'),(6172,'/themes/Divi/includes/builder/module/settings/migration/EmailOptinContent.php'),(6173,'/themes/Divi/includes/builder/module/settings/migration/FilterOptions.php'),(6174,'/themes/Divi/includes/builder/module/settings/migration/FullwidthHeader.php'),(6175,'/themes/Divi/includes/builder/module/settings/migration/FullwidthHeader2.php'),(6176,'/themes/Divi/includes/builder/module/settings/migration/HoverOptions.php'),(6177,'/themes/Divi/includes/builder/module/settings/migration/IconManager.php'),(6178,'/themes/Divi/includes/builder/module/settings/migration/InnerShadowToBoxShadow.php'),(6179,'/themes/Divi/includes/builder/module/settings/migration/OptionsHarmony.php'),(6180,'/themes/Divi/includes/builder/module/settings/migration/OptionsHarmony2.php'),(6181,'/themes/Divi/includes/builder/module/settings/migration/RowCustomWidthToSizing.php'),(6182,'/themes/Divi/includes/builder/module/settings/migration/RowZeroGutter.php'),(6183,'/themes/Divi/includes/builder/module/settings/migration/ShopModuleSlugs.php'),(6184,'/themes/Divi/includes/builder/module/settings/migration/ShopOrderByDefault.php'),(6185,'/themes/Divi/includes/builder/module/settings/migration/TeamMemberIconHover.php'),(6186,'/themes/Divi/includes/builder/module/settings/migration/TextAlignment.php'),(6187,'/themes/Divi/includes/builder/module/settings/migration/UIImprovements.php'),(6188,'/themes/Divi/includes/builder/module/settings/migration/WooTextOG.php'),(6189,'/themes/Divi/includes/builder/module/type/PostBased.php'),(6190,'/themes/Divi/includes/builder/module/type/PostContent.php'),(6191,'/themes/Divi/includes/builder/module/type/WithSpamProtection.php'),(6192,'/themes/Divi/includes/builder/module/woocommerce/AddToCart.php'),(6193,'/themes/Divi/includes/builder/module/woocommerce/AdditionalInfo.php'),(6194,'/themes/Divi/includes/builder/module/woocommerce/Breadcrumb.php'),(6195,'/themes/Divi/includes/builder/module/woocommerce/CartNotice.php'),(6196,'/themes/Divi/includes/builder/module/woocommerce/CartProducts.php'),(6197,'/themes/Divi/includes/builder/module/woocommerce/CartTotals.php'),(6198,'/themes/Divi/includes/builder/module/woocommerce/CheckoutAdditionalInfo.php'),(6199,'/themes/Divi/includes/builder/module/woocommerce/CheckoutBilling.php'),(6200,'/themes/Divi/includes/builder/module/woocommerce/CheckoutOrderDetails.php'),(6201,'/themes/Divi/includes/builder/module/woocommerce/CheckoutPaymentInfo.php'),(6202,'/themes/Divi/includes/builder/module/woocommerce/CheckoutShipping.php'),(6203,'/themes/Divi/includes/builder/module/woocommerce/CrossSells.php'),(6204,'/themes/Divi/includes/builder/module/woocommerce/Description.php'),(6205,'/themes/Divi/includes/builder/module/woocommerce/Gallery.php'),(6206,'/themes/Divi/includes/builder/module/woocommerce/Images.php'),(6207,'/themes/Divi/includes/builder/module/woocommerce/Meta.php'),(6208,'/themes/Divi/includes/builder/module/woocommerce/Price.php'),(6209,'/themes/Divi/includes/builder/module/woocommerce/Rating.php'),(6210,'/themes/Divi/includes/builder/module/woocommerce/RelatedProducts.php'),(6211,'/themes/Divi/includes/builder/module/woocommerce/Reviews.php'),(6212,'/themes/Divi/includes/builder/module/woocommerce/Shop.php'),(6213,'/themes/Divi/includes/builder/module/woocommerce/Stock.php'),(6214,'/themes/Divi/includes/builder/module/woocommerce/Tabs.php'),(6215,'/themes/Divi/includes/builder/module/woocommerce/Title.php'),(6216,'/themes/Divi/includes/builder/module/woocommerce/Upsells.php'),(6217,'/themes/Divi/includes/builder/plugin-compat/advanced-custom-fields-pro.php'),(6218,'/themes/Divi/includes/builder/plugin-compat/advanced-custom-fields.php'),(6219,'/themes/Divi/includes/builder/plugin-compat/amazon-s3-and-cloudfront-pro.php'),(6220,'/themes/Divi/includes/builder/plugin-compat/amazon-s3-and-cloudfront.php'),(6221,'/themes/Divi/includes/builder/plugin-compat/autoptimize.php'),(6222,'/themes/Divi/includes/builder/plugin-compat/caldera-forms.php'),(6223,'/themes/Divi/includes/builder/plugin-compat/cartflows.php'),(6224,'/themes/Divi/includes/builder/plugin-compat/cdn-enabler.php'),(6225,'/themes/Divi/includes/builder/plugin-compat/coursepress.php'),(6226,'/themes/Divi/includes/builder/plugin-compat/divi-filterable-blog-module.php'),(6227,'/themes/Divi/includes/builder/plugin-compat/divi-module-code-snippet.php'),(6228,'/themes/Divi/includes/builder/plugin-compat/divi-testimonial-slider.php'),(6229,'/themes/Divi/includes/builder/plugin-compat/divi_layout_injector.php'),(6230,'/themes/Divi/includes/builder/plugin-compat/divi_woo_layout_injector.php'),(6231,'/themes/Divi/includes/builder/plugin-compat/dk-pdf.php'),(6232,'/themes/Divi/includes/builder/plugin-compat/ds-divi-rocket.php'),(6233,'/themes/Divi/includes/builder/plugin-compat/easy-digital-downloads.php'),(6234,'/themes/Divi/includes/builder/plugin-compat/eventon.php'),(6235,'/themes/Divi/includes/builder/plugin-compat/events-manager.php'),(6236,'/themes/Divi/includes/builder/plugin-compat/final-tiles-grid-gallery-lite.php'),(6237,'/themes/Divi/includes/builder/plugin-compat/gravityforms.php'),(6238,'/themes/Divi/includes/builder/plugin-compat/gravityformssignature.php'),(6239,'/themes/Divi/includes/builder/plugin-compat/ht-knowledge-base.php'),(6240,'/themes/Divi/includes/builder/plugin-compat/imagify.php'),(6241,'/themes/Divi/includes/builder/plugin-compat/insert-pages.php'),(6242,'/themes/Divi/includes/builder/plugin-compat/jucra-acf-google-maps-for-divi.php'),(6243,'/themes/Divi/includes/builder/plugin-compat/kvcore-idx.php'),(6244,'/themes/Divi/includes/builder/plugin-compat/landing-pages.php'),(6245,'/themes/Divi/includes/builder/plugin-compat/m-chart.php'),(6246,'/themes/Divi/includes/builder/plugin-compat/mappress-google-maps-for-wordpress.php'),(6247,'/themes/Divi/includes/builder/plugin-compat/megamenu.php'),(6248,'/themes/Divi/includes/builder/plugin-compat/modern-events-calendar-lite.php'),(6249,'/themes/Divi/includes/builder/plugin-compat/nex-forms-express-wp-form-builder.php'),(6250,'/themes/Divi/includes/builder/plugin-compat/paid-memberships-pro.php'),(6251,'/themes/Divi/includes/builder/plugin-compat/photo-gallery.php'),(6252,'/themes/Divi/includes/builder/plugin-compat/pilotpress.php'),(6253,'/themes/Divi/includes/builder/plugin-compat/popup-maker.php'),(6254,'/themes/Divi/includes/builder/plugin-compat/relevanssi-premium.php'),(6255,'/themes/Divi/includes/builder/plugin-compat/relevanssi.php'),(6256,'/themes/Divi/includes/builder/plugin-compat/scripts/sfwd-lms.js'),(6257,'/themes/Divi/includes/builder/plugin-compat/scripts/sitepress-multilingual-cms.js'),(6258,'/themes/Divi/includes/builder/plugin-compat/seo-by-rank-math.php'),(6259,'/themes/Divi/includes/builder/plugin-compat/sfwd-lms.php'),(6260,'/themes/Divi/includes/builder/plugin-compat/sg-cachepress.php'),(6261,'/themes/Divi/includes/builder/plugin-compat/siteorigin-panels.php'),(6262,'/themes/Divi/includes/builder/plugin-compat/sitepress-multilingual-cms.php'),(6263,'/themes/Divi/includes/builder/plugin-compat/table-of-contents-plus.php'),(6264,'/themes/Divi/includes/builder/plugin-compat/the-events-calendar-community-events.php'),(6265,'/themes/Divi/includes/builder/plugin-compat/the-events-calendar.php'),(6266,'/themes/Divi/includes/builder/plugin-compat/toolbar-publish-button.php'),(6267,'/themes/Divi/includes/builder/plugin-compat/woo-paypalplus.php'),(6268,'/themes/Divi/includes/builder/plugin-compat/woocommerce.php'),(6269,'/themes/Divi/includes/builder/plugin-compat/wordpress-mu-domain-mapping.php'),(6270,'/themes/Divi/includes/builder/plugin-compat/wordpress-seo.php'),(6271,'/themes/Divi/includes/builder/plugin-compat/wp-job-manager.php'),(6272,'/themes/Divi/includes/builder/plugin-compat/wp-responsive-table.php'),(6273,'/themes/Divi/includes/builder/plugin-compat/wp-rocket.php'),(6274,'/themes/Divi/includes/builder/plugin-compat/wp-smush-pro.php'),(6275,'/themes/Divi/includes/builder/plugin-compat/wp-smushit.php'),(6276,'/themes/Divi/includes/builder/plugin-compat/wp-views.php'),(6277,'/themes/Divi/includes/builder/plugin-compat/wp3d-models.php'),(6278,'/themes/Divi/includes/builder/plugin-compat/wpml-sticky-links.php'),(6279,'/themes/Divi/includes/builder/post/PostStack.php'),(6280,'/themes/Divi/includes/builder/post/query/Layouts.php'),(6281,'/themes/Divi/includes/builder/post/taxonomy/LayoutCategory.php'),(6282,'/themes/Divi/includes/builder/post/taxonomy/LayoutPack.php'),(6283,'/themes/Divi/includes/builder/post/taxonomy/LayoutScope.php'),(6284,'/themes/Divi/includes/builder/post/taxonomy/LayoutType.php'),(6285,'/themes/Divi/includes/builder/post/taxonomy/LayoutWidth.php'),(6286,'/themes/Divi/includes/builder/post/type/Layout.php'),(6287,'/themes/Divi/includes/builder/scripts/bfb_admin_script.js'),(6288,'/themes/Divi/includes/builder/scripts/block-layout-frontend-preview.js'),(6289,'/themes/Divi/includes/builder/scripts/builder.js'),(6290,'/themes/Divi/includes/builder/scripts/cache_notice.js'),(6291,'/themes/Divi/includes/builder/scripts/cpt-modules-wrapper.js'),(6292,'/themes/Divi/includes/builder/scripts/ext/chart.min.js'),(6293,'/themes/Divi/includes/builder/scripts/ext/jquery-ui-1.10.4.custom.min.js'),(6294,'/themes/Divi/includes/builder/scripts/ext/jquery-ui-1.11.4.custom.min.js'),(6295,'/themes/Divi/includes/builder/scripts/ext/jquery-ui-timepicker-addon.js'),(6296,'/themes/Divi/includes/builder/scripts/ext/jquery.minicolors.js'),(6297,'/themes/Divi/includes/builder/scripts/ext/jquery.tablesorter.min.js'),(6298,'/themes/Divi/includes/builder/scripts/ext/jquery.validate.js'),(6299,'/themes/Divi/includes/builder/scripts/ext/jquery.visible.min.js'),(6300,'/themes/Divi/includes/builder/scripts/ext/lz-string.min.js'),(6301,'/themes/Divi/includes/builder/scripts/ext/media-library.js'),(6302,'/themes/Divi/includes/builder/scripts/ext/waypoints.min.js'),(6303,'/themes/Divi/includes/builder/scripts/ext/widgets.js'),(6304,'/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha-48.js'),(6305,'/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha-48.min.js'),(6306,'/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.js'),(6307,'/themes/Divi/includes/builder/scripts/ext/wp-color-picker-alpha.min.js'),(6308,'/themes/Divi/includes/builder/scripts/failure_notice.js'),(6309,'/themes/Divi/includes/builder/scripts/library_category.js'),(6310,'/themes/Divi/includes/builder/scripts/library_scripts.js'),(6311,'/themes/Divi/includes/builder/scripts/page-settings-metabox.js'),(6312,'/themes/Divi/includes/builder/scripts/reset_memory_limit_increase_setting.js'),(6313,'/themes/Divi/includes/builder/scripts/roles_admin.js'),(6314,'/themes/Divi/includes/builder/scripts/stores/document.js'),(6315,'/themes/Divi/includes/builder/scripts/stores/sticky.js'),(6316,'/themes/Divi/includes/builder/scripts/stores/window.js'),(6317,'/themes/Divi/includes/builder/scripts/utils/sticky.js'),(6318,'/themes/Divi/includes/builder/scripts/utils/utils.js'),(6319,'/themes/Divi/includes/builder/template-preview.php'),(6320,'/themes/Divi/includes/builder/templates/block-layout-preview.php'),(6321,'/themes/Divi/includes/builder/templates/block-template-canvas.php'),(6322,'/themes/Divi/includes/builder/tests/codeception/wpunit/Translations.php'),(6323,'/themes/Divi/includes/builder/theme-compat/divi-chef.php'),(6324,'/themes/Divi/includes/functions/choices.php'),(6325,'/themes/Divi/includes/functions/dynamic-assets.php'),(6326,'/themes/Divi/includes/functions/installation.php'),(6327,'/themes/Divi/includes/functions/sanitization.php'),(6328,'/themes/Divi/includes/functions/sidebars.php'),(6329,'/themes/Divi/includes/functions/tutorials.php'),(6330,'/themes/Divi/includes/module-customizer/migrations.php'),(6331,'/themes/Divi/includes/navigation.php'),(6332,'/themes/Divi/includes/no-results.php'),(6333,'/themes/Divi/includes/social_icons.php'),(6334,'/themes/Divi/includes/theme-builder.php'),(6335,'/themes/Divi/includes/widgets/widget-about.php'),(6336,'/themes/Divi/includes/widgets/widget-ads.php'),(6337,'/themes/Divi/includes/widgets/widget-adsense.php'),(6338,'/themes/Divi/includes/widgets.php'),(6339,'/themes/Divi/index.php'),(6340,'/themes/Divi/js/admin_post_settings.js'),(6341,'/themes/Divi/js/custom.unified.js.LICENSE.txt'),(6342,'/themes/Divi/js/menu_fix.js'),(6343,'/themes/Divi/js/scripts.min.js'),(6344,'/themes/Divi/js/scripts.min.js.LICENSE.txt'),(6345,'/themes/Divi/js/smoothscroll.js'),(6346,'/themes/Divi/js/smoothscroll.js.LICENSE.txt'),(6347,'/themes/Divi/js/theme-customizer-controls.js'),(6348,'/themes/Divi/js/theme-customizer.js'),(6349,'/themes/Divi/options_divi.php'),(6350,'/themes/Divi/page-template-blank.php'),(6351,'/themes/Divi/page.php'),(6352,'/themes/Divi/post_thumbnails_divi.php'),(6353,'/themes/Divi/sidebar-footer.php'),(6354,'/themes/Divi/sidebar.php'),(6355,'/themes/Divi/single-et_pb_layout.php'),(6356,'/themes/Divi/single-project.php'),(6357,'/themes/Divi/single.php'),(6358,'/themes/Divi/theme-after-footer.php'),(6359,'/themes/Divi/theme-after-header.php'),(6360,'/themes/Divi/theme-after-wrappers.php'),(6361,'/themes/Divi/theme-before-wrappers.php'),(6362,'/themes/Divi/theme-footer.php'),(6363,'/themes/Divi/theme-header.php'),(6364,'/themes/divi-child/functions.php'); /*!40000 ALTER TABLE `wp_wfknownfilelist` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wflivetraffichuman` -- DROP TABLE IF EXISTS `wp_wflivetraffichuman`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wflivetraffichuman` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `identifier` binary(32) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `expiration` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`,`identifier`), KEY `expiration` (`expiration`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wflivetraffichuman` -- LOCK TABLES `wp_wflivetraffichuman` WRITE; /*!40000 ALTER TABLE `wp_wflivetraffichuman` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wflivetraffichuman` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wflocs` -- DROP TABLE IF EXISTS `wp_wflocs`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wflocs` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `ctime` int(10) unsigned NOT NULL, `failed` tinyint(3) unsigned NOT NULL, `city` varchar(255) DEFAULT '', `region` varchar(255) DEFAULT '', `countryName` varchar(255) DEFAULT '', `countryCode` char(2) DEFAULT '', `lat` float(10,7) DEFAULT 0.0000000, `lon` float(10,7) DEFAULT 0.0000000, PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wflocs` -- LOCK TABLES `wp_wflocs` WRITE; /*!40000 ALTER TABLE `wp_wflocs` DISABLE KEYS */; INSERT INTO `wp_wflocs` VALUES ('\0\0\0\0\0\0\0\0\0\0U',1646896389,0,'St. Gallen','Saint Gallen','Switzerland','CH',47.4234009,9.3696003); /*!40000 ALTER TABLE `wp_wflocs` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wflogins` -- DROP TABLE IF EXISTS `wp_wflogins`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wflogins` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `hitID` int(11) DEFAULT NULL, `ctime` double(17,6) unsigned NOT NULL, `fail` tinyint(3) unsigned NOT NULL, `action` varchar(40) NOT NULL, `username` varchar(255) NOT NULL, `userID` int(10) unsigned NOT NULL, `IP` binary(16) DEFAULT NULL, `UA` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `k1` (`IP`,`fail`), KEY `hitID` (`hitID`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wflogins` -- LOCK TABLES `wp_wflogins` WRITE; /*!40000 ALTER TABLE `wp_wflogins` DISABLE KEYS */; INSERT INTO `wp_wflogins` VALUES (1,1,1644410043.992324,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/97.0.4692.99 Safari/537.36'),(2,2,1644413866.510570,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.80 Safari/537.36'),(3,3,1644479758.325863,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:96.0) Gecko/20100101 Firefox/96.0'),(4,4,1645631125.405108,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.102 Safari/537.36'),(5,5,1645689416.128770,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0'),(6,6,1646053025.957206,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36'),(7,7,1646125826.448276,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36'),(8,8,1646672367.882579,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'),(9,9,1646734854.865254,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0]ځ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36'),(10,10,1646736735.887670,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0]ځ','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/98.0.4758.109 Safari/537.36'),(11,12,1646896389.173980,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:97.0) Gecko/20100101 Firefox/97.0'),(12,13,1646919739.638948,0,'loginOK','festlandag',1,'\0\0\0\0\0\0\0\0\0\0U','Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/99.0.4844.51 Safari/537.36'); /*!40000 ALTER TABLE `wp_wflogins` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfls_2fa_secrets` -- DROP TABLE IF EXISTS `wp_wfls_2fa_secrets`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfls_2fa_secrets` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `user_id` bigint(20) unsigned NOT NULL, `secret` tinyblob NOT NULL, `recovery` blob NOT NULL, `ctime` int(10) unsigned NOT NULL, `vtime` int(10) unsigned NOT NULL, `mode` enum('authenticator') NOT NULL DEFAULT 'authenticator', PRIMARY KEY (`id`), KEY `user_id` (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfls_2fa_secrets` -- LOCK TABLES `wp_wfls_2fa_secrets` WRITE; /*!40000 ALTER TABLE `wp_wfls_2fa_secrets` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfls_2fa_secrets` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfls_settings` -- DROP TABLE IF EXISTS `wp_wfls_settings`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfls_settings` ( `name` varchar(191) NOT NULL DEFAULT '', `value` longblob DEFAULT NULL, `autoload` enum('no','yes') NOT NULL DEFAULT 'yes', PRIMARY KEY (`name`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfls_settings` -- LOCK TABLES `wp_wfls_settings` WRITE; /*!40000 ALTER TABLE `wp_wfls_settings` DISABLE KEYS */; INSERT INTO `wp_wfls_settings` VALUES ('2fa-user-grace-period','10','yes'),('allow-disabling-ntp','1','yes'),('allow-xml-rpc','1','yes'),('captcha-stats','{\"counts\":[0,0,0,0,0,0,0,0,0,0,0],\"avg\":0}','yes'),('delete-deactivation','','yes'),('enable-auth-captcha','','yes'),('enable-woocommerce-integration','','yes'),('global-notices','[]','yes'),('ip-source','','yes'),('ip-trusted-proxies','','yes'),('last-secret-refresh','1644408266','yes'),('ntp-failure-count','0','yes'),('ntp-offset','0.25225806236267','yes'),('recaptcha-threshold','0.5','yes'),('remember-device','','yes'),('remember-device-duration','2592000','yes'),('require-2fa-grace-period-enabled','','yes'),('require-2fa.administrator','','yes'),('shared-hash-secret','b419c2e8a56bcc8baebee0b0d6886bbcf7992d766457f58b1d28566907592f15','yes'),('shared-symmetric-secret','807f79fc53a653ad33f8973ee7c199621eb51b0e50ecc98f608b1179d0843b6e','yes'),('use-ntp','1','yes'),('whitelisted','','yes'),('xmlrpc-enabled','1','yes'); /*!40000 ALTER TABLE `wp_wfls_settings` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfnotifications` -- DROP TABLE IF EXISTS `wp_wfnotifications`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfnotifications` ( `id` varchar(32) NOT NULL DEFAULT '', `new` tinyint(3) unsigned NOT NULL DEFAULT 1, `category` varchar(255) NOT NULL, `priority` int(11) NOT NULL DEFAULT 1000, `ctime` int(10) unsigned NOT NULL, `html` text NOT NULL, `links` text NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfnotifications` -- LOCK TABLES `wp_wfnotifications` WRITE; /*!40000 ALTER TABLE `wp_wfnotifications` DISABLE KEYS */; INSERT INTO `wp_wfnotifications` VALUES ('network-GQ2TGNZV',1,'toupp-20211122',100,1646924646,'

Wordfence Terms of Service and End User License Agreement Update

\n

Please review the updated Terms of Service with the new Wordfence End User License Agreement.\n

\n

Terms of Service End User License Agreement

','[]'),('site-AEAAAAA',1,'wfplugin_updates',502,1646924648,'Updates are available for WordPress (v5.9.1) and 4 plugins','[]'),('site-AIAAAAA',0,'wfplugin_scan',502,1644410016,'1 issue found in most recent scan','[]'),('site-AQAAAAA',1,'wfplugin_scan',502,1646924673,'5 issues found in most recent scan','[]'); /*!40000 ALTER TABLE `wp_wfnotifications` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfpendingissues` -- DROP TABLE IF EXISTS `wp_wfpendingissues`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfpendingissues` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `time` int(10) unsigned NOT NULL, `lastUpdated` int(10) unsigned NOT NULL, `status` varchar(10) NOT NULL, `type` varchar(20) NOT NULL, `severity` tinyint(3) unsigned NOT NULL, `ignoreP` char(32) NOT NULL, `ignoreC` char(32) NOT NULL, `shortMsg` varchar(255) NOT NULL, `longMsg` text DEFAULT NULL, `data` text DEFAULT NULL, PRIMARY KEY (`id`), KEY `lastUpdated` (`lastUpdated`), KEY `status` (`status`), KEY `ignoreP` (`ignoreP`), KEY `ignoreC` (`ignoreC`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfpendingissues` -- LOCK TABLES `wp_wfpendingissues` WRITE; /*!40000 ALTER TABLE `wp_wfpendingissues` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfpendingissues` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfreversecache` -- DROP TABLE IF EXISTS `wp_wfreversecache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfreversecache` ( `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `host` varchar(255) NOT NULL, `lastUpdate` int(10) unsigned NOT NULL, PRIMARY KEY (`IP`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfreversecache` -- LOCK TABLES `wp_wfreversecache` WRITE; /*!40000 ALTER TABLE `wp_wfreversecache` DISABLE KEYS */; INSERT INTO `wp_wfreversecache` VALUES ('\0\0\0\0\0\0\0\0\0\0U','85-195-251-247.fiber7.init7.net',1646896389); /*!40000 ALTER TABLE `wp_wfreversecache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfsnipcache` -- DROP TABLE IF EXISTS `wp_wfsnipcache`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfsnipcache` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `IP` varchar(45) NOT NULL DEFAULT '', `expiration` timestamp NOT NULL DEFAULT current_timestamp(), `body` varchar(255) NOT NULL DEFAULT '', `count` int(10) unsigned NOT NULL DEFAULT 0, `type` int(10) unsigned NOT NULL DEFAULT 0, PRIMARY KEY (`id`), KEY `expiration` (`expiration`), KEY `IP` (`IP`), KEY `type` (`type`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfsnipcache` -- LOCK TABLES `wp_wfsnipcache` WRITE; /*!40000 ALTER TABLE `wp_wfsnipcache` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wfsnipcache` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wfstatus` -- DROP TABLE IF EXISTS `wp_wfstatus`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wfstatus` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `ctime` double(17,6) unsigned NOT NULL, `level` tinyint(3) unsigned NOT NULL, `type` char(5) NOT NULL, `msg` varchar(1000) NOT NULL, PRIMARY KEY (`id`), KEY `k1` (`ctime`), KEY `k2` (`type`) ) ENGINE=InnoDB AUTO_INCREMENT=244 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wfstatus` -- LOCK TABLES `wp_wfstatus` WRITE; /*!40000 ALTER TABLE `wp_wfstatus` DISABLE KEYS */; INSERT INTO `wp_wfstatus` VALUES (1,1644410016.561744,10,'info','SUM_PREP:Preparing a new scan.'),(2,1644410016.562408,1,'info','Initiating quick scan'),(3,1644410016.563272,10,'info','SUM_START:Checking Web Application Firewall status'),(4,1644410016.563453,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(5,1644410016.564896,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(6,1644410016.573319,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(7,1644410016.574057,1,'info','-------------------'),(8,1644410016.574242,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 2 MB'),(9,1644410016.574304,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(10,1644410016.574354,10,'info','SUM_FINAL:Scan complete. You have 1 new issue to fix. See below.'),(11,1646736736.549363,1,'info','Scheduled Wordfence scan starting at Tuesday 8th of March 2022 10:52:16 AM'),(12,1646736738.587049,10,'info','SUM_PREP:Preparing a new scan.'),(13,1646736738.588277,1,'info','Contacting Wordfence to initiate scan'),(14,1646736739.418807,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(15,1646736741.419846,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(16,1646736743.420755,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(17,1646736745.422699,10,'info','SUM_START:Checking for the most secure way to get IPs'),(18,1646736745.748140,1,'error','Scan Engine Error: There is already a scan running.'),(19,1646736747.363774,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(20,1646736747.366529,10,'info','SUM_START:Scanning to check available disk space'),(21,1646736747.367368,2,'info','Total disk space: 3.34 TB -- Free disk space: 398.61 GB'),(22,1646736747.367454,2,'info','The disk has 408174.52 MB available'),(23,1646736747.367515,10,'info','SUM_ENDOK:Scanning to check available disk space'),(24,1646736747.369560,10,'info','SUM_START:Checking Web Application Firewall status'),(25,1646736747.370321,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(26,1646736747.372134,10,'info','SUM_START:Checking for future GeoIP support'),(27,1646736747.372789,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(28,1646736747.374514,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(29,1646736747.375793,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(30,1646736747.377142,2,'info','Getting plugin list from WordPress'),(31,1646736747.377707,2,'info','Found 10 plugins'),(32,1646736747.377771,2,'info','Getting theme list from WordPress'),(33,1646736747.378170,2,'info','Found 2 themes'),(34,1646736747.391763,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(35,1646736748.849694,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(36,1646736748.851293,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(37,1646736750.141842,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(38,1646736750.143252,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(39,1646736751.377302,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(40,1646736751.378885,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(41,1646736751.379870,10,'info','SUM_DISABLED:Skipping theme scan'),(42,1646736751.380026,10,'info','SUM_DISABLED:Skipping plugin scan'),(43,1646736751.380727,10,'info','SUM_START:Scanning for known malware files'),(44,1646736751.382030,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(45,1646736751.392038,2,'info','500 files indexed'),(46,1646736751.400130,2,'info','1000 files indexed'),(47,1646736751.407165,2,'info','1500 files indexed'),(48,1646736751.415373,2,'info','2000 files indexed'),(49,1646736751.430593,2,'info','2496 files indexed'),(50,1646736751.450391,2,'info','2996 files indexed'),(51,1646736751.467583,2,'info','3496 files indexed'),(52,1646736751.486420,2,'info','3996 files indexed'),(53,1646736751.501411,2,'info','4496 files indexed'),(54,1646736751.522806,2,'info','4996 files indexed'),(55,1646736751.544022,2,'info','5496 files indexed'),(56,1646736751.568676,2,'info','5996 files indexed'),(57,1646736751.573974,2,'info','6183 files indexed'),(58,1646736751.626228,2,'info','Analyzed 100 files containing 1.85 MB of data so far'),(59,1646736751.668560,2,'info','Analyzed 200 files containing 2.93 MB of data so far'),(60,1646736751.718716,2,'info','Analyzed 300 files containing 4.38 MB of data so far'),(61,1646736751.779802,2,'info','Analyzed 400 files containing 6.91 MB of data so far'),(62,1646736751.823888,2,'info','Analyzed 500 files containing 7.83 MB of data so far'),(63,1646736751.877749,2,'info','Analyzed 600 files containing 9.7 MB of data so far'),(64,1646736751.911904,2,'info','Analyzed 700 files containing 10.4 MB of data so far'),(65,1646736751.940856,2,'info','Analyzed 800 files containing 10.6 MB of data so far'),(66,1646736751.971571,2,'info','Analyzed 900 files containing 10.89 MB of data so far'),(67,1646736752.003362,2,'info','Analyzed 1000 files containing 11.19 MB of data so far'),(68,1646736752.032853,2,'info','Analyzed 1100 files containing 11.33 MB of data so far'),(69,1646736752.063034,2,'info','Analyzed 1200 files containing 11.57 MB of data so far'),(70,1646736752.099177,2,'info','Analyzed 1300 files containing 12.51 MB of data so far'),(71,1646736752.150621,2,'info','Analyzed 1400 files containing 14.76 MB of data so far'),(72,1646736752.206527,2,'info','Analyzed 1500 files containing 17.39 MB of data so far'),(73,1646736752.263447,2,'info','Analyzed 1600 files containing 18.87 MB of data so far'),(74,1646736752.372465,2,'info','Analyzed 1700 files containing 25.35 MB of data so far'),(75,1646736752.496496,2,'info','Analyzed 1800 files containing 34.53 MB of data so far'),(76,1646736752.542686,2,'info','Analyzed 1900 files containing 35.82 MB of data so far'),(77,1646736752.603355,2,'info','Analyzed 2000 files containing 38.38 MB of data so far'),(78,1646736752.665536,2,'info','Analyzed 2100 files containing 41.01 MB of data so far'),(79,1646736752.722314,2,'info','Analyzed 2200 files containing 44.29 MB of data so far'),(80,1646736752.769531,2,'info','Analyzed 2300 files containing 45.51 MB of data so far'),(81,1646736753.273675,2,'info','Analyzed 2368 files containing 46.69 MB of data.'),(82,1646736753.273752,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(83,1646736753.274862,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(84,1646736754.003608,10,'info','SUM_ENDOK:Scanning for known malware files'),(85,1646736754.006109,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(86,1646736754.012288,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(87,1646736754.014131,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(88,1646736754.014631,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(89,1646736755.792822,2,'info','Starting scan of file contents'),(90,1646736755.905199,2,'info','Scanned contents of 4 additional files at 35.77 per second'),(91,1646736755.905289,2,'info','Asking Wordfence to check URLs against malware list.'),(92,1646736755.905459,2,'info','Checking 43 host keys against Wordfence scanning servers.'),(93,1646736756.618933,2,'info','Done host key check.'),(94,1646736756.627209,2,'info','Done file contents scan'),(95,1646736756.628102,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(96,1646736756.629464,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(97,1646736756.631228,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(98,1646736756.631869,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(99,1646736756.633586,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(100,1646736756.640497,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(101,1646736756.640632,2,'info','Checking 4 host keys against Wordfence scanning servers.'),(102,1646736757.360682,2,'info','Done host key check.'),(103,1646736757.360997,2,'info','Done examining URLs'),(104,1646736757.364574,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(105,1646736757.367860,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(106,1646736757.373837,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(107,1646736757.376627,10,'info','SUM_START:Scanning for weak passwords'),(108,1646736757.377930,2,'info','Starting password strength check on 1 user.'),(109,1646736760.926609,10,'info','SUM_ENDOK:Scanning for weak passwords'),(110,1646736760.929077,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(111,1646736765.280086,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(112,1646736765.282286,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(113,1646736766.012626,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(114,1646736766.014846,10,'info','SUM_START:Scanning for suspicious site options'),(115,1646736766.018909,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(116,1646736766.019066,2,'info','Done examining URLs'),(117,1646736766.020807,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(118,1646736766.022194,1,'info','-------------------'),(119,1646736766.022381,2,'info','Wordfence used 12 MB of memory for scan. Server peak memory usage was: 22 MB'),(120,1646736766.022454,1,'info','Scan Complete. Scanned 6183 files, 10 plugins, 2 themes, 19 posts, 0 comments and 26 URLs in 27 seconds.'),(121,1646736766.022512,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(122,1646736766.747629,1,'error','
\nNotice: Trying to access array offset on value of type bool in /users/physio-skalsky/www/stage-physio-skalsky/releases/20220202-1701-3a73bde2-release/web/app/plugins/supreme-modules-pro-for-divi/includes/license/class.updater.php on line 103
\n
\nWarning: Creating default object from empty value in /users/physio-skalsky/www/stage-physio-skalsky/releases/20220202-1701-3a73bde2-release/web/wp/wp-admin/includes/plugin-install.php on line 222
\n0'),(123,1646924648.938432,10,'info','SUM_PREP:Preparing a new scan.'),(124,1646924648.939187,1,'info','Initiating quick scan'),(125,1646924648.940166,10,'info','SUM_START:Checking Web Application Firewall status'),(126,1646924648.940298,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(127,1646924648.941684,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(128,1646924648.973256,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(129,1646924648.974194,1,'info','-------------------'),(130,1646924648.974397,2,'info','Wordfence used 0 B of memory for scan. Server peak memory usage was: 2 MB'),(131,1646924648.974466,1,'info','Quick Scan Complete. Scanned in less than 1 second.'),(132,1646924648.974523,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(133,1646924649.098502,1,'info','Scheduled Wordfence scan starting at Thursday 10th of March 2022 03:04:09 PM'),(134,1646924649.356588,10,'info','SUM_PREP:Preparing a new scan.'),(135,1646924649.357814,1,'info','Contacting Wordfence to initiate scan'),(136,1646924650.155053,10,'info','SUM_PAIDONLY:Check if your site is being Spamvertized is for paid members only'),(137,1646924652.155916,10,'info','SUM_PAIDONLY:Checking if your IP is generating spam is for paid members only'),(138,1646924654.157008,10,'info','SUM_PAIDONLY:Checking if your site is on a domain blocklist is for paid members only'),(139,1646924656.158878,10,'info','SUM_START:Checking for the most secure way to get IPs'),(140,1646924656.160060,10,'info','SUM_ENDOK:Checking for the most secure way to get IPs'),(141,1646924656.162258,10,'info','SUM_START:Scanning to check available disk space'),(142,1646924656.163002,2,'info','Total disk space: 3.34 TB -- Free disk space: 393.08 GB'),(143,1646924656.163072,2,'info','The disk has 402510.54 MB available'),(144,1646924656.163128,10,'info','SUM_ENDOK:Scanning to check available disk space'),(145,1646924656.165045,10,'info','SUM_START:Checking Web Application Firewall status'),(146,1646924656.165756,10,'info','SUM_ENDOK:Checking Web Application Firewall status'),(147,1646924656.167736,10,'info','SUM_START:Checking for future GeoIP support'),(148,1646924656.168435,10,'info','SUM_ENDOK:Checking for future GeoIP support'),(149,1646924656.170056,10,'info','SUM_START:Checking for paths skipped due to scan settings'),(150,1646924656.171250,10,'info','SUM_ENDOK:Checking for paths skipped due to scan settings'),(151,1646924656.172474,2,'info','Getting plugin list from WordPress'),(152,1646924656.172976,2,'info','Found 11 plugins'),(153,1646924656.173043,2,'info','Getting theme list from WordPress'),(154,1646924656.173431,2,'info','Found 2 themes'),(155,1646924656.185648,10,'info','SUM_START:Fetching core, theme and plugin file signatures from Wordfence'),(156,1646924657.672538,10,'info','SUM_ENDSUCCESS:Fetching core, theme and plugin file signatures from Wordfence'),(157,1646924657.674217,10,'info','SUM_START:Fetching list of known malware files from Wordfence'),(158,1646924657.675434,10,'info','SUM_ENDSUCCESS:Fetching list of known malware files from Wordfence'),(159,1646924657.676526,10,'info','SUM_START:Fetching list of known core files from Wordfence'),(160,1646924657.676970,10,'info','SUM_ENDSUCCESS:Fetching list of known core files from Wordfence'),(161,1646924657.678052,10,'info','SUM_START:Comparing core WordPress files against originals in repository'),(162,1646924657.679085,10,'info','SUM_DISABLED:Skipping theme scan'),(163,1646924657.679208,10,'info','SUM_DISABLED:Skipping plugin scan'),(164,1646924657.679777,10,'info','SUM_START:Scanning for known malware files'),(165,1646924657.680903,10,'info','SUM_START:Scanning for unknown files in wp-admin and wp-includes'),(166,1646924657.688767,2,'info','500 files indexed'),(167,1646924657.694431,2,'info','1000 files indexed'),(168,1646924657.699636,2,'info','1500 files indexed'),(169,1646924657.705288,2,'info','2000 files indexed'),(170,1646924657.714748,2,'info','2496 files indexed'),(171,1646924657.727532,2,'info','2996 files indexed'),(172,1646924657.740274,2,'info','3496 files indexed'),(173,1646924657.751173,2,'info','3996 files indexed'),(174,1646924657.762785,2,'info','4496 files indexed'),(175,1646924657.774145,2,'info','4996 files indexed'),(176,1646924657.788155,2,'info','5496 files indexed'),(177,1646924657.810855,2,'info','5996 files indexed'),(178,1646924657.821274,2,'info','6364 files indexed'),(179,1646924657.869431,2,'info','Analyzed 100 files containing 1.85 MB of data so far'),(180,1646924657.908875,2,'info','Analyzed 200 files containing 2.93 MB of data so far'),(181,1646924657.956176,2,'info','Analyzed 300 files containing 4.38 MB of data so far'),(182,1646924658.015501,2,'info','Analyzed 400 files containing 6.91 MB of data so far'),(183,1646924658.058405,2,'info','Analyzed 500 files containing 7.83 MB of data so far'),(184,1646924658.118642,2,'info','Analyzed 600 files containing 9.7 MB of data so far'),(185,1646924658.165740,2,'info','Analyzed 700 files containing 10.4 MB of data so far'),(186,1646924658.205264,2,'info','Analyzed 800 files containing 10.6 MB of data so far'),(187,1646924658.240152,2,'info','Analyzed 900 files containing 10.89 MB of data so far'),(188,1646924658.271833,2,'info','Analyzed 1000 files containing 11.19 MB of data so far'),(189,1646924658.301058,2,'info','Analyzed 1100 files containing 11.33 MB of data so far'),(190,1646924658.333629,2,'info','Analyzed 1200 files containing 11.57 MB of data so far'),(191,1646924658.370104,2,'info','Analyzed 1300 files containing 12.51 MB of data so far'),(192,1646924658.422523,2,'info','Analyzed 1400 files containing 14.76 MB of data so far'),(193,1646924658.476782,2,'info','Analyzed 1500 files containing 17.39 MB of data so far'),(194,1646924658.518293,2,'info','Analyzed 1600 files containing 18.87 MB of data so far'),(195,1646924658.606190,2,'info','Analyzed 1700 files containing 25.35 MB of data so far'),(196,1646924658.724060,2,'info','Analyzed 1800 files containing 34.53 MB of data so far'),(197,1646924658.774278,2,'info','Analyzed 1900 files containing 35.82 MB of data so far'),(198,1646924658.836109,2,'info','Analyzed 2000 files containing 38.38 MB of data so far'),(199,1646924658.893982,2,'info','Analyzed 2100 files containing 41.01 MB of data so far'),(200,1646924658.948484,2,'info','Analyzed 2200 files containing 44.29 MB of data so far'),(201,1646924658.995419,2,'info','Analyzed 2300 files containing 45.51 MB of data so far'),(202,1646924659.533360,2,'info','Analyzed 2368 files containing 46.69 MB of data.'),(203,1646924659.533432,10,'info','SUM_ENDOK:Comparing core WordPress files against originals in repository'),(204,1646924659.534510,10,'info','SUM_ENDOK:Scanning for unknown files in wp-admin and wp-includes'),(205,1646924660.235838,10,'info','SUM_ENDOK:Scanning for known malware files'),(206,1646924660.239023,10,'info','SUM_START:Check for publicly accessible configuration files, backup files and logs'),(207,1646924660.244728,10,'info','SUM_ENDOK:Check for publicly accessible configuration files, backup files and logs'),(208,1646924660.246623,10,'info','SUM_START:Scanning file contents for infections and vulnerabilities'),(209,1646924660.247434,10,'info','SUM_START:Scanning file contents for URLs on a domain blocklist'),(210,1646924661.967814,2,'info','Starting scan of file contents'),(211,1646924662.069231,2,'info','Scanned contents of 4 additional files at 39.64 per second'),(212,1646924662.069316,2,'info','Asking Wordfence to check URLs against malware list.'),(213,1646924662.069482,2,'info','Checking 43 host keys against Wordfence scanning servers.'),(214,1646924662.784596,2,'info','Done host key check.'),(215,1646924662.790843,2,'info','Done file contents scan'),(216,1646924662.791713,10,'info','SUM_ENDOK:Scanning file contents for infections and vulnerabilities'),(217,1646924662.793129,10,'info','SUM_ENDOK:Scanning file contents for URLs on a domain blocklist'),(218,1646924662.795016,10,'info','SUM_START:Scanning for publicly accessible quarantined files'),(219,1646924662.795843,10,'info','SUM_ENDOK:Scanning for publicly accessible quarantined files'),(220,1646924662.798018,10,'info','SUM_START:Scanning posts for URLs on a domain blocklist'),(221,1646924662.810114,2,'info','Examining URLs found in posts we scanned for dangerous websites'),(222,1646924662.810247,2,'info','Checking 4 host keys against Wordfence scanning servers.'),(223,1646924663.532857,2,'info','Done host key check.'),(224,1646924663.533135,2,'info','Done examining URLs'),(225,1646924663.535721,10,'info','SUM_ENDOK:Scanning posts for URLs on a domain blocklist'),(226,1646924663.538200,10,'info','SUM_START:Scanning comments for URLs on a domain blocklist'),(227,1646924663.543198,10,'info','SUM_ENDOK:Scanning comments for URLs on a domain blocklist'),(228,1646924663.545534,10,'info','SUM_START:Scanning for weak passwords'),(229,1646924663.546505,2,'info','Starting password strength check on 1 user.'),(230,1646924667.074427,10,'info','SUM_ENDOK:Scanning for weak passwords'),(231,1646924667.076452,10,'info','SUM_START:Scanning for old themes, plugins and core files'),(232,1646924672.414645,10,'info','SUM_ENDBAD:Scanning for old themes, plugins and core files'),(233,1646924672.416917,10,'info','SUM_START:Scanning for admin users not created through WordPress'),(234,1646924673.123655,10,'info','SUM_ENDOK:Scanning for admin users not created through WordPress'),(235,1646924673.126060,10,'info','SUM_START:Scanning for suspicious site options'),(236,1646924673.133675,2,'info','Examining URLs found in the options we scanned for dangerous websites'),(237,1646924673.133827,2,'info','Done examining URLs'),(238,1646924673.135693,10,'info','SUM_ENDOK:Scanning for suspicious site options'),(239,1646924673.137281,1,'info','-------------------'),(240,1646924673.137489,2,'info','Wordfence used 8 MB of memory for scan. Server peak memory usage was: 10 MB'),(241,1646924673.137570,1,'info','Scan Complete. Scanned 6364 files, 11 plugins, 2 themes, 19 posts, 0 comments and 26 URLs in 23 seconds.'),(242,1646924673.137830,10,'info','SUM_FINAL:Scan complete. You have 5 new issues to fix. See below.'),(243,1646924673.850225,1,'error','
\nNotice: Trying to access array offset on value of type bool in /users/physio-skalsky/www/stage-physio-skalsky/releases/20220308-1147-2b4bffb5-release/web/app/plugins/supreme-modules-pro-for-divi/includes/license/class.updater.php on '); /*!40000 ALTER TABLE `wp_wfstatus` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wftrafficrates` -- DROP TABLE IF EXISTS `wp_wftrafficrates`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wftrafficrates` ( `eMin` int(10) unsigned NOT NULL, `IP` binary(16) NOT NULL DEFAULT '\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0', `hitType` enum('hit','404') NOT NULL DEFAULT 'hit', `hits` int(10) unsigned NOT NULL, PRIMARY KEY (`eMin`,`IP`,`hitType`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wftrafficrates` -- LOCK TABLES `wp_wftrafficrates` WRITE; /*!40000 ALTER TABLE `wp_wftrafficrates` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wftrafficrates` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpr_rucss_resources` -- DROP TABLE IF EXISTS `wp_wpr_rucss_resources`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpr_rucss_resources` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(2000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `type` varchar(5) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `media` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT 'all', `content` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `hash` varchar(100) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `prewarmup` tinyint(1) unsigned DEFAULT 0, `warmup_status` tinyint(1) unsigned DEFAULT 0, `modified` datetime DEFAULT '0000-00-00 00:00:00', `last_accessed` datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `hash` (`hash`), KEY `url` (`url`(150)), KEY `type` (`type`), KEY `last_accessed` (`last_accessed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpr_rucss_resources` -- LOCK TABLES `wp_wpr_rucss_resources` WRITE; /*!40000 ALTER TABLE `wp_wpr_rucss_resources` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpr_rucss_resources` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_wpr_rucss_used_css` -- DROP TABLE IF EXISTS `wp_wpr_rucss_used_css`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_wpr_rucss_used_css` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(2000) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `css` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `unprocessedcss` longtext COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `retries` tinyint(1) NOT NULL DEFAULT 1, `is_mobile` tinyint(1) NOT NULL DEFAULT 0, `modified` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', `last_accessed` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (`id`), KEY `url` (`url`(150),`is_mobile`), KEY `modified` (`modified`), KEY `last_accessed` (`last_accessed`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_wpr_rucss_used_css` -- LOCK TABLES `wp_wpr_rucss_used_css` WRITE; /*!40000 ALTER TABLE `wp_wpr_rucss_used_css` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_wpr_rucss_used_css` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_indexable` -- DROP TABLE IF EXISTS `wp_yoast_indexable`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_indexable` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `permalink` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `permalink_hash` varchar(40) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `object_id` bigint(20) DEFAULT NULL, `object_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `object_sub_type` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `author_id` bigint(20) DEFAULT NULL, `post_parent` bigint(20) DEFAULT NULL, `title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `breadcrumb_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `post_status` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `is_public` tinyint(1) DEFAULT NULL, `is_protected` tinyint(1) DEFAULT 0, `has_public_posts` tinyint(1) DEFAULT NULL, `number_of_pages` int(11) unsigned DEFAULT NULL, `canonical` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `primary_focus_keyword` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `primary_focus_keyword_score` int(3) DEFAULT NULL, `readability_score` int(3) DEFAULT NULL, `is_cornerstone` tinyint(1) DEFAULT 0, `is_robots_noindex` tinyint(1) DEFAULT 0, `is_robots_nofollow` tinyint(1) DEFAULT 0, `is_robots_noarchive` tinyint(1) DEFAULT 0, `is_robots_noimageindex` tinyint(1) DEFAULT 0, `is_robots_nosnippet` tinyint(1) DEFAULT 0, `twitter_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_image` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_description` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `twitter_image_source` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `open_graph_title` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `open_graph_description` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `open_graph_image` longtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `open_graph_image_id` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `open_graph_image_source` text COLLATE utf8mb4_unicode_ci DEFAULT NULL, `open_graph_image_meta` mediumtext COLLATE utf8mb4_unicode_ci DEFAULT NULL, `link_count` int(11) DEFAULT NULL, `incoming_link_count` int(11) DEFAULT NULL, `prominent_words_version` int(11) unsigned DEFAULT NULL, `created_at` datetime DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `blog_id` bigint(20) NOT NULL DEFAULT 1, `language` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `region` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `schema_page_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `schema_article_type` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `has_ancestors` tinyint(1) DEFAULT 0, `estimated_reading_time_minutes` int(11) DEFAULT NULL, `version` int(11) DEFAULT 1, `object_last_modified` datetime DEFAULT NULL, `object_published_at` datetime DEFAULT NULL, PRIMARY KEY (`id`), KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`), KEY `object_id_and_type` (`object_id`,`object_type`), KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`), KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`), KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`), KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`) ) ENGINE=InnoDB AUTO_INCREMENT=154 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_indexable` -- LOCK TABLES `wp_yoast_indexable` WRITE; /*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */; INSERT INTO `wp_yoast_indexable` VALUES (1,'https://stage.physio-skalsky.at/','32:017e422fbc1037148a6b1f35e757f3df',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,29,NULL,'2022-02-09 12:33:22','2022-03-10 12:44:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 13:44:32','2022-02-09 12:04:24'),(2,'https://stage.physio-skalsky.at/author/festlandag/','50:c4c745b876b9f56467f5648fc825b9c6',1,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/8cf4dd27864fbc66a3be0a91ecc807c2?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/8cf4dd27864fbc66a3be0a91ecc807c2?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-02-09 12:33:35','2022-03-10 12:44:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 13:44:32','2022-02-09 12:04:24'),(3,'https://stage.physio-skalsky.at/?page_id=2','42:5b6449be3c42a9e44519bcffad536452',2,'post','page',1,0,NULL,NULL,'Sample Page','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2022-02-09 12:33:35','2022-02-10 07:30:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:30:30','2022-02-09 12:04:24'),(4,'https://stage.physio-skalsky.at/category/uncategorized/','55:5e608b6a22a94a82b5fb5350ddf91fb9',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-09 12:33:36','2022-02-09 11:34:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-09 12:04:24','2022-02-09 12:04:24'),(5,'https://stage.physio-skalsky.at/?p=1','36:6100862c3a07b8cc93ef92e4e8b4c980',1,'post','post',1,0,NULL,NULL,'Hello world!','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-09 12:33:37','2022-02-17 08:09:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-17 09:09:38','2022-02-09 12:04:24'),(6,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-09 12:33:38','2022-02-09 11:33:38',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(7,'https://stage.physio-skalsky.at/?page_id=3','42:d9756f925e38d1c8300196a2cb802112',3,'post','page',1,0,NULL,NULL,'Privacy Policy','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-09 12:34:04','2022-02-10 07:30:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:30:33','2022-02-09 12:04:24'),(8,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-09 12:34:04','2022-02-09 11:34:04',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(9,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-09 12:34:04','2022-02-09 11:34:04',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL),(10,'https://stage.physio-skalsky.at/project/','40:22c709752f939248a45a7ae12cf79fdb',NULL,'post-type-archive','project',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Projects',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-09 12:34:04','2022-02-09 11:34:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL),(11,'https://stage.physio-skalsky.at/2022/02/wp-global-styles-divi-child/','68:f9a0acabbbc32880a01c461e3a530735',9,'post','wp_global_styles',1,0,NULL,NULL,'Custom Styles','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 08:30:49','2022-02-10 07:30:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:30:49','2022-02-10 08:30:49'),(12,'https://stage.physio-skalsky.at/','32:017e422fbc1037148a6b1f35e757f3df',8,'post','page',1,0,NULL,NULL,'Home','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,10,NULL,NULL,'2022-02-10 08:30:59','2022-03-04 14:57:23',1,NULL,NULL,NULL,NULL,0,0,2,'2022-03-04 15:57:23','2022-02-10 08:46:13'),(13,'https://stage.physio-skalsky.at/?p=14','37:83c895d586639cbf0b6411bc9f174c41',14,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 08:47:27','2022-02-10 07:47:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:47:27','2022-02-10 08:47:27'),(14,'https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_website_icon.png','76:ba2ea2b90091d719c2f96c37d19bfbc8',15,'post','attachment',1,0,NULL,NULL,'skalsky_website_icon','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_website_icon.png',NULL,'15','attachment-image',NULL,NULL,NULL,'15','attachment-image',NULL,NULL,NULL,NULL,'2022-02-10 08:49:47','2022-02-10 07:49:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:49:47','2022-02-10 08:49:47'),(15,'https://stage.physio-skalsky.at/app/uploads/2022/02/cropped-skalsky_website_icon.png','84:ed4dbc707297da7d45bed52a22a43b3f',16,'post','attachment',1,0,NULL,NULL,'cropped-skalsky_website_icon.png','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://stage.physio-skalsky.at/app/uploads/2022/02/cropped-skalsky_website_icon.png',NULL,'16','attachment-image',NULL,NULL,NULL,'16','attachment-image',NULL,NULL,NULL,NULL,'2022-02-10 08:49:57','2022-02-10 07:49:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:49:57','2022-02-10 08:49:57'),(16,'https://stage.physio-skalsky.at/?p=17','37:ab772457b16bfe62e2e1d28655b5e1ee',17,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 08:50:01','2022-02-10 07:50:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:50:01','2022-02-10 08:50:01'),(17,'https://stage.physio-skalsky.at/?p=18','37:7c5bed3db1a9f02ef0cce3ba2fc7fe89',18,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 08:51:32','2022-02-10 07:51:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:51:32','2022-02-10 08:51:32'),(18,'https://stage.physio-skalsky.at/?p=19','37:44fd01778b16c1a7350b194343ed6ef2',19,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 08:51:55','2022-02-10 07:51:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:51:55','2022-02-10 08:51:55'),(19,'https://stage.physio-skalsky.at/?p=20','37:cd5de02d1815c5f8684d268c018d8182',20,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 08:52:31','2022-02-10 07:52:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:52:31','2022-02-10 08:52:31'),(20,'https://stage.physio-skalsky.at/?post_type=et_header_layout&p=21','64:5a0f1efbd970aa7b1f16d21a59107057',21,'post','et_header_layout',1,0,NULL,NULL,'Theme Builder Layout','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 08:53:31','2022-02-17 07:58:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-17 08:58:47','2022-02-10 08:53:31'),(21,'https://stage.physio-skalsky.at/?post_type=et_template&p=24','59:5935de9656583c51ff706675472ce03f',24,'post','et_template',1,0,NULL,NULL,'Default Website Template','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 08:55:27','2022-02-17 07:58:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-17 08:58:47','2022-02-10 08:55:27'),(22,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=23','64:881c308e0b44f98d24ef109c900af478',23,'post','et_theme_builder',1,0,NULL,NULL,'Theme Builder','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 08:56:17','2022-02-10 07:56:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:56:17','2022-02-10 08:56:17'),(23,'https://stage.physio-skalsky.at/et_header_layout/theme-builder-layout-2/','72:fd682224e3198c391754d0ded4709071',25,'post','et_header_layout',1,0,NULL,NULL,'404 Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 08:57:23','2022-02-25 06:58:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:58:38','2022-02-10 08:57:23'),(24,'https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo.svg','68:808f53bace4021b33fae3f556d05aa6b',26,'post','attachment',1,0,NULL,NULL,'skalsky_logo','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 08:57:43','2022-02-10 07:57:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 08:57:43','2022-02-10 08:57:43'),(25,'https://stage.physio-skalsky.at/?post_type=et_template&p=29','59:20d7928a3f8538bededb63d60a450d3c',29,'post','et_template',1,0,NULL,NULL,'Default Website Template','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 08:59:21','2022-02-17 07:58:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-17 08:58:47','2022-02-10 08:59:21'),(26,'https://stage.physio-skalsky.at/et_theme_builder/theme-builder/','63:e1194c26bef71b8f268125db7117bb8d',31,'post','et_theme_builder',1,0,NULL,NULL,'Theme Builder','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 09:06:02','2022-02-10 08:06:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 09:06:02','2022-02-10 09:06:02'),(27,'https://stage.physio-skalsky.at/et_template/default-website-template-3/','71:cdb41165269615b8db8d073028f7c26c',32,'post','et_template',1,0,NULL,NULL,'Default Website Template','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 09:06:02','2022-02-10 08:06:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 09:06:02','2022-02-10 09:06:02'),(28,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=28','64:028ee20a158e2598d4526e9741012dee',28,'post','et_theme_builder',1,0,NULL,NULL,'Theme Builder','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 09:06:02','2022-02-10 08:06:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 09:06:02','2022-02-10 09:06:02'),(29,'https://stage.physio-skalsky.at/et_footer_layout/theme-builder-layout/','70:8dbf78a77ac1b2b3a20afec2a76456e2',34,'post','et_footer_layout',1,0,NULL,NULL,'404 Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 09:07:41','2022-02-25 06:58:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:58:38','2022-02-10 09:07:41'),(30,'https://stage.physio-skalsky.at/?post_type=et_template&p=38','59:0d8c275ea46bb432ed698e2ac4d873fb',38,'post','et_template',1,0,NULL,NULL,'Default Website Template','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-10 09:09:23','2022-02-17 07:58:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-17 08:58:47','2022-02-10 09:09:23'),(31,'https://stage.physio-skalsky.at/app/uploads/2022/02/skalsky_logo_weiss.svg','74:43afa6821386fa3487003ca4b003df22',39,'post','attachment',1,0,NULL,NULL,'skalsky_logo_weiss','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 09:11:08','2022-02-10 08:11:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 09:11:08','2022-02-10 09:11:08'),(32,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=37','64:1aa33464cc65117f12734557eea4489a',37,'post','et_theme_builder',1,0,NULL,NULL,'Theme Builder','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 09:12:59','2022-02-10 08:12:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 09:12:59','2022-02-10 09:12:59'),(33,'https://stage.physio-skalsky.at/app/uploads/2022/02/SKAL_Header_1440x550_03.mp4','79:b31ba11f4db840d7a6f48a813eddf14c',78,'post','attachment',1,0,NULL,NULL,'SKAL_Header_1440x550_03','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-10 16:01:54','2022-02-10 15:01:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-10 16:01:54','2022-02-10 16:01:54'),(34,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg','67:0650493d0b700aac89610542e65be6f1',125,'post','attachment',1,0,NULL,NULL,'portrait_01','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01.jpg',NULL,'125','attachment-image',NULL,NULL,NULL,'125','attachment-image',NULL,NULL,0,NULL,'2022-02-11 15:37:00','2022-02-14 08:57:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-11 15:37:00','2022-02-11 15:37:00'),(35,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg','67:71ed05250239324578c6d8b8cbdf6c0a',190,'post','attachment',1,0,NULL,NULL,'portrait_02','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_02.jpg',NULL,'190','attachment-image',NULL,NULL,NULL,'190','attachment-image',NULL,NULL,NULL,NULL,'2022-02-14 09:55:30','2022-02-14 08:55:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-14 09:55:30','2022-02-14 09:55:30'),(36,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg','67:126a16b5edea78a65c2b5d41aab1444c',191,'post','attachment',1,0,NULL,NULL,'portrait_03','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_03.jpg',NULL,'191','attachment-image',NULL,NULL,NULL,'191','attachment-image',NULL,NULL,NULL,NULL,'2022-02-14 09:57:13','2022-02-14 08:57:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-14 09:57:13','2022-02-14 09:57:13'),(37,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg','69:bea2e6cedd2892fcee6a72237d5dfa0e',194,'post','attachment',1,0,NULL,NULL,'portrait_01','inherit',0,0,0,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://stage.physio-skalsky.at/app/uploads/2022/02/portrait_01-1.jpg',NULL,'194','attachment-image',NULL,NULL,NULL,'194','attachment-image',NULL,NULL,NULL,NULL,'2022-02-14 09:59:10','2022-02-14 08:59:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-14 09:59:10','2022-02-14 09:59:10'),(38,'https://stage.physio-skalsky.at/?p=202','38:1cb5907d0b972928206a34719896a92a',202,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-14 10:09:19','2022-02-14 09:09:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-14 10:09:19','2022-02-14 10:09:19'),(39,'https://stage.physio-skalsky.at/2022/02/divi-child/','51:879fcb69dbf26427954088e3b35718f9',227,'post','custom_css',1,0,NULL,NULL,'divi-child','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-14 10:56:39','2022-03-10 12:44:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 13:44:32','2022-02-14 10:56:39'),(40,'https://stage.physio-skalsky.at/konzept/','40:43bd4959a0efe92ec1aa42ea4d1aa6d5',327,'post','page',1,0,NULL,NULL,'Konzept','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,3,NULL,NULL,'2022-02-17 08:29:12','2022-02-28 09:28:11',1,NULL,NULL,NULL,NULL,0,0,2,'2022-02-28 10:28:11','2022-02-17 08:29:12'),(41,'https://stage.physio-skalsky.at/leistungen/','43:8dbaf4fa471b3bd0fd8dc0a5380aef84',329,'post','page',1,0,NULL,NULL,'Leistungen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,1,NULL,'2022-02-17 08:29:34','2022-03-04 15:06:37',1,NULL,NULL,NULL,NULL,0,0,2,'2022-03-04 16:06:37','2022-02-17 08:29:34'),(42,'https://stage.physio-skalsky.at/team/','37:d4f9aa832b33307b257543598fbd8df6',331,'post','page',1,0,NULL,NULL,'Team','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,5,NULL,NULL,'2022-02-17 08:29:48','2022-03-03 14:32:31',1,NULL,NULL,NULL,NULL,0,0,2,'2022-03-03 15:32:30','2022-02-17 08:29:48'),(43,'https://stage.physio-skalsky.at/?page_id=333','44:ee775d7d412cde81e11aa42b2fc06c73',333,'post','page',1,0,NULL,NULL,'Praxis','trash',0,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:29:54','2022-03-03 08:51:27',1,NULL,NULL,NULL,NULL,0,0,2,'2022-03-03 09:51:27','2022-02-17 08:29:54'),(44,'https://stage.physio-skalsky.at/kontakt/','40:1e2322b29e19d2719f0270eb079d3a1d',336,'post','page',1,0,NULL,NULL,'Kontakt','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:30:13','2022-03-04 12:31:07',1,NULL,NULL,NULL,NULL,0,0,2,'2022-03-04 13:31:07','2022-02-17 08:30:13'),(45,'https://stage.physio-skalsky.at/konzept/praevention/','52:541d456715b15d3483466ea51241664c',338,'post','page',1,327,NULL,NULL,'Prävention','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,'2022-02-17 08:30:53','2022-03-03 08:39:31',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 09:39:31','2022-02-17 08:30:53'),(46,'https://stage.physio-skalsky.at/2022/03/340/','44:72d754c49596a0adba1823a45dcb5390',340,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:32:34','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-03 15:31:03','2022-02-17 08:33:05'),(48,'https://stage.physio-skalsky.at/2022/03/342/','44:f01feb500a153ecd7639ada8e6fb1970',342,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:32:34','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-03 15:31:03','2022-02-17 08:33:05'),(49,'https://stage.physio-skalsky.at/2022/03/343/','44:e0c8bb86e189f60cbdcd7bdb2a7b5cca',343,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:32:34','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-03 15:31:03','2022-02-17 08:33:05'),(50,'https://stage.physio-skalsky.at/2022/03/344/','44:e57dcb059c2afe9aebc7768d21e711d9',344,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:32:34','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-03 15:31:03','2022-02-17 08:33:05'),(51,'https://stage.physio-skalsky.at/2022/03/345/','44:6666ff9ec500d09e5678743cf0085cee',345,'post','nav_menu_item',1,327,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:32:34','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-02-17 08:33:05'),(52,'https://stage.physio-skalsky.at/?post_type=et_header_layout&p=362','65:68286a25da02c7b2734fbb743b1c2abd',362,'post','et_header_layout',1,0,NULL,NULL,'Default Website Template','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:49:25','2022-02-24 07:03:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-24 08:03:48','2022-02-17 08:49:25'),(53,'https://stage.physio-skalsky.at/?post_type=et_footer_layout&p=363','65:a488d606335b5f093247879cb280dccc',363,'post','et_footer_layout',1,0,NULL,NULL,'Default Website Template','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:49:25','2022-02-24 07:03:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-24 08:03:48','2022-02-17 08:49:25'),(54,'https://stage.physio-skalsky.at/?post_type=et_template&p=365','60:c2dee9f27f06bb4b231022a3980b604c',365,'post','et_template',1,0,NULL,NULL,'Default Website Template','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:50:08','2022-02-24 07:03:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-24 08:03:48','2022-02-17 08:50:08'),(55,'https://stage.physio-skalsky.at/?post_type=et_template&p=366','60:e3069875c6fc4972cd39a11b8f0aa2d1',366,'post','et_template',1,0,NULL,NULL,'404 Page','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:50:08','2022-02-24 07:03:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-24 08:03:48','2022-02-17 08:50:08'),(56,'https://stage.physio-skalsky.at/et_body_layout/theme-builder-layout/','68:846b59d14895ef881243669c988f478b',367,'post','et_body_layout',1,0,NULL,NULL,'404 Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:50:20','2022-02-25 06:58:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:58:38','2022-02-17 08:50:20'),(57,'https://stage.physio-skalsky.at/et_template/404-page-2/','55:f8db2b97a7586c17d35d3a9de574d737',378,'post','et_template',1,0,NULL,NULL,'404 Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-17 08:58:47','2022-02-17 07:58:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-17 08:58:47','2022-02-17 08:58:47'),(58,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=364','65:f25bfc05f006a1aca7814cbdfb441bc0',364,'post','et_theme_builder',1,0,NULL,NULL,'Theme Builder','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-17 08:58:47','2022-02-17 07:58:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-17 08:58:47','2022-02-17 08:58:47'),(59,'https://stage.physio-skalsky.at/?p=385','38:fa4d744207306428559f82bc6fae13da',385,'post','nav_menu_item',1,0,NULL,NULL,'','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-17 09:10:24','2022-02-17 08:10:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(60,'https://stage.physio-skalsky.at/konzept/rehabilitation/','55:02e14c1921cec670d769d1ac03b1a1ab',615,'post','page',1,327,NULL,NULL,'Rehabilitation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,'2022-02-21 14:57:23','2022-03-03 08:40:36',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 09:40:36','2022-02-21 14:57:57'),(61,'https://stage.physio-skalsky.at/2022/03/618/','44:d0035c4c5882a483e4194469deeb3178',618,'post','nav_menu_item',1,327,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-21 14:58:51','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-02-21 14:58:59'),(62,'https://stage.physio-skalsky.at/konzept/motivation/','51:c8dfa1a0b0a62e69d8b26a6281517bd4',671,'post','page',1,327,NULL,NULL,'Motivation','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,4,NULL,NULL,'2022-02-24 08:44:35','2022-03-03 08:38:09',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 09:38:09','2022-02-24 08:45:31'),(63,'https://stage.physio-skalsky.at/2022/03/680/','44:363abea9708b95fd42d08266e2028699',680,'post','nav_menu_item',1,327,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-24 08:48:54','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-02-24 08:48:59'),(64,'https://stage.physio-skalsky.at/leistungen/physiotherapie/','58:ba7d569e1a52e05489ee2044ef249865',714,'post','page',1,329,NULL,NULL,'Physiotherapie','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2022-02-24 09:37:56','2022-03-04 15:57:23',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-04 13:42:20','2022-02-24 09:39:02'),(65,'https://stage.physio-skalsky.at/2022/03/724/','44:fdc30b4833be217b6165a85ad3758f4c',724,'post','nav_menu_item',1,329,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-24 09:44:58','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-02-24 09:45:01'),(66,'https://stage.physio-skalsky.at/?p=743','38:81408ec534f3ef4ad5b1d3a9372dcd16',743,'post','nav_menu_item',1,0,NULL,NULL,'','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-24 10:13:07','2022-02-24 09:13:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'0000-00-00 00:00:00','0000-00-00 00:00:00'),(67,'https://stage.physio-skalsky.at/team/daniel-skalsky/','52:50ff0411c159f048e412256c3722e5c4',776,'post','page',1,331,NULL,NULL,'Daniel Skalsky','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-24 10:57:55','2022-03-04 09:29:36',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-04 10:29:36','2022-02-24 10:58:13'),(68,'https://stage.physio-skalsky.at/2022/03/781/','44:ada90a50718ed9f4aee7254b61241a00',781,'post','nav_menu_item',1,331,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-24 10:59:50','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-02-24 10:59:57'),(69,'https://stage.physio-skalsky.at/et_header_layout/404-page/','58:373790f569c30aa0c93bbaaed23a98bb',897,'post','et_header_layout',1,0,NULL,NULL,'404 Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-25 07:41:26','2022-02-25 06:41:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:41:26','2022-02-25 07:41:26'),(70,'https://stage.physio-skalsky.at/et_footer_layout/404-page/','58:d526b2e64d0ddd1024515df7f975b39a',898,'post','et_footer_layout',1,0,NULL,NULL,'404 Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-25 07:41:27','2022-02-25 06:41:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:41:27','2022-02-25 07:41:27'),(71,'https://stage.physio-skalsky.at/et_template/default-website-template/','69:e2b7a5831a340a5a1328562562752d86',902,'post','et_template',1,0,NULL,NULL,'Default Website Template','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-25 07:43:17','2022-02-25 06:43:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:43:17','2022-02-25 07:43:17'),(72,'https://stage.physio-skalsky.at/et_template/404-page/','53:cfbc5ca60b344f8e5e3160c5fbd64f4b',903,'post','et_template',1,0,NULL,NULL,'404 Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-25 07:43:17','2022-02-25 06:43:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:43:17','2022-02-25 07:43:17'),(73,'https://stage.physio-skalsky.at/et_template/default-website-template-copy/','74:5c040829f13683c76f108dcf1d79a495',904,'post','et_template',1,0,NULL,NULL,'Default Website Template Copy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-02-25 07:43:17','2022-02-25 06:43:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:43:17','2022-02-25 07:43:17'),(74,'https://stage.physio-skalsky.at/?post_type=et_theme_builder&p=901','65:93b76eabb8ce65b7becbb82efaf36c0f',901,'post','et_theme_builder',1,0,NULL,NULL,'Theme Builder','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-02-25 07:58:38','2022-02-25 06:58:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-02-25 07:58:38','2022-02-25 07:58:38'),(75,'https://stage.physio-skalsky.at/datenschutz/','44:7e2632139a073b8c32e3c8d82e48b8a0',1094,'post','page',1,0,NULL,NULL,'Datenschutz','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2022-02-28 14:23:45','2022-02-28 15:01:53',1,NULL,NULL,NULL,NULL,0,0,2,'2022-02-28 16:01:53','2022-02-28 14:24:46'),(76,'https://stage.physio-skalsky.at/author/','39:12f27df52a965451cff5deee295074ef',0,'user',NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,NULL,'gravatar-image',NULL,NULL,'https://secure.gravatar.com/avatar/?s=500&d=mm&r=g',NULL,'gravatar-image',NULL,NULL,NULL,NULL,'2022-03-01 09:20:09','2022-03-04 12:31:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-04 13:31:36','2022-02-09 12:04:25'),(77,'https://stage.physio-skalsky.at/?post_type=wpcf7_contact_form&p=4','65:39e6cb7476d1a3854b82f470ca637e05',4,'post','wpcf7_contact_form',0,0,NULL,NULL,'Kontaktformular','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-01 09:20:09','2022-03-04 12:31:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-04 13:31:36','2022-02-09 12:04:25'),(78,'https://stage.physio-skalsky.at/leistungen/sportphysiotherapie/','63:95f182e0ce7d13b93364f4f49648578f',1134,'post','page',1,329,NULL,NULL,'Sportphysio','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2022-03-03 08:47:36','2022-03-04 15:57:23',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 08:59:13','2022-03-03 08:47:59'),(79,'https://stage.physio-skalsky.at/2022/03/1148/','45:8efaceb601706359af9fdf90e32b76af',1148,'post','nav_menu_item',1,329,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 08:54:53','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-03-03 08:54:59'),(80,'https://stage.physio-skalsky.at/leistungen/laufphysiotherapie/','62:93d7fd1386d8414d4ff96313d2697593',1150,'post','page',1,329,NULL,NULL,'Laufphysio','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2022-03-03 08:59:35','2022-03-04 15:57:23',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 09:05:34','2022-03-03 09:00:56'),(81,'https://stage.physio-skalsky.at/2022/03/1162/','45:4023739b0ea6b503d19cbdbc8a2cdeaf',1162,'post','nav_menu_item',1,329,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 09:05:50','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-03-03 09:05:56'),(82,'https://stage.physio-skalsky.at/leistungen/vortraege-gesundheitsfoerderung/','75:ad066ea7ae29a93aab26eae8d4aae513',1164,'post','page',1,329,NULL,NULL,'Vorträge','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2022-03-03 09:10:03','2022-03-04 15:57:23',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 09:13:33','2022-03-03 09:10:42'),(83,'https://stage.physio-skalsky.at/2022/03/1172/','45:086c923ab545ea32152efecb5fdf172e',1172,'post','nav_menu_item',1,329,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 09:13:02','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-03-03 09:13:09'),(84,'https://stage.physio-skalsky.at/praxis/','39:f971b2cb83bb27a52c8a1fb1592c942d',1194,'post','page',1,0,NULL,NULL,'Praxis','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 09:44:09','2022-03-04 12:14:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-04 13:14:34','2022-03-03 09:44:50'),(85,'https://stage.physio-skalsky.at/2022/03/1208/','45:d2c7d7d770873e2e0f7decc814f0af9b',1208,'post','nav_menu_item',1,0,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 09:51:49','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-03 15:31:03','2022-03-03 09:51:53'),(86,'https://stage.physio-skalsky.at/team/cornelia-bucher/','53:ac42b523d044c75e366a347bb1160475',1297,'post','page',1,331,NULL,NULL,'Cornelia Bucher','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 12:40:32','2022-03-03 11:44:31',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 12:44:31','2022-03-03 12:42:45'),(87,'https://stage.physio-skalsky.at/2022/03/1303/','45:2526a28e8b0235fe6679b1cfb9d11904',1303,'post','nav_menu_item',1,331,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 12:44:42','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-03-03 12:44:53'),(88,'https://stage.physio-skalsky.at/team/melih-erdogan/','51:a6f54ac8d23c876ba726ed81b4b7f804',1304,'post','page',1,331,NULL,NULL,'Melih Erdogan','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 12:45:49','2022-03-03 11:51:01',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-03 12:51:01','2022-03-03 12:47:47'),(89,'https://stage.physio-skalsky.at/2022/03/1313/','45:c23988168a2366bb6531680911811347',1313,'post','nav_menu_item',1,331,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 12:51:11','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-03-03 12:51:17'),(90,'https://stage.physio-skalsky.at/team/marion-gasser-muessigmann/','63:c948f85eb758b8dff268230cc535db01',1314,'post','page',1,331,NULL,NULL,'Marion Gasser-Müßigmann','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 12:52:31','2022-03-04 12:13:02',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-04 13:13:02','2022-03-03 12:53:15'),(91,'https://stage.physio-skalsky.at/2022/03/1323/','45:b6ab6258be3ba39d9e3a3ce19e71e108',1323,'post','nav_menu_item',1,331,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 12:56:22','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-03-03 12:56:31'),(92,'https://stage.physio-skalsky.at/team/offene-stellen/','52:3dd7d34e0a1a3a0b8185162715d31f10',1329,'post','page',1,331,NULL,NULL,'Offene Stellen','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 15:06:51','2022-03-04 15:01:32',1,NULL,NULL,NULL,NULL,1,0,2,'2022-03-04 16:01:32','2022-03-03 15:09:45'),(93,'https://stage.physio-skalsky.at/2022/03/1336/','45:c864e5d1481c61a0825fb9ba19d66e8d',1336,'post','nav_menu_item',1,331,NULL,NULL,'','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2022-03-03 15:30:51','2022-03-03 14:31:03',1,NULL,NULL,NULL,NULL,1,NULL,2,'2022-03-03 15:31:03','2022-03-03 15:31:03'),(94,'https://stage.physio-skalsky.at/?p=1414','39:ecd4ce34909987dbda27b65323bd5414',1414,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:50:41','2022-03-10 06:50:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:50:41','2022-03-10 07:50:41'),(95,'https://stage.physio-skalsky.at/?p=1420','39:ba5749e6fb3145c258ad2988fded1789',1420,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:52:18','2022-03-10 06:52:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:52:18','2022-03-10 07:52:18'),(96,'https://stage.physio-skalsky.at/?p=1421','39:5165687c10d51d49d7eb6fd563b273ee',1421,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:53:47','2022-03-10 06:53:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:53:47','2022-03-10 07:53:47'),(97,'https://stage.physio-skalsky.at/?p=1422','39:b8fb420101811cadb995e4dececa9c8f',1422,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:54:02','2022-03-10 06:54:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:54:02','2022-03-10 07:54:02'),(98,'https://stage.physio-skalsky.at/?p=1423','39:3c2a8d6677efb42bd44f4f64a21e36a2',1423,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:54:21','2022-03-10 06:54:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:54:21','2022-03-10 07:54:21'),(99,'https://stage.physio-skalsky.at/?p=1424','39:2071f31facebfa96d2bcbca5e722a667',1424,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:55:22','2022-03-10 06:55:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:55:22','2022-03-10 07:55:22'),(100,'https://stage.physio-skalsky.at/?p=1425','39:337654a193f724e94ead5f1f2a363de1',1425,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:55:40','2022-03-10 06:55:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:55:40','2022-03-10 07:55:40'),(101,'https://stage.physio-skalsky.at/?p=1426','39:9efa1eb1f827fffeea66044cf8a0e334',1426,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:56:26','2022-03-10 06:56:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:56:26','2022-03-10 07:56:26'),(102,'https://stage.physio-skalsky.at/?p=1427','39:d6b85d982828bd458e8a99e629a60884',1427,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:56:40','2022-03-10 06:56:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:56:40','2022-03-10 07:56:40'),(103,'https://stage.physio-skalsky.at/?p=1428','39:2b30cf99132c620469ce0496944674f9',1428,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:56:49','2022-03-10 06:56:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:56:49','2022-03-10 07:56:49'),(104,'https://stage.physio-skalsky.at/?p=1429','39:0ab3bd1b7b5f365f21918b2c06fbfdbc',1429,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:56:59','2022-03-10 06:56:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:56:59','2022-03-10 07:56:59'),(105,'https://stage.physio-skalsky.at/?p=1430','39:bdbefc20cc2310790e0d21b248a94def',1430,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:57:30','2022-03-10 06:57:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:57:30','2022-03-10 07:57:30'),(106,'https://stage.physio-skalsky.at/?p=1431','39:0d1c2d87ad71abbc7dbf4bfdda771e73',1431,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:57:51','2022-03-10 06:57:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:57:51','2022-03-10 07:57:51'),(107,'https://stage.physio-skalsky.at/?p=1432','39:a69ad2edd1d4903e4db4cb798ae1fe3b',1432,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:58:06','2022-03-10 06:58:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:58:06','2022-03-10 07:58:06'),(108,'https://stage.physio-skalsky.at/?p=1433','39:e29ea118278e3f980b6e8987b1ccf859',1433,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 07:59:41','2022-03-10 06:59:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 07:59:41','2022-03-10 07:59:41'),(109,'https://stage.physio-skalsky.at/?p=1434','39:ef9657ea06d4e59369d97c87967c2120',1434,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:00:04','2022-03-10 07:00:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:00:04','2022-03-10 08:00:04'),(110,'https://stage.physio-skalsky.at/?p=1435','39:733df4a12ba1453fb531c511378460a8',1435,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:00:22','2022-03-10 07:00:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:00:22','2022-03-10 08:00:22'),(111,'https://stage.physio-skalsky.at/?p=1436','39:18946d79674f6532ef6b2a116d1f112b',1436,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:00:44','2022-03-10 07:00:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:00:44','2022-03-10 08:00:44'),(112,'https://stage.physio-skalsky.at/?p=1437','39:67c84a08ecb14564e63c5ada381677fc',1437,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:02:00','2022-03-10 07:02:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:02:00','2022-03-10 08:02:00'),(113,'https://stage.physio-skalsky.at/?p=1438','39:bbacac78478c11b1fdca606e9f29b7e5',1438,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:02:18','2022-03-10 07:02:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:02:18','2022-03-10 08:02:18'),(114,'https://stage.physio-skalsky.at/?p=1439','39:9bda04cb9fc5ebc72d9e53f52f536e29',1439,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:02:33','2022-03-10 07:02:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:02:33','2022-03-10 08:02:33'),(115,'https://stage.physio-skalsky.at/?p=1440','39:946cd92416ec1296ba7cb9fb0427bcf8',1440,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:03:05','2022-03-10 07:03:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:03:05','2022-03-10 08:03:05'),(116,'https://stage.physio-skalsky.at/?p=1441','39:a9e8c3b549f43028a70391f7bb873300',1441,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:03:15','2022-03-10 07:03:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:03:15','2022-03-10 08:03:15'),(117,'https://stage.physio-skalsky.at/?p=1442','39:cbf85d1104bc0f96f6d9ef03023386d4',1442,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:03:25','2022-03-10 07:03:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:03:25','2022-03-10 08:03:25'),(118,'https://stage.physio-skalsky.at/?p=1443','39:5c34bc4b9cb39f14bf567430e8696533',1443,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:04:45','2022-03-10 07:04:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:04:45','2022-03-10 08:04:45'),(119,'https://stage.physio-skalsky.at/?p=1444','39:4cc22091f541251dd5fa9a37d4251a41',1444,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:05:13','2022-03-10 07:05:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:05:13','2022-03-10 08:05:13'),(120,'https://stage.physio-skalsky.at/?p=1445','39:b619d7542a26a9e9f3253b372c94b6b4',1445,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:06:08','2022-03-10 07:06:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:06:08','2022-03-10 08:06:08'),(121,'https://stage.physio-skalsky.at/?p=1446','39:9fcc9518edd95bee6ded69914cea4580',1446,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:06:12','2022-03-10 07:06:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:06:12','2022-03-10 08:06:12'),(122,'https://stage.physio-skalsky.at/?p=1447','39:0ba7a2b98ad21b2c0e474d905b5e48d9',1447,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:07:18','2022-03-10 07:07:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:07:18','2022-03-10 08:07:18'),(123,'https://stage.physio-skalsky.at/?p=1448','39:7c3f9daaf351a4998e80ee41cdfeb20a',1448,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:07:29','2022-03-10 07:07:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:07:29','2022-03-10 08:07:29'),(124,'https://stage.physio-skalsky.at/?p=1449','39:72c297163748bf61530edee4d132da2b',1449,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:07:54','2022-03-10 07:07:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:07:54','2022-03-10 08:07:54'),(125,'https://stage.physio-skalsky.at/?p=1450','39:524b06a8ef1012a68f54225a71d1456d',1450,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:08:56','2022-03-10 07:08:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:08:56','2022-03-10 08:08:56'),(126,'https://stage.physio-skalsky.at/?p=1451','39:06d97c2be99dbf6b84bed827dc60c8cd',1451,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:09:05','2022-03-10 07:09:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:09:05','2022-03-10 08:09:05'),(127,'https://stage.physio-skalsky.at/?p=1452','39:f630040c593e20ff54ad507bbd0599b4',1452,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:09:11','2022-03-10 07:09:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:09:11','2022-03-10 08:09:11'),(128,'https://stage.physio-skalsky.at/?p=1453','39:a9a744bf585539ffc3a7075152651eb2',1453,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:09:26','2022-03-10 07:09:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:09:25','2022-03-10 08:09:25'),(129,'https://stage.physio-skalsky.at/?p=1454','39:3c1740f59e49b4f94c73d98c2bcf13b9',1454,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:09:43','2022-03-10 07:09:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:09:42','2022-03-10 08:09:42'),(130,'https://stage.physio-skalsky.at/?p=1455','39:35787ad502e13159a25528ad229018cf',1455,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:10:03','2022-03-10 07:10:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:10:03','2022-03-10 08:10:03'),(131,'https://stage.physio-skalsky.at/?p=1456','39:5034f02a11ade0c9ce9c9df927c36c46',1456,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:10:11','2022-03-10 07:10:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:10:11','2022-03-10 08:10:11'),(132,'https://stage.physio-skalsky.at/?p=1457','39:95a25b9b73e36cdf1d5765170bcff5dc',1457,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:12:15','2022-03-10 07:12:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:12:15','2022-03-10 08:12:15'),(133,'https://stage.physio-skalsky.at/?p=1458','39:4c30e1b304c81c86491f47dd870394ca',1458,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:12:27','2022-03-10 07:12:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:12:27','2022-03-10 08:12:27'),(134,'https://stage.physio-skalsky.at/?p=1461','39:a9901674ea81bc886c7d177c9aa006f9',1461,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 08:19:43','2022-03-10 07:19:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 08:19:43','2022-03-10 08:19:43'),(135,'https://stage.physio-skalsky.at/?p=1462','39:c90bb2ca9c6b4dd62ca1b2f7c4dca2ce',1462,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:35:24','2022-03-10 10:35:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:35:24','2022-03-10 11:35:24'),(136,'https://stage.physio-skalsky.at/?p=1463','39:151986876d73cbaa6d951fd56c2e4d64',1463,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:39:44','2022-03-10 10:39:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:39:44','2022-03-10 11:39:44'),(137,'https://stage.physio-skalsky.at/?p=1464','39:a59740e990dced109071aca636223097',1464,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:40:00','2022-03-10 10:40:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:40:00','2022-03-10 11:40:00'),(138,'https://stage.physio-skalsky.at/?p=1465','39:e47273f6bce042e457daade44a7df17f',1465,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:40:48','2022-03-10 10:40:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:40:48','2022-03-10 11:40:48'),(139,'https://stage.physio-skalsky.at/?p=1466','39:a65be3e828b872ff814d2afa62c81580',1466,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:41:47','2022-03-10 10:41:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:41:47','2022-03-10 11:41:47'),(140,'https://stage.physio-skalsky.at/?p=1467','39:c78006f66e856b0ba4ad88c9c6334c3d',1467,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:42:30','2022-03-10 10:42:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:42:30','2022-03-10 11:42:30'),(141,'https://stage.physio-skalsky.at/?p=1468','39:d9bb9593032ffb5934ee330c5bed1cd0',1468,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:42:47','2022-03-10 10:42:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:42:47','2022-03-10 11:42:47'),(142,'https://stage.physio-skalsky.at/?p=1469','39:9d06119f8c8695e6ce1ab83954d89b01',1469,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:44:31','2022-03-10 10:44:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:44:31','2022-03-10 11:44:31'),(143,'https://stage.physio-skalsky.at/?p=1470','39:9da859267196f2f0af4b14f4da3b46dd',1470,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:48:07','2022-03-10 10:48:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:48:07','2022-03-10 11:48:07'),(144,'https://stage.physio-skalsky.at/?p=1471','39:0dea5846d7b8b6f41e3df25068fd07a1',1471,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:48:30','2022-03-10 10:48:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:48:30','2022-03-10 11:48:30'),(145,'https://stage.physio-skalsky.at/?p=1472','39:bec017aa4bd7efc5aa84598fd4733ee3',1472,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:48:44','2022-03-10 10:48:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:48:44','2022-03-10 11:48:44'),(146,'https://stage.physio-skalsky.at/?p=1473','39:3460bc829b5c3cf805ed27d654ac5c0c',1473,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:48:54','2022-03-10 10:48:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:48:53','2022-03-10 11:48:53'),(147,'https://stage.physio-skalsky.at/?p=1474','39:8ea1b0dc8b16da1bfe7d3e9ce3586837',1474,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:49:09','2022-03-10 10:49:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:49:09','2022-03-10 11:49:09'),(148,'https://stage.physio-skalsky.at/?p=1475','39:e704bfd9c06822405ffb9b85030302cf',1475,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:49:25','2022-03-10 10:49:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:49:25','2022-03-10 11:49:25'),(149,'https://stage.physio-skalsky.at/?p=1476','39:13b3b42b8c46220d685b594b84171662',1476,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:49:38','2022-03-10 10:49:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:49:38','2022-03-10 11:49:38'),(150,'https://stage.physio-skalsky.at/?p=1477','39:2579b6aecf9e3d4f291f211d3b98f208',1477,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:56:37','2022-03-10 10:56:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:56:37','2022-03-10 11:56:37'),(151,'https://stage.physio-skalsky.at/?p=1478','39:822d66eb1220b75b20c320be96c5dfe9',1478,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 11:56:53','2022-03-10 10:56:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 11:56:53','2022-03-10 11:56:53'),(152,'https://stage.physio-skalsky.at/?p=1479','39:bf7340bd5c3fa627334e52d6fcfd2e8f',1479,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 12:13:36','2022-03-10 11:13:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 12:13:36','2022-03-10 12:13:36'),(153,'https://stage.physio-skalsky.at/?p=1480','39:69e13f9b5520a53ff76525f3531de0b2',1480,'post','customize_changeset',1,0,NULL,NULL,'','trash',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2022-03-10 12:14:12','2022-03-10 11:14:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2022-03-10 12:14:12','2022-03-10 12:14:12'); /*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_indexable_hierarchy` -- DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_indexable_hierarchy` ( `indexable_id` int(11) unsigned NOT NULL, `ancestor_id` int(11) unsigned NOT NULL, `depth` int(11) unsigned DEFAULT NULL, `blog_id` bigint(20) NOT NULL DEFAULT 1, PRIMARY KEY (`indexable_id`,`ancestor_id`), KEY `indexable_id` (`indexable_id`), KEY `ancestor_id` (`ancestor_id`), KEY `depth` (`depth`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_indexable_hierarchy` -- LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE; /*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */; INSERT INTO `wp_yoast_indexable_hierarchy` VALUES (1,0,0,1),(2,0,0,1),(3,0,0,1),(4,0,0,1),(5,0,0,1),(6,0,0,1),(7,0,0,1),(10,0,0,1),(12,0,0,1),(13,0,0,1),(16,0,0,1),(17,0,0,1),(18,0,0,1),(19,0,0,1),(20,0,0,1),(21,0,0,1),(23,0,0,1),(25,0,0,1),(29,0,0,1),(30,0,0,1),(38,0,0,1),(39,0,0,1),(40,0,0,1),(41,0,0,1),(42,0,0,1),(43,0,0,1),(44,0,0,1),(45,40,1,1),(46,0,0,1),(48,0,0,1),(49,0,0,1),(50,0,0,1),(51,40,1,1),(52,0,0,1),(53,0,0,1),(54,0,0,1),(55,0,0,1),(56,0,0,1),(60,40,1,1),(61,40,1,1),(62,40,1,1),(63,40,1,1),(64,41,1,1),(65,41,1,1),(67,42,1,1),(68,42,1,1),(69,0,0,1),(75,0,0,1),(77,0,0,1),(78,41,1,1),(79,41,1,1),(80,41,1,1),(81,41,1,1),(82,41,1,1),(83,41,1,1),(84,0,0,1),(85,0,0,1),(86,42,1,1),(87,42,1,1),(88,42,1,1),(89,42,1,1),(90,42,1,1),(91,42,1,1),(92,42,1,1),(93,42,1,1),(94,0,0,1),(95,0,0,1),(96,0,0,1),(97,0,0,1),(98,0,0,1),(99,0,0,1),(100,0,0,1),(101,0,0,1),(102,0,0,1),(103,0,0,1),(104,0,0,1),(105,0,0,1),(106,0,0,1),(107,0,0,1),(108,0,0,1),(109,0,0,1),(110,0,0,1),(111,0,0,1),(112,0,0,1),(113,0,0,1),(114,0,0,1),(115,0,0,1),(116,0,0,1),(117,0,0,1),(118,0,0,1),(119,0,0,1),(120,0,0,1),(121,0,0,1),(122,0,0,1),(123,0,0,1),(124,0,0,1),(125,0,0,1),(126,0,0,1),(127,0,0,1),(128,0,0,1),(129,0,0,1),(130,0,0,1),(131,0,0,1),(132,0,0,1),(133,0,0,1),(134,0,0,1),(135,0,0,1),(136,0,0,1),(137,0,0,1),(138,0,0,1),(139,0,0,1),(140,0,0,1),(141,0,0,1),(142,0,0,1),(143,0,0,1),(144,0,0,1),(145,0,0,1),(146,0,0,1),(147,0,0,1),(148,0,0,1),(149,0,0,1),(150,0,0,1),(151,0,0,1),(152,0,0,1),(153,0,0,1); /*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_migrations` -- DROP TABLE IF EXISTS `wp_yoast_migrations`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_migrations` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `version` varchar(191) COLLATE utf8mb4_unicode_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `wp_yoast_migrations_version` (`version`) ) ENGINE=InnoDB AUTO_INCREMENT=24 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_migrations` -- LOCK TABLES `wp_yoast_migrations` WRITE; /*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */; INSERT INTO `wp_yoast_migrations` VALUES (1,'20171228151840'),(2,'20171228151841'),(3,'20190529075038'),(4,'20191011111109'),(5,'20200408101900'),(6,'20200420073606'),(7,'20200428123747'),(8,'20200428194858'),(9,'20200429105310'),(10,'20200430075614'),(11,'20200430150130'),(12,'20200507054848'),(13,'20200513133401'),(14,'20200609154515'),(15,'20200616130143'),(16,'20200617122511'),(17,'20200702141921'),(18,'20200728095334'),(19,'20201202144329'),(20,'20201216124002'),(21,'20201216141134'),(22,'20210817092415'),(23,'20211020091404'); /*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_primary_term` -- DROP TABLE IF EXISTS `wp_yoast_primary_term`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_primary_term` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `post_id` bigint(20) DEFAULT NULL, `term_id` bigint(20) DEFAULT NULL, `taxonomy` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime DEFAULT NULL, `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(), `blog_id` bigint(20) NOT NULL DEFAULT 1, PRIMARY KEY (`id`), KEY `post_taxonomy` (`post_id`,`taxonomy`), KEY `post_term` (`post_id`,`term_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_primary_term` -- LOCK TABLES `wp_yoast_primary_term` WRITE; /*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */; /*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */; UNLOCK TABLES; -- -- Table structure for table `wp_yoast_seo_links` -- DROP TABLE IF EXISTS `wp_yoast_seo_links`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `wp_yoast_seo_links` ( `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT, `url` varchar(255) DEFAULT NULL, `post_id` bigint(20) unsigned DEFAULT NULL, `target_post_id` bigint(20) unsigned DEFAULT NULL, `type` varchar(8) DEFAULT NULL, `indexable_id` int(11) unsigned DEFAULT NULL, `target_indexable_id` int(11) unsigned DEFAULT NULL, `height` int(11) unsigned DEFAULT NULL, `width` int(11) unsigned DEFAULT NULL, `size` int(11) unsigned DEFAULT NULL, `language` varchar(32) DEFAULT NULL, `region` varchar(32) DEFAULT NULL, PRIMARY KEY (`id`), KEY `link_direction` (`post_id`,`type`), KEY `indexable_link_direction` (`indexable_id`,`type`) ) ENGINE=InnoDB AUTO_INCREMENT=4375 DEFAULT CHARSET=utf8; /*!40101 SET character_set_client = @saved_cs_client */; -- -- Dumping data for table `wp_yoast_seo_links` -- LOCK TABLES `wp_yoast_seo_links` WRITE; /*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */; INSERT INTO `wp_yoast_seo_links` VALUES (1,'https://stage.physio-skalsky.at/wp/wp-admin/',2,NULL,'internal',3,NULL,NULL,NULL,NULL,NULL,NULL),(1356,'tel:0436507811724',363,NULL,'external',53,NULL,NULL,NULL,NULL,NULL,NULL),(1357,'mailto:therapie@physio-skalsky.at',363,NULL,'external',53,NULL,NULL,NULL,NULL,NULL,NULL),(1358,'tel:0436507811724',363,NULL,'external',53,NULL,NULL,NULL,NULL,NULL,NULL),(1359,'mailto:therapie@physio-skalsky.at',363,NULL,'external',53,NULL,NULL,NULL,NULL,NULL,NULL),(1360,'tel:0436507811724',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(1361,'mailto:therapie@physio-skalsky.at',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(1362,'tel:0436507811724',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(1363,'mailto:therapie@physio-skalsky.at',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(2911,'https://www.physio-skalsky.at/impressum',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(2912,'https://www.physio-skalsky.at/datenschutz',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(2913,'https://www.physio-skalsky.at/impressum',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(2914,'https://www.physio-skalsky.at/datenschutz',34,NULL,'external',29,NULL,NULL,NULL,NULL,NULL,NULL),(3385,'tel:0436507811724',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3386,'mailto:therapie@physio-skalsky.at',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3387,'https://www.physio-skalsky.at/impressum',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3388,'https://www.physio-skalsky.at/datenschutz',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3389,'tel:0436507811724',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3390,'mailto:therapie@physio-skalsky.at',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3391,'https://www.physio-skalsky.at/impressum',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3392,'https://www.physio-skalsky.at/datenschutz',898,NULL,'external',70,NULL,NULL,NULL,NULL,NULL,NULL),(3883,'',327,NULL,'internal',40,1,NULL,NULL,NULL,NULL,NULL),(3884,'',327,NULL,'internal',40,1,NULL,NULL,NULL,NULL,NULL),(3885,'',327,NULL,'internal',40,1,NULL,NULL,NULL,NULL,NULL),(3978,'bfdi.bund.de/Anschriften_Links',1094,NULL,'internal',75,NULL,NULL,NULL,NULL,NULL,NULL),(3979,'https://tools.google.com/dlpage/gaoptout?hl=de.',1094,NULL,'external',75,NULL,NULL,NULL,NULL,NULL,NULL),(4042,'',671,NULL,'internal',62,1,NULL,NULL,NULL,NULL,NULL),(4043,'',671,NULL,'internal',62,1,NULL,NULL,NULL,NULL,NULL),(4044,'',671,NULL,'internal',62,1,NULL,NULL,NULL,NULL,NULL),(4045,'',671,NULL,'internal',62,1,NULL,NULL,NULL,NULL,NULL),(4056,'',338,NULL,'internal',45,1,NULL,NULL,NULL,NULL,NULL),(4057,'',338,NULL,'internal',45,1,NULL,NULL,NULL,NULL,NULL),(4058,'',338,NULL,'internal',45,1,NULL,NULL,NULL,NULL,NULL),(4059,'',338,NULL,'internal',45,1,NULL,NULL,NULL,NULL,NULL),(4064,'',615,NULL,'internal',60,1,NULL,NULL,NULL,NULL,NULL),(4065,'',615,NULL,'internal',60,1,NULL,NULL,NULL,NULL,NULL),(4066,'',615,NULL,'internal',60,1,NULL,NULL,NULL,NULL,NULL),(4067,'',615,NULL,'internal',60,1,NULL,NULL,NULL,NULL,NULL),(4268,'',331,NULL,'internal',42,1,NULL,NULL,NULL,NULL,NULL),(4269,'',331,NULL,'internal',42,1,NULL,NULL,NULL,NULL,NULL),(4270,'',331,NULL,'internal',42,1,NULL,NULL,NULL,NULL,NULL),(4271,'',331,NULL,'internal',42,1,NULL,NULL,NULL,NULL,NULL),(4272,'',331,NULL,'internal',42,1,NULL,NULL,NULL,NULL,NULL),(4339,'tel:06507811724',1194,NULL,'external',84,NULL,NULL,NULL,NULL,NULL,NULL),(4340,'mailto:therapie@physio-skalsky.at',1194,NULL,'external',84,NULL,NULL,NULL,NULL,NULL,NULL),(4341,'https://wordpress.org/plugins/really-simple-captcha/',336,NULL,'external',44,NULL,NULL,NULL,NULL,NULL,NULL),(4348,'',8,NULL,'internal',12,1,NULL,NULL,NULL,NULL,NULL),(4349,'',8,NULL,'internal',12,1,NULL,NULL,NULL,NULL,NULL),(4350,'',8,NULL,'internal',12,1,NULL,NULL,NULL,NULL,NULL),(4351,'https://stage.physio-skalsky.at/leistungen/physiotherapie/',8,714,'internal',12,64,NULL,NULL,NULL,NULL,NULL),(4352,'https://stage.physio-skalsky.at/leistungen/sportphysiotherapie/',8,1134,'internal',12,78,NULL,NULL,NULL,NULL,NULL),(4353,'https://stage.physio-skalsky.at/leistungen/laufphysiotherapie/',8,1150,'internal',12,80,NULL,NULL,NULL,NULL,NULL),(4354,'https://stage.physio-skalsky.at/leistungen/vortraege-gesundheitsfoerderung/',8,1164,'internal',12,82,NULL,NULL,NULL,NULL,NULL),(4355,'https://stage.physio-skalsky.at/leistungen/',8,329,'internal',12,41,NULL,NULL,NULL,NULL,NULL),(4356,'',8,NULL,'internal',12,1,NULL,NULL,NULL,NULL,NULL),(4357,'',8,NULL,'internal',12,1,NULL,NULL,NULL,NULL,NULL),(4362,'mailto:therapie@physio-skalsky.at',1329,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),(4371,'',329,NULL,'internal',41,1,NULL,NULL,NULL,NULL,NULL),(4372,'',329,NULL,'internal',41,1,NULL,NULL,NULL,NULL,NULL),(4373,'',329,NULL,'internal',41,1,NULL,NULL,NULL,NULL,NULL),(4374,'',329,NULL,'internal',41,1,NULL,NULL,NULL,NULL,NULL); /*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */; UNLOCK TABLES; /*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40014 SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; -- Dump completed on 2022-03-10 16:30:57